1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/arm7_common
Keith Packard b21e624280 cpu/arm7, arch/cortexm: Remove -fno-builtin flag
This flag disables all builtin functions provided by the compiler as
well as disabling all optimizations and error checking related to
standard C library functions. If you're using a C library which
conforms to the ANSI C standard, you want to leave these compiler
features enabled.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-04-02 16:58:09 -07:00
..
include core: change return type of irq_is_in(), irq_is_enabled() to bool 2021-12-08 15:53:15 +01:00
periph cpu/arm7_common: model Kconfig 2021-12-01 10:14:32 +01:00
arm7_init.c cpu/arm7_common: suppress false positives of cppcheck 2021-11-16 21:51:48 +01:00
arm_cpu.c cpu/arm7_common: Inline thread_yield_higher function 2021-01-20 10:37:42 +01:00
common.s cpu/arm7_common: Removed dead code 2019-07-25 22:29:13 +02:00
Kconfig cpu/arm7_common: model Kconfig 2021-12-01 10:14:32 +01:00
Makefile cpu/arm7_common: remove deprecated CFLAGS_BASIC 2019-08-27 17:06:52 +02:00
Makefile.dep cpu: make newlib_nano a DEFAULT_MODULE 2021-05-04 12:12:36 +02:00
Makefile.features treewide: model newlib as a FEATURE 2021-01-27 09:24:25 +01:00
Makefile.include cpu/arm7, arch/cortexm: Remove -fno-builtin flag 2022-04-02 16:58:09 -07:00
vectors.c cpu/arm7_common: Cleaned up interrupt vectors 2019-07-25 22:41:08 +02:00