Oleg Hahm
218b3a4c3a
Merge pull request #4138 from rousselk/netopt-cca-threshold
...
Add a netopt for getting and setting CCA threshold
7 years ago
Lucas Jenß
8b366655c3
Merge pull request #4229 from x3ro/hamming-ecc
...
Add 256 byte block hamming code implementation
7 years ago
Kaspar Schleiser
28e800d2d2
boards/samr21: add SAUL led parameters
7 years ago
Hauke Petersen
02f502429d
examples/default: use SAUL
7 years ago
Hauke Petersen
f6dc6d0475
boards/fox: added SAUL configaration for sensors
7 years ago
Hauke Petersen
16f04741bd
boards/iotlab-m3: added SAUL config for sensors
7 years ago
Hauke Petersen
7accaa7b74
sys/shell: removed shell cmds for SAULified sensors
...
- isl29020
- l3g4200d
- lps331ap
- lsm303dlhc
7 years ago
Hauke Petersen
84a094d092
drivers/lsm303dlhc: added SAUL integration
7 years ago
Hauke Petersen
5274c4e851
drivers/lps331ap: added SAUL integration
7 years ago
Hauke Petersen
7a4d6227c4
drivers/l3g4200d: added SAUL integration
7 years ago
Hauke Petersen
18361631a0
drivers/isl29020: added SAUL integration
7 years ago
Hauke Petersen
4950650c19
sys/auto_init: added auto init for SAUL devices
7 years ago
Hauke Petersen
9d5a39cc3b
sys/shell: added shell command for SAUL
7 years ago
Hauke Petersen
6d14d429e6
sys: added SAUL registry
7 years ago
Hauke Petersen
0390561e06
drivers: added S(ensor) A(ctuator) U(ber) L(ayer)
7 years ago
Hauke Petersen
786895a378
sys: added module for handling physical data
7 years ago
Lucas Jenss
ddaa9863f2
Add 256 byte block hamming code implementation
7 years ago
Oleg Hahm
4d27214a8d
Merge pull request #4258 from BytesGalore/cpp11_use_xtimer
...
cpp11: vtimer->xtimer
7 years ago
Jonas
4ab55873dd
implement cca_threshold settings to shell
7 years ago
Jonas
e9f86c1126
Implemented the NETOPT_CCA_THRESHOLD option for KW2xrf
7 years ago
Kévin Roussel
8bfd856abe
Implemented the NETOPT_CCA_THRESHOLD option for AT86RF231
7 years ago
Kévin Roussel
be49059c65
Add NETOPT_CCA_THRESHOLD option to the 'netopt_t' list
7 years ago
Cenk Gündoğan
60d4472419
Merge pull request #4301 from thomaseichinger/pr/env_bash
...
tools: remove hardcoding of bash hashbang
7 years ago
Peter Kietzmann
329820ddd4
Merge pull request #4119 from latsku/nucleo-f401
...
boards: Add support for Nucleo-f401
7 years ago
Lari Lehtomäki
14be504b6a
boards/nucleo-f401: Add initial support
...
cpu: Add support for STM32F401xE cpu
boards: Add support for Nucleo-f401
boards/nucleo-f401: New line fixes and comment on green led pin
board/nucleo-f401: Added LED GPIO
board/nucleo-f401: Fixed LED GPIO
board/nucleo-f401: Minor fixes
7 years ago
Kaspar Schleiser
febf71967c
Merge pull request #4362 from kaspar030/fix_msg_dox
...
core: msg: remove pointless warning in doxygen
7 years ago
Kaspar Schleiser
2d1ad4b31e
Merge pull request #4272 from OlegHahm/xtimer_msg_receive_timeout
...
xtimer: implement missing msg receive timeout
7 years ago
Kaspar Schleiser
5c0154b5de
core: msg: remove pointless warning in doxygen
7 years ago
Kaspar Schleiser
2cf68f30ec
Merge pull request #4312 from kaspar030/misc_fmt_compile_fixes
...
cpu: atmega_common, msp430: misc libc fixes for fmt
7 years ago
Oleg Hahm
24ce427a3a
tests: added test for xtimer_msg_receive_timeout
7 years ago
Martine Lenders
401687ed7d
Merge pull request #4361 from cgundogan/pr/make/iotlab
...
make: include Makefile.iotlab for iotlab-* goals
7 years ago
Kaspar Schleiser
dc1187ac6f
tests: fmt_print: initial commit
7 years ago
Kaspar Schleiser
8d613ceb53
boards: chronos: add dummy write() implementation
7 years ago
Kaspar Schleiser
04bc408931
cpu: msp430: add write() + needed libc header fixes
7 years ago
test
16e958e3b9
make: include Makefile.iotlab for iotlab-* goals
7 years ago
Cenk Gündoğan
7367cbbc40
Merge pull request #4359 from OlegHahm/iotlab_makefile_fix2
...
iotlab: set DEBUG_NODE correctly
7 years ago
Oleg Hahm
c1c540a354
iotlab: set DEBUG_NODE correctly
7 years ago
BytesGalore
c1a3ccdef6
Merge pull request #4322 from cgundogan/pr/fib/print_fix
...
fib: fix output of fibroute
7 years ago
Cenk Gündoğan
acd7728dea
Merge pull request #4357 from OlegHahm/assert_WARNER
...
core: make assertions easier to spot
7 years ago
BytesGalore
529e83675e
cpp11: switched to use xtimer
...
Also switched the syscalls of cpu/native to use xtimer, only at _gettimeofday()
7 years ago
Oleg Hahm
d86f1af34b
core: make assertions easier to spot
7 years ago
Cenk Gündoğan
03b1d86179
Merge pull request #4355 from thomaseichinger/pr/telob_tty
...
boards/telosb: fix serial port on OS X
7 years ago
Martine Lenders
5d524f947c
Merge pull request #3689 from OlegHahm/priority_queue_not_add_twice
...
core: assertion not to add twice to priority_queue
7 years ago
Martine Lenders
0532d98b51
Merge pull request #3934 from locicontrols/sched-test-stack2
...
core: fix stack test when SCHED_TEST_STACK=1 but DEVELHELP=0
7 years ago
Martine Lenders
63770e17b5
Merge pull request #4352 from authmillenon/doc/fix/gnrc_netdev2
...
gnrc_netdev2: fix documentation
7 years ago
Thomas Eichinger
1f78293139
boards/telosb: fix serial port on OS X
7 years ago
Martine Lenders
8d94765c20
gnrc_netdev2: fix documentation
7 years ago
Martine Lenders
ce06027760
gnrc_netdev2: remove unrequired forward declaration
7 years ago
Martine Lenders
2b6bea0196
Merge pull request #4299 from authmillenon/gnrc_netif_hdr/opt/un-inline
...
gnrc_netif_hdr: un-inline build function
7 years ago
Oleg Hahm
07e2505ebd
core: assertion not to add twice to priority_queue
7 years ago