summaryrefslogtreecommitdiff
path: root/core/cortex-m0/build.mk
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* Makefile: Make sure CROSS_COMPILE is set correctlyTom Hughes2022-06-211-12/+0
* Makefile: Set core-specific LLVM toolchainTom Hughes2022-06-151-2/+9
* core/cortex-m[0]: Use architecture-specific compiler rtTom Hughes2022-04-191-1/+1
* core/cortex-m0: Use builtins from compiler-rt when using clangTom Hughes2021-11-031-2/+13
* core/cortex-m[0]: Enable "-Oz" when using clangTom Hughes2021-10-291-2/+5
* Add support for building dartmonkey firmware with clangTom Hughes2021-10-251-1/+4
* cortex-m/m0: Add Debug Halting Control and Status RegisterTom Hughes2021-02-231-1/+1
* cortex-m0: implement __ffssi2Ting Shen2019-07-291-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* core/cortex-m*: always use coreboot-sdkPatrick Georgi2019-02-191-2/+4
* cortex-m0: Generate vector table in CPatrick Georgi2018-10-161-0/+1
* Revert "**/build.mk: Set CROSS_COMPILE* to point to coreboot-sdk"Wei-Han Chen2018-08-171-2/+1
* **/build.mk: Set CROSS_COMPILE* to point to coreboot-sdkPatrick Georgi2018-08-151-1/+2
* rsa: Optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-281-1/+1
* Allow core code to request its cross compilerPatrick Georgi2017-07-191-1/+1
* core/cortex-m0/curve25519: Integrate fast curve25519 implementationNicolas Boichat2017-07-031-0/+9
* Add option to enable GCC LTOVincent Palatin2015-05-191-0/+5
* Add 64-bit divide library routines for Cortex-M, Cortex-M0Randall Spangler2015-02-051-1/+1
* cortex-m0: add 64-bit multiplicationVincent Palatin2014-07-101-1/+1
* make the common runtime optionalVincent Palatin2014-03-221-1/+3
* Add Cortex-M0 core supportVincent Palatin2014-03-111-0/+17