1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu
Gaëtan Harter fff5810191 Makefile.include: FIX .DEFAULT_GOAL not being all
.DEFAULT_GOAL was reset many times which removed 'all' from being the default
goal.
By chance it was then set to `link` so was working by some magic.
2018-03-28 16:59:00 +02:00
..
arm7_common cpu: instead of cpp-style, use C-style comments 2018-02-06 16:59:58 +01:00
atmega256rfr2 cpu/atmega256rfr2: ATmega256rfr2 MCU support 2018-03-02 13:33:53 +01:00
atmega328p cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
atmega1281 cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
atmega1284p cpu/atmega1284p: Initial ATmega1284P support 2018-03-25 14:24:37 -04:00
atmega2560 cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
atmega_common cpu/atmega_common: Support for ATmega1284P 2018-03-25 14:24:40 -04:00
cc26x0 build: fix unused parameter errors 2017-11-28 14:36:01 +01:00
cc430 cpu: instead of cpp-style, use C-style comments 2018-02-06 16:59:58 +01:00
cc2538 drivers: net: adapt to iolist-using netdev 2018-03-06 14:00:31 +01:00
cortexm_common cortexm_common: don't try to set MEMFAULTENA on ARMv6-M 2018-03-12 19:57:29 -07:00
efm32 cpu/efm32: efm32pg1b: add support 2018-03-16 16:26:58 +01:00
ezr32wg make: fix sign-compare errors 2017-11-28 11:55:48 +01:00
kinetis Makefile.include: FIX .DEFAULT_GOAL not being all 2018-03-28 16:59:00 +02:00
lm4f120 build: fix unused parameter errors 2017-11-28 14:36:01 +01:00
lpc1768 cpu/cortexm: Remove leftover _estack declarations 2017-11-10 15:38:14 +01:00
lpc2387 cpu/lpc2487: add empty uart/power_x functions 2018-03-02 10:53:55 +01:00
mips32r2_common mips: Correct usage of USEMODULE 2018-01-15 14:02:59 +00:00
mips32r2_generic cpu/mips32r2_common: BUG add periph_timer globally to mips32r2_common. 2017-11-24 17:15:58 +01:00
mips_pic32_common mips: Correct usage of USEMODULE 2018-01-15 14:02:59 +00:00
mips_pic32mx mips: Correct usage of USEMODULE 2018-01-15 14:02:59 +00:00
mips_pic32mz mips: Correct usage of USEMODULE 2018-01-15 14:02:59 +00:00
msp430_common cpu/msp430: use const pointer in flashpage 2018-03-14 16:28:32 +01:00
msp430fxyz cpu/xxx430: correct channel check in periph timer driver 2017-11-29 16:47:09 +01:00
native Merge pull request #8652 from cladmi/pr/remove_nativeincludes 2018-03-22 15:57:38 +00:00
nrf5x_common cpu/nrf5x: use const pointer in flashpage 2018-03-14 16:28:33 +01:00
nrf51 Merge pull request #8018 from smlng/nrf51/fix_i2c 2017-11-16 13:24:31 +01:00
nrf52 make: mcuboot: add MCUBOOT_ namespacing 2018-02-06 16:41:48 +01:00
sam0_common cpu/sam0: use const pointer in flashpage 2018-03-14 16:28:33 +01:00
sam3 cpu/sam3: fix build failure with TOOLCHAIN=llvm 2018-02-21 15:32:00 +01:00
sam_common cpu, sam3: adapt to sam_common 2017-10-09 12:06:35 +02:00
samd21 cpu/samd21: Avoid clearing interrupt bits unintentionally 2018-03-27 07:54:18 +02:00
saml21 cpu/saml21: fix RTC wrong condition for #if 2018-03-06 21:36:18 +01:00
stellaris_common cpu/stellaris: Rename Makefile -> Makefile.include 2017-04-04 19:57:12 +02:00
stm32_common cpu/stm32: use const pointer in flashpage 2018-03-14 16:28:33 +01:00
stm32f0 cpu/stm32f0: add flashpage_raw support 2018-03-13 16:30:04 +01:00
stm32f1 cpu/stm32f1: add flashpage_raw support 2018-03-13 16:30:04 +01:00
stm32f2 cpu/stm32: unify cpu_init() 2018-03-05 12:35:00 +01:00
stm32f3 cpu/stm32: unify cpu_init() 2018-03-05 12:35:00 +01:00
stm32f4 cpu/stm32f4: add pm support in i2c driver 2018-03-06 15:13:02 +01:00
stm32f7 cpu/stm32: unify cpu_init() 2018-03-05 12:35:00 +01:00
stm32l0 cpu/stm32l0: add flashpage support 2018-03-13 16:30:04 +01:00
stm32l1 cpu/stm32l1: add flashpage support 2018-03-13 16:30:04 +01:00
stm32l4 Merge pull request #8735 from kaspar030/stm32_unify_cpu_init 2018-03-06 14:09:13 +01:00
doc.txt cpu: doc typos 2017-01-20 13:36:26 +01:00