1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu
Martine Lenders 875a5c165d trace: initial import of a stack backtrace function for native
Sometimes the debugger just isn't fast enough to debug that pesky race
conditions. This module provides at least a little help.
2018-03-20 15:12:48 +00: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
atmega2560 cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
atmega_common atmega: add last instruction print 2018-03-06 14:57:18 +01: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 Merge pull request #8447 from haukepetersen/opt_test_periphuartpower 2018-03-05 09:49:20 +01: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 trace: initial import of a stack backtrace function for native 2018-03-20 15:12:48 +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 samd21/cpu DFLL lock loop error 2018-01-26 09:59:59 -07:00
saml21 cpu/saml21: fix RTC wrong condition for #if 2018-03-06 21:36:18 +01:00
stellaris_common
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