1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/msp430_common
Gunar Schorcht 419cedf58e cpu/msp430_common: add real malloc/free functions
For this purpose, adapted AVR libc functions are used. When used, malloc and free functions require 304 additional bytes of code compared to the oneway_malloc module.
2019-04-03 09:21:03 +02:00
..
include cpu/msp430: increase default stacksize for gnrc_ipv6 thread 2018-09-26 11:06:05 +02:00
periph cpu/msp430: use const pointer in flashpage 2018-03-14 16:28:32 +01:00
cpu.c cpu: instead of cpp-style, use C-style comments 2018-02-06 16:59:58 +01:00
irq.c cpu: moved msp430-common to msp430_common 2017-01-13 13:33:32 +01:00
Makefile cpu/msp430-common: moved pm_reboot to periph/pm.c 2017-01-19 11:07:59 +01:00
Makefile.features cpu: msp430: reorganize Makefile.features 2017-11-02 12:59:45 +01:00
Makefile.include cpu/msp430_common: add real malloc/free functions 2019-04-03 09:21:03 +02:00
malloc.c cpu/msp430_common: add real malloc/free functions 2019-04-03 09:21:03 +02:00
msp430-main.c cpu/msp430_common: add real malloc/free functions 2019-04-03 09:21:03 +02:00
mspgcc-supplement.c msp430_common: Add supplemental __clzhi2, __ctzhi2, for old MSPGCC 2017-02-08 16:23:48 +01:00
startup.c puts => LOG_INFO for the MSP430 startup message 2018-01-11 09:27:20 +01:00