1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu
Ludwig Knüpfer 05d4b2f8fa cpu/native: fix thread_stack_init
The pointer arithmetic for the calculation of the context storage was off
due to the change of the stack's pointer type from unsigned int to char.
Fix offset calculation by not adjusting for unsigned int width anymore.
2016-07-26 20:07:08 +02:00
..
arm7_common ps: Add current stack pointer and start of stack to isr_stack ps output (DEVELHELP) 2016-07-12 10:17:49 +02:00
atmega1281 boards/waspmote-pro: add support for Waspmote PRO v1.2 2016-07-05 13:05:12 +02:00
atmega2560 cpu/atmega2560: update atmega2560 CPU code to use atmega_common code 2016-06-22 14:25:10 +02:00
atmega_common Merge pull request #5593 from jthacker/atmega_regs_common 2016-07-13 20:17:36 +02:00
cc26x0 doc: eliminate clutter in adc and gpio periph docs 2016-06-29 15:08:32 -04:00
cc430 unify usage of inline assembly 2016-03-31 22:23:35 +02:00
cc2538 cpu/cc2538: fix debug statements 2016-07-25 18:35:05 -07:00
cortexm_common cortexm: Hard fault: Try to output as much as possible even with corrupt stack 2016-07-20 13:25:23 +02:00
ezr32wg doc: eliminate clutter in adc and gpio periph docs 2016-06-29 15:08:32 -04:00
k60 unify usage of inline assembly 2016-03-31 22:23:35 +02:00
k64f CPU: fix include header guards 2016-06-08 16:38:20 +02:00
kinetis_common cpu/kinetis_common: Update periph_timer to support both LPTMR and PIT 2016-07-07 13:38:27 +02:00
kw2x CPU: fix include header guards 2016-06-08 16:38:20 +02:00
lm4f120 doc: eliminate clutter in adc and gpio periph docs 2016-06-29 15:08:32 -04:00
lpc11u34 doc: eliminate clutter in adc and gpio periph docs 2016-06-29 15:08:32 -04:00
lpc1768 CPU: fix include header guards 2016-06-08 16:38:20 +02:00
lpc2387 doc: eliminate clutter in adc and gpio periph docs 2016-06-29 15:08:32 -04:00
msp430-common ps: Add current stack pointer and start of stack to isr_stack ps output (DEVELHELP) 2016-07-12 10:17:49 +02:00
msp430fxyz Merge pull request #5574 from PeterKietzmann/msp430_gpio_fix 2016-07-22 15:55:43 +02:00
native cpu/native: fix thread_stack_init 2016-07-26 20:07:08 +02:00
nrf5x_common doc: eliminate clutter in adc and gpio periph docs 2016-06-29 15:08:32 -04:00
nrf51 cpu: Fix array-bounds errors with GCC 6 2016-07-13 19:23:42 +02:00
nrf52 nrf52dk: add BLE/6lo support utilizing Nordic's SoftDevice 2016-07-13 17:06:57 +02:00
sam3 doc: eliminate clutter in adc and gpio periph docs 2016-06-29 15:08:32 -04:00
sam21_common doc: eliminate clutter in adc and gpio periph docs 2016-06-29 15:08:32 -04:00
samd21 samd21: do not redefine LITTLE_ENDIAN 2016-07-05 12:10:30 +02:00
saml21 cpu: Conditionally define LITTLE_ENDIAN 2016-07-05 13:22:50 +02:00
stellaris_common cpu/stellaris: revise header include guards 2016-07-05 16:38:18 +02:00
stm32_common cpu: Fix array-bounds errors with GCC 6 2016-07-13 19:23:42 +02:00
stm32f0 cpu: Fix array-bounds errors with GCC 6 2016-07-13 19:23:42 +02:00
stm32f1 cpu: Fix array-bounds errors with GCC 6 2016-07-13 19:23:42 +02:00
stm32f3 Merge pull request #5578 from zhuoshuguo/fix_stm32f_include_headers 2016-07-05 15:20:21 +02:00
stm32f4 cpu: Fix array-bounds errors with GCC 6 2016-07-13 19:23:42 +02:00
stm32l1 Merge pull request #5578 from zhuoshuguo/fix_stm32f_include_headers 2016-07-05 15:20:21 +02:00
x86 ps: Add current stack pointer and start of stack to isr_stack ps output (DEVELHELP) 2016-07-12 10:17:49 +02:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
Makefile.include.cortexm_common Revert "nrf52dk: add 6lowpan over BLE support using Nordic's softdevice" 2016-07-13 16:58:11 +02:00
Makefile.include.gnu make: set OBJDUMP = $(PREFIX)objdump for gnu targets. 2016-02-23 17:55:58 -05:00
Makefile.include.llvm cpu/Makefile.include.llvm: Try harder to find C++ and C headers from cross-GCC 2016-05-31 22:03:04 +02:00
Makefile.include.msp430_common msp430: Set TARGET_ARCH for msp430 targets 2016-03-21 12:19:30 +01:00