1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/msp430_common
Kaspar Schleiser 789f10e816 cpu/msp430_common: increase THREAD_STACKSIZE_DEFAULT to 384
Both tests/pthread_tls and tests/prng_sha256prng fail without this, but
other platforms run fine with their defaults. Lets consider the higher
value a better default.
2020-08-05 14:32:58 +02:00
..
include cpu/msp430_common: increase THREAD_STACKSIZE_DEFAULT to 384 2020-08-05 14:32:58 +02:00
periph tests/periph_flashpage: use before last page for msp430 2019-11-24 13:19:20 +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: update thread_stack_init to changed ABI 2020-08-05 14:32:58 +02:00
irq.c cpu/msp430_common: use __stack for ISR stacks 2020-08-05 14:32:58 +02:00
Kconfig cpu/msp430_common: Add Kconfig symbols 2020-06-24 09:26:05 +02:00
Makefile
Makefile.dep cpu/msp430_common: move newlib default module decl to Makefile.dep 2020-08-05 14:32:58 +02:00
Makefile.features cpu/msp430_common: Add Kconfig symbols 2020-06-24 09:26:05 +02:00
Makefile.include cpu/msp430: update deps, move to Makefile.dep 2020-08-05 14:32:57 +02:00
msp430-main.c cpu/msp430: update to modern gcc & newlib 2020-08-05 14:29:00 +02:00
mspgcc-supplement.c
startup.c cpu/msp430: call newlib _init() in startup script 2020-08-05 14:29:07 +02:00