Oleg Hahm
34908f11a9
Merge pull request #2257 from cgundogan/rpl_fix_srh_for_storing_mode
...
rpl: node-to-node communication broken (rpl_udp)
8 years ago
Peter Kietzmann
1bffaedba3
Merge pull request #2292 from BytesGalore/rpl_udp_fix_chan_type
...
examples/rpl_udp: changed type of variable `chan` to `uint32_t`
8 years ago
BytesGalore
2ed531059d
examples/rpl_udp: changed type of variable `chan` to `uint32_t`
8 years ago
Oleg Hahm
a31bc97e1c
Merge pull request #2253 from cgundogan/rpl_srh_remove_relay_debugf
...
rpl: move msg_send_receive outside of DEBUGF
8 years ago
Ludwig Ortmann
154a6b5d22
Merge pull request #2268 from cgundogan/rpl_cleanup_no_routing_table
...
rpl: remove routing table dependent code
8 years ago
Oleg Hahm
0421ab96ee
Merge pull request #2245 from cgundogan/rpl_remove_routing_decision_in_rpl_send
...
rpl: remove decision to drop packets in rpl_send
8 years ago
Peter Kietzmann
322c8d4b79
Merge pull request #2288 from BytesGalore/rename_port_define
...
tests/pnet: renamed `PORT` define as it collides with the samd21-xpro definition
8 years ago
Oleg Hahm
363c12e822
Merge pull request #2283 from thomaseichinger/rf231_lqi_fix
...
drivers/at86rf231: fix reading of rssi value
8 years ago
Cenk Gündoğan
a06c667af5
rpl: remove routing table dependent code
...
This PR removes code depending on a routing table with an entries
size > 0. Currently, all those functions and symbols are compiled into the binary,
even when there is no effective space in the routing table (as it is the
case for normal nodes in non-storing mode)
8 years ago
BytesGalore
024cf7cc49
tests/pnet: renamed `PORT` define as it collides with the samd21-xpro definition
8 years ago
Hauke Petersen
b435a488fa
Merge pull request #2026 from thomaseichinger/stm32l1
...
stm32l1: initial port for the nucleo-l1 board and stm32l1 cpu
8 years ago
Oleg Hahm
1cb52a8361
Merge pull request #2273 from LudwigOrtmann/latex-batchmode
...
doxygen: enable latex batchmode
8 years ago
Oleg Hahm
19e06222ad
Merge pull request #2280 from OlegHahm/tmp006_latex_fix
...
driver: tmp006 latex fix
8 years ago
Thomas Eichinger
f2396971e1
drivers/at86rf231: fix reading of rssi value
8 years ago
Oleg Hahm
4a615e21ef
Merge pull request #1717 from BytesGalore/base64_encoder_decoder
...
base64 encoding/decoding module
8 years ago
Thomas Eichinger
61f3060d88
Merge pull request #2052 from Troels51/samr21-cpuid
...
Samr21: cpuid implementation
8 years ago
Thomas Eichinger
07d76d7127
stm32l1: initial port for the nucleo-l1 board and stm32l1 cpu
8 years ago
Troels Hoffmeyer
29b0e73350
samr21: cpuid implemented by reading 128 bits from flash
8 years ago
Martin Landsmann
a0898dbb9f
sys: add base64 encoding/decoding module
...
- suppressed cppcheck warning for `unassignedVariable` for
the encode/decode arrays in stream encode/decode tests
as these arrays are assigned by the according `base64_[en|de]code()` function.
8 years ago
Oleg Hahm
ab191ad8a0
driver: added missing closing bracket
8 years ago
Oleg Hahm
e6c230a81f
driver: convert to UNIX line endings
8 years ago
Ludwig Ortmann
d8d3e7e4e5
Merge pull request #2279 from Farthen/pr@licensecheck-bsd
...
dist/tools/licenses: support BSD sed
8 years ago
Finn Wilke
0d4b81d62e
dist/tools/licenses: support BSD sed
8 years ago
Ludwig Ortmann
87da25eab3
doxygen: enable latex batchmode
...
Instruct the latex processor to keep going if an error occurs.
8 years ago
Thomas Eichinger
2ea028dd51
Merge pull request #2011 from haukepetersen/add_stm32f3_spi
...
cpu/stm32f3: added SPI driver
8 years ago
Peter Kietzmann
52dbaa51fb
Merge pull request #2121 from jfischer-phytec-iot/pr@mag3110
...
Driver for Freescale MAG3110 Magnetometer
8 years ago
Johann Fischer
822a0503c5
add test app for mag3110 magnetometer driver
8 years ago
Johann Fischer
a51c91e5be
add mag3110 magnetometer driver
8 years ago
Peter Kietzmann
77eab0c1ae
Merge pull request #2119 from jfischer-phytec-iot/pr@mma8652
...
Driver for Freescale MMA8652 Accelerometer
8 years ago
Oleg Hahm
43ef437e4b
Merge pull request #2267 from cgundogan/rpl_needless_call_to_get_of_for_ocp
...
rpl: remove needless call to rpl_get_of_for_ocp
8 years ago
Oleg Hahm
9bddd61115
Merge pull request #2207 from gebart/pr/lpc2387-gc-sections
...
msba2: Use --gc-sections when linking.
8 years ago
Johann Fischer
4099e89e1d
add test app for mma8652 accelerometer driver
8 years ago
Johann Fischer
ae10cc8af5
add mma8652 accelerometer driver
8 years ago
Cenk Gündoğan
22f466ab80
rpl: remove needless call to rpl_get_of_for_ocp
...
This line has no further significance to the application other than burning cpu cycles.
8 years ago
Cenk Gündoğan
da12f62751
rpl: remove return value completely as it is not really used, gives
...
`unsused` warning otherwise
8 years ago
Peter Kietzmann
2fb2f499f9
Merge pull request #2123 from jfischer-phytec-iot/pr@mpl3115a2
...
Driver for Freescale MPL3115A2 Pressure/Altitude Sensor
8 years ago
Peter Kietzmann
076706f5ee
Merge pull request #2148 from jfischer-phytec-iot/pr@tmp006
...
Device Driver for TMP006 Sensor
8 years ago
Hauke Petersen
7f0ffcf615
board/stm32f3discovery: added SPI configuration
8 years ago
Hauke Petersen
a365619854
cpu/stm32f3: added SPI driver
8 years ago
Hauke Petersen
905a7f2f56
Merge pull request #1867 from haukepetersen/fix_stm32f0_uartremodel
...
cpu/stm32f0: optimizations to UART driver
8 years ago
Hauke Petersen
3987f528f4
cpu/stm32f0: optimizations to UART driver
8 years ago
Joakim Gebart
99319f4e28
[SQUASH ME] lpc2387: Add missing *(data.*) to linker script.
8 years ago
Ludwig Ortmann
7d948e4d65
Merge pull request #2260 from bapclenet/samr21/RTC
...
SAMR21/RTC: Error negative second fixed
8 years ago
bapclenet
f49661f617
cpu/samd21: fix rtc negative second error
8 years ago
Johann Fischer
2be440b55c
add test app for tmp006 sensor
8 years ago
Johann Fischer
b545f4dfe6
add driver for tmp006 thermopile sensor
8 years ago
Johann Fischer
fb71721002
add test app for mpl3115a2 sensor driver
8 years ago
Johann Fischer
250740bba5
add mpl3115a2 pressure sensor driver
8 years ago
Ludwig Ortmann
84f4f8dac1
Merge pull request #2258 from Lotterleben/aodvv2_fix_debug_fuckups
...
aodvv2: fix calls to DEBUG()
8 years ago
Oleg Hahm
6dac96ad1b
Merge pull request #1904 from LudwigOrtmann/native_bufferbloat
...
native: increase buffer size, set defaults conditionally
8 years ago