summaryrefslogtreecommitdiff
path: root/core/cortex-m0/init.S
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree: Files should end with single newlineTom Hughes2022-06-151-1/+0
* core/cortex-m[0]: Remove C++ exception unwind stubsTom Hughes2022-06-151-9/+0
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* link_defs.h: Renames __ro_end to __data_lma_start.Yilun Lin2019-01-281-3/+3
* cortex-m0: Generate vector table in CPatrick Georgi2018-10-161-65/+0
* Cleanup: Remove COMPILE_FOR_RAM option from linker scriptsBill Richardson2015-09-081-2/+0
* cortex-m0: stm32f0: use RW vector table when running RW codeAlec Berg2014-07-291-5/+35
* better unhandled exception panic without runtimeVincent Palatin2014-07-031-4/+2
* make the common runtime optionalVincent Palatin2014-03-221-0/+4
* Add Cortex-M0 core supportVincent Palatin2014-03-111-0/+164