1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

16283 Commits

Author SHA1 Message Date
0b5059f46b boards/b-l072z-lrwan1: configure auto netif configuration 2017-12-10 16:41:06 +01:00
1ad9b7a493 drivers/sx127x: fix build issue with unused variable 2017-12-10 16:41:06 +01:00
0accd367bc
Merge pull request #8159 from aabadie/pr/auto_init_sx127x
sys/auto_init: add auto init implementation for sx127x radio devices
2017-12-10 16:28:31 +01:00
04c3acc4b8
Merge pull request #8232 from aabadie/pr/drivers/sx127x_netdev
drivers/sx127x: improve netdev adaption
2017-12-10 16:08:26 +01:00
Martine Lenders
b8eb857ea6
Merge pull request #8223 from kb2ma/gcoap/cli_link_local
net/gcoap: Require interface for link local address in shell example
2017-12-10 16:00:34 +01:00
Sebastian Meiling
23e8d92285
Merge pull request #8219 from smlng/automate/tests/mutex_unlock
tests: optimise and automate mutex_unlock_and_sleep
2017-12-10 16:00:11 +01:00
Ken Bannister
a1efa03981 net/gcoap: Read interface from CLI in shell example 2017-12-10 09:50:36 -05:00
c52e11f9fd drivers/sx127x: fix wrong return values in netdev get 2017-12-09 20:06:57 +01:00
170c7e8e4d drivers/sx127x: use NETOPT_DEVICE_TYPE for LoRa modem 2017-12-09 20:06:57 +01:00
400dccfaa1 sys/net/netopt: remove unused NETOPT_DEVICE_MODE 2017-12-09 20:06:57 +01:00
Dylan Laduranty
d7f1c64559
Merge pull request #8222 from aabadie/pr/drivers/sx127x_timers
drivers/sx127x: cleanup RX/TX timers
2017-12-09 18:52:20 +01:00
4e95bf0018
Merge pull request #8201 from aabadie/pr/tests/python_warn_conflict
tests/warn_conflict: cleanup python test script and move it to tests folder
2017-12-09 16:54:07 +01:00
32b1ee3baf drivers/sx127x: cleanup RX/TX timers 2017-12-09 16:51:09 +01:00
404a32f346 tests/warn_conflict: cleanup python test script and move to tests folder 2017-12-08 23:01:09 +01:00
Dylan Laduranty
2320c269c1
Merge pull request #8226 from gebart/pr/saml21-feature_periph
saml21: Update FEATURE_PERIPH_PM -> MODULE_PERIPH_PM
2017-12-08 21:30:24 +01:00
Martine Lenders
09e5482020
Merge pull request #8229 from miri64/doc/enh/coc-to-contrib
doc: Add link to code of conduct to contribution guidelines
2017-12-08 13:34:30 +01:00
Joakim Nohlgård
ea4d5e6506
Merge pull request #8224 from OTAkeys/pr/fix_fmt_u32_dec
sys/fmt: fix overflow in fmt_u32_dec()
2017-12-08 13:33:32 +01:00
Martine Lenders
0551e5c0bc
doc: Add link to code of conduct to contribution guidelines 2017-12-08 12:49:37 +01:00
Joakim Nohlgård
3a66df0c1a
Merge pull request #8225 from gebart/pr/hwrng-init
periph_common: Call hwrng_init when enabled
2017-12-08 11:55:46 +01:00
Sebastian Meiling
cdf4b7a51d
Merge pull request #8116 from miri64/github/enh/code-of-conduct
github: add Code of Conduct
2017-12-08 11:30:32 +01:00
Martine Lenders
628c97c079
github: add Code of Conduct 2017-12-08 09:10:01 +01:00
Joakim Nohlgård
c0fd172734 tests/pkg_micro-ecc-with-hwrng: remove hwrng_init
Handled by periph_init now.
2017-12-08 08:08:33 +01:00
Joakim Nohlgård
29715a7ee2 tests/periph_hwrng: remove hwrng_init
Handled by periph_init now.
2017-12-08 08:08:33 +01:00
Joakim Nohlgård
774abe4e28 periph_common: hwrng_init in periph_init if enabled 2017-12-08 08:08:15 +01:00
Joakim Nohlgård
3a9cd9653f saml21: Update FEATURE_PERIPH_PM -> MODULE_PERIPH_PM 2017-12-08 05:22:09 +01:00
Vincent Dupont
43a902b1ab sys/fmt: fix overflow in fmt_u32_dec()
If the value was 10 digits long it caused an overflow in the multiply loop.
The case is now tested before looping over.
2017-12-07 17:48:05 -08:00
Sebastian Meiling
36ebe5613f
Merge pull request #8217 from miri64/gnrc_netapi/doc/protocol-type
gnrc_netapi: make doc a little more consistent
2017-12-06 22:45:57 +01:00
smlng
2699015f56 tests/mutex_unlock_and_sleep: add tests script 2017-12-06 21:31:36 +01:00
smlng
cdfde8196d tests/mutex_unlock_and_sleep: enhance memory usage
needs less than 4K RAM now on Cortex-based CPU,
    hence remove BOARD_INSUFFICIENT_MEMORY list
2017-12-06 21:29:44 +01:00
Martine Lenders
49c9d60724
gnrc_netapi: make doc a little more consistent
Throughout the documentation `gnrc_nettype_t` is referred to as a
"protocol type". The documentation for the functions
`gnrc_netapi_dispatch_*()` that were added later only refer to it as
"type".

This fix changes those to "protocol type" to make this clearer in the
context of these functions and unify it with the rest of the
documentation.
2017-12-06 18:10:10 +01:00
02d91e1a9e
Merge pull request #8202 from miri64/dist/tools/commit-msg-checker
dist: add commit message length checker
2017-12-06 12:13:50 +01:00
Martine Lenders
83930a0625
dist: add commit message length checker 2017-12-06 12:04:34 +01:00
Martine Lenders
7745060ad9
Merge pull request #8209 from bergzand/pr/netifeth_oddebug
gnrc_netif: Fix compile errors when debug is enabled
2017-12-05 16:28:22 +01:00
039bdf2aa6
gnrc_netif: Fix debug printing in ieee802154 2017-12-05 14:49:48 +01:00
ef8222e4bd
gnrc_netif: Include od when debugging 2017-12-05 14:48:02 +01:00
186acbd35b
Merge pull request #7400 from miri64/gnrc_ipv6/fix/header-delete
gnrc_ipv6: fix packet snip switch-up
2017-12-05 13:07:23 +01:00
Martine Lenders
d8dcb9a253
Merge pull request #8208 from haukepetersen/fix_make_driversmakedep
drivers: restore alphabetical order in Makefile.dep
2017-12-05 13:04:42 +01:00
Martine Lenders
5bdf3670e3
gnrc_ipv6: fix packet snip switch-up 2017-12-05 12:57:50 +01:00
Hauke Petersen
ce9808d8ec drivers: restore alphabetical order in Makefile.dep 2017-12-05 12:50:52 +01:00
Sebastian Meiling
38ee38e791
Merge pull request #8169 from beduino-project/boards/bluepill/i2c-rebased
bluepill: add i2c support
2017-12-04 15:41:48 +01:00
Sören Tempel
906df604e5 bluepill: copy i2c support from nucleo-f103
The only difference is that we changed the pins used by I2C_0.
2017-12-04 15:33:03 +01:00
Martine Lenders
73d1cca0f8
Merge pull request #8196 from aabadie/pr/tests/python_E12x
tests: fix python E127 'continuation line over/under-indented for visual indent'
2017-12-04 14:02:43 +01:00
Martine Lenders
ae8b426897
Merge pull request #8197 from aabadie/pr/tests/python_E711
tests/lwip: fix python E711 comparison to None should be 'if cond is not None:'
2017-12-04 13:57:41 +01:00
Martine Lenders
20ddb678aa
Merge pull request #8200 from aabadie/pr/tests/python_F841
tests/evtimer_msg: fix F841 local variable 'stop' is assigned to but never used
2017-12-04 13:19:12 +01:00
43e972fc61
Merge pull request #7970 from kYc0o/add_flashpage_write_raw
periph/flashpage: add flashpage_write_raw interface
2017-12-04 13:13:52 +01:00
3dfea171f1 tests/evtimer_msg: fix F841 local variable 'stop' is assigned to but never used 2017-12-04 08:33:06 +01:00
0a6f56bb25 tests/lwip: fix python E711 comparison to None should be 'if cond is not None:' 2017-12-03 20:22:59 +01:00
9f4096059e tests: fix python E127 'continuation line over/under-indented for visual indent' 2017-12-03 20:18:56 +01:00
40f43671bf sys/auto_init: enable sx127x auto init 2017-12-01 18:09:49 +01:00
Cenk Gündoğan
24476e0817
Merge pull request #8194 from bergzand/pr/murdock_cleanupvar
ci: murdock: Replace hardcoded path by bindir variable
2017-12-01 16:06:39 +01:00