3d4d9c7902
boards/*: instead of cpp-style, use C-style comments
2018-02-06 16:59:58 +01:00
3bfe4b6986
make: mcuboot: add MCUBOOT_ namespacing
2018-02-06 16:41:48 +01:00
jia200x
c61c44a1ae
Merge pull request #8374 from Hyungsin/forupstream_radio_ackpending
...
driver/at86rf2xx: add an option for auto-ack with the pending bit
2018-02-06 14:15:40 +01:00
0fc1cf44a0
Merge pull request #8521 from gebart/pr/unittest-fmt
...
unittests: improve tests-fmt, add buffer overflow checks
2018-02-06 11:12:45 +01:00
acaed9e377
Merge pull request #8068 from dylad/fix_nordic_softdevice
...
pkg/nordic_softdevice_ble: fix broken package
2018-02-06 11:09:37 +01:00
Joakim Nohlgård
5ec44c82ba
fmt: Add fmt_s64_dec, print_s64_dec
2018-02-06 11:04:42 +01:00
Joakim Nohlgård
8ecf3c6bb6
unittests/fmt: Basic check for buffer overflow errors
2018-02-06 11:03:05 +01:00
Joakim Nohlgård
19d3995504
unittests/fmt: Add max test for fmt_u16_dec
2018-02-06 11:03:05 +01:00
Joakim Nohlgård
3b90481bed
unittests/fmt: Add test for min/max in fmt_s32_dec
2018-02-06 11:03:05 +01:00
Gaëtan Harter
6db9bafae5
nordic_softdevice_ble: print when removing router modules
...
Add a warning message in user's console to inform them routing capabilities will
be disabled with the softdevice
2018-02-06 10:44:30 +01:00
Martine Lenders
d4661af4c8
gnrc: 6Lo fixes for BLE
2018-02-05 22:34:31 +01:00
Martine Lenders
0d55a8a1c6
nordic_softdevice_ble: fix dependencies for NIB
2018-02-05 22:34:30 +01:00
Martine Lenders
51ae9d9c87
nordic_softdevice_ble: fixes for gnrc_netif usage
2018-02-05 22:34:11 +01:00
dylad
391164a788
pkg: fix broken nordic softdevice package
...
Prevent CPU from using cortexm_init() when softdevice is used for NRF52 devices
as the softdevice already do some obscur inits
Also ensure the softdevice pkg will be used by hacking Makefile due to RIOT's
build system limitations (will be fix later with the new build system)
2018-02-05 17:04:13 +01:00
Bas Stottelaar
6a112bdf51
Merge pull request #8474 from basilfx/feature/efm32_pwm_mode
...
cpu: efm32: implement pwm modes.
2018-02-05 12:56:02 +01:00
ab1d02bc8c
Merge pull request #8499 from miri64/gnrc_icmpv6_echo/fix/loopback
...
gnrc_icmpv6_echo: fix ping for loopback
2018-02-05 11:02:57 +01:00
Martine Lenders
7f0a7b1fe8
Merge pull request #8503 from beduino-project/ieee802154-buffer-access
...
gnrc_netif: Fix out-of-bounds buffer access in ieee802154 netif
2018-02-03 13:55:32 +01:00
Sören Tempel
cfe0143eec
gnrc_netif: Fix out-of-bounds buffer access in ieee802154 netif
2018-02-03 13:08:59 +01:00
Peter Kietzmann
b2c1ca8ad0
Merge pull request #8385 from haukepetersen/opt_nrf52_i2c
...
cpu/nrf52: optimized I2C driver
2018-02-02 12:28:12 +01:00
Hauke Petersen
2b2accf0cc
boards/nrf52-based: updated I2C configuration
2018-02-02 11:34:40 +01:00
Hauke Petersen
b1efc39348
cpu/nrf52: optimized i2c driver implementation
2018-02-02 11:34:40 +01:00
Hauke Petersen
787d69c676
cpu/nrf52: add CPU specific sleep function
...
This function is supposed to be used for putting the CPU into
sleep mode for short amounts of time (e.g. in typical polling
loops used in periph drivers).
2018-02-02 11:33:18 +01:00
Hauke Petersen
959e838836
cpu/nrf52: updated vendor header
2018-02-02 11:33:18 +01:00
Peter Kietzmann
047219aff3
Merge pull request #8486 from haukepetersen/fix_nrf52_i2c-mutexinit
...
cpu/nrf52/i2c: use static mutex initializtion
2018-02-02 10:53:50 +01:00
Gaëtan Harter
ab3eca7773
Merge pull request #8506 from kaspar030/update_jsmn_package
...
pkg/jsmn: bump version, remove Makefile patch
2018-02-01 18:45:06 +01:00
Martine Lenders
c982cc81ed
Merge pull request #8278 from smlng/cpu/native/replace_timex
...
cpu, native: replace timex_t in syscalls
2018-02-01 12:55:29 +01:00
f15be48cea
pkg/jsmn: bump version, remove Makefile patch
2018-02-01 11:53:41 +01:00
Sebastian Meiling
283b2b8283
Merge pull request #8504 from beduino-project/nanocoap-packed
...
nanocoap: use __attribute__((packed)) for coap_hdr_t
2018-02-01 10:58:47 +01:00
ef20fe7bb3
Merge pull request #8505 from gebart/pr/pm-layered-while-loop-braces
...
pm_layered: Use {} for empty while loops
2018-02-01 09:04:30 +01:00
Bas Stottelaar
e4d699ad46
Merge pull request #8471 from cladmi/pr/fix_tradfri_module_name_conflict
...
cpu/efm32: fix 'cpu' module name conflict
2018-02-01 08:41:03 +01:00
Joakim Nohlgård
9af2696d2f
pm_layered: Use {} for empty while loops
2018-02-01 06:55:49 +01:00
Bas Stottelaar
91b2627539
cpu: efm32: implement pwm modes.
2018-01-31 23:39:42 +01:00
Sören Tempel
45a69f29d5
nanocoap: use __attribute__((packed)) for coap_hdr_t
2018-01-31 21:41:53 +01:00
Hyungsin
f52efef0d5
netopt: Add NETOPT_ACK_PENDING
2018-01-31 11:58:48 -08:00
Hyungsin
a841d9ee0a
driver/at86rf2xx: add an option for auto-ack with the pending bit
2018-01-31 11:58:05 -08:00
Cenk Gündoğan
c68a9f7895
Merge pull request #8501 from smlng/2018.01/release-notes
...
release-notes: add 2018.01
2018-01-31 16:28:26 +01:00
smlng
5f6ce2aa80
release-notes: add 2018.01
2018-01-31 16:15:02 +01:00
Martine Lenders
12fad002da
gnrc_icmpv6_echo: fix ping for loopback
...
At the moment ping is crashing if one pings the loopback address.
This was caused in #8214 when we moved interfaces from `kernel_pid_t`
ID to pointer-based handling, since loopback doesn't evaluate to such
an interface.
2018-01-31 15:46:52 +01:00
Gaëtan Harter
c09ea29376
Merge pull request #8494 from aabadie/pr/st_boards_doxygen
...
boards/*: minor doxygen fixes
2018-01-31 14:40:40 +01:00
Gaëtan Harter
7db99e3bd8
Merge pull request #8497 from OTAkeys/fix/native_term
...
board/native: use ELFFILE for 'make term'
2018-01-31 14:37:38 +01:00
Peter Kietzmann
197abe8bd1
Merge pull request #8493 from jia200x/ina220_fix
...
drivers/ina220: fix bus voltage range bitmask
2018-01-31 13:27:08 +01:00
Sebastian Meiling
fac763bffc
Merge pull request #8422 from MichelRottleuthner/pr_fatfs_bump_version
...
pkg/fatfs: bump version to R0.13a
2018-01-31 12:05:31 +01:00
Pieter Willemsen
f2f6801987
board/native: use ELFFILE for 'make term'
2018-01-31 11:59:07 +01:00
Martine Lenders
aa7a2da054
Merge pull request #8490 from miri64/gnrc/fix/xbee
...
gnrc: fix link-layer/IPv6 address conversion for XBee
2018-01-31 11:03:13 +01:00
Martine Lenders
c40a05b6a8
gnrc: fix link-layer/IPv6 address conversion for XBee
2018-01-31 10:54:28 +01:00
fb3889c343
boards/stm32f7disco: use capital letters for board name
2018-01-31 08:10:31 +01:00
fd0aa2acf0
boards/b-l475e-iot01a: update board name in doxygen
2018-01-31 08:10:31 +01:00
c1a9338346
boards/b-l072z-lrwan1: update board name in doxygen
2018-01-31 08:10:31 +01:00
Gaëtan Harter
3ccdbb52e8
Merge pull request #8485 from miri64/tests/fix/netdev_test-DEVELHELP
...
tests: deactivate DEVELHELP for netdev_test
2018-01-30 22:17:57 +01:00
Jose Alamos
31b4033761
drivers/ina220: fix table number in bus ADC settings
2018-01-30 21:43:07 +01:00