1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/network_layer
Lucas Jenss 5910cadb58 sys/net: Fix unaligned access on Samr21/Cortex-M0
*((uint16_t)*dest) results in a ldrh (load halfword) instruction
on an address that seems to not be halfword-aligned (?),
causing a hard-fault on the samr21-xpro board (cortex-m0
architecture). The issue seems to be very similar to
the one described in http://stackoverflow.com/a/21661366/124257
2015-03-29 04:58:44 +02:00
..
fib net: added a core implementation of a FIB 2015-04-01 10:24:35 +02:00
ng_ipv6 Merge pull request #2731 from authmillenon/ipv6_hdr/feat/initial 2015-04-10 07:35:41 +02:00
sixlowpan sys/net: Fix unaligned access on Samr21/Cortex-M0 2015-03-29 04:58:44 +02:00