1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu
Joakim Gebart 153c97fc74 cpu/msp430-common: Add stdlib.h header to ensure malloc is defined.
Fixes warnings of the kind:

/data/riotbuild/riotbase/sys/bloom/bloom.c: In function 'bloom_new':
/data/riotbuild/riotbase/sys/bloom/bloom.c:39:5: error: implicit declaration of function 'calloc' [-Werror=implicit-function-declaration]
/data/riotbuild/riotbase/sys/bloom/bloom.c:39:22: error: incompatible implicit declaration of built-in function 'calloc' [-Werror]
2015-07-14 08:11:15 +02:00
..
arm7_common cpu/arm7_common/syscalls: Fix warnings and comment style 2015-07-14 08:11:14 +02:00
atmega2560 cpu/atmega2560: removed empty gpio.c file 2015-06-14 16:14:48 +02:00
atmega_common cpu/atmega_common/avr-libc-extra/inttypes.h: Correct format strings for 64 bit numbers 2015-07-07 00:53:26 +02:00
cc430 cpu/cc430/flashrom.c: Fix warning about unused static function by declaring inline 2015-07-14 08:11:14 +02:00
cc2538 cpu/cc2538: optimization of startup code 2015-06-15 16:00:51 +02:00
cortexm_common cpu/cortexm_common: Fix signedness warning 2015-07-14 08:11:14 +02:00
k60 cpu/kinetis_common: refactor ldscripts 2015-07-08 19:20:00 +02:00
k64f cpu/kinetis_common: refactor ldscripts 2015-07-08 19:20:00 +02:00
kinetis_common cpu/kinetis_common/i2c.c: add _i2c_reset function, minor fixes 2015-07-09 23:19:56 +02:00
kw2x cpu/kinetis_common: refactor ldscripts 2015-07-08 19:20:00 +02:00
lpc1768 cpu/lpc1768: optimized startup code 2015-06-15 16:00:51 +02:00
lpc2387 lpc2387: Add missing exception tables to linker script 2015-05-31 09:55:49 +02:00
mc1322x cpu: fixed doxygen for multiple headers 2015-05-28 15:45:05 +02:00
msp430-common cpu/msp430-common: Add stdlib.h header to ensure malloc is defined. 2015-07-14 08:11:15 +02:00
msp430fxyz everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
native Merge pull request #3344 from kaspar030/fix_native_timer_possible_underflow 2015-07-09 22:17:44 +02:00
nrf51822 Merge pull request #3215 from haukepetersen/fix_periphcpu_addenums 2015-06-22 08:44:26 +02:00
sam3x8e cpu/sam3x8e: optimization of startup code 2015-06-15 16:00:51 +02:00
samd21 Merge pull request #3205 from kaspar030/fix_samr21-xpro_clock_setup 2015-06-28 20:15:08 +02:00
saml21 Merge pull request #3215 from haukepetersen/fix_periphcpu_addenums 2015-06-22 08:44:26 +02:00
stm32f0 cpu/stm32f0: optimization of startup code 2015-06-15 16:00:51 +02:00
stm32f1 cpu/stm32f1: optimization of startup code 2015-06-15 16:00:51 +02:00
stm32f3 cpu/stm32f3: Split the RAM on STM32F334 into RAM and CCM RAM 2015-07-03 16:45:39 +03:00
stm32f4 Merge pull request #3215 from haukepetersen/fix_periphcpu_addenums 2015-06-22 08:44:26 +02:00
stm32l1 cpu/stm32l1: optimization of startup code 2015-06-15 16:00:51 +02:00
x86 cpu/x86: rename stack_t -> stack_info_t 2015-07-13 19:57:55 +02:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
Makefile.include.cortexm_common cortexm_common: Add CMSIS DSP defines 2015-06-25 08:00:59 +02:00