1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/msp430_common
Benjamin Valentin 6d42c9fcfe cpu: make newlib_nano a DEFAULT_MODULE
This allows to disable nanospecs with

    DISABLE_MODULE += newlib_nano

if a full-features version of newlib is desired.
2021-05-04 12:12:36 +02:00
..
include cpu/msp430_common: Add dummy thread_arch.h header 2021-01-19 11:03:22 +01:00
ldscripts cpu/msp430_common: add XFA support 2021-02-18 10:46:08 +01:00
periph msp430: Adapt to flashpage/flashpage_pagewise API 2020-11-11 23:16:41 +01:00
vendor cpu/msp430_common/vendor/README.md: add some explanation 2020-08-05 14:32:58 +02:00
cpu.c cpu/msp430_common: Don't access sched_active_* 2020-08-17 12:16:07 +02:00
irq.c cpu/msp430_common: use __stack for ISR stacks 2020-08-05 14:32:58 +02:00
Kconfig cpu/msp430_common/kconfig: add dbgpin feature 2021-02-26 11:34:52 +01:00
Makefile cpu/msp430-common: moved pm_reboot to periph/pm.c 2017-01-19 11:07:59 +01:00
Makefile.default cpu/msp430: move default module to Makefile.default 2021-01-25 09:17:00 +01:00
Makefile.dep cpu: make newlib_nano a DEFAULT_MODULE 2021-05-04 12:12:36 +02:00
Makefile.features cpu/msp430_common: add dbgpin initialization 2021-02-26 11:34:52 +01:00
Makefile.include makefiles: avoid building archives when compiling 2020-09-04 15:01:10 +02:00
msp430-main.c cpu/msp430: update to modern gcc & newlib 2020-08-05 14:29:00 +02:00
mspgcc-supplement.c msp430_common: Add supplemental __clzhi2, __ctzhi2, for old MSPGCC 2017-02-08 16:23:48 +01:00
startup.c cpu/msp430_common: add dbgpin initialization 2021-02-26 11:34:52 +01:00