a38823b823
boards/nucleo-*: add RTT feature where possible
2019-05-21 09:50:10 +02:00
763658548b
Merge pull request #11313 from aabadie/pr/stm32/common_rtt_config
...
boards/stm32: introduce and use new common rtt configuration header
2019-05-21 09:49:01 +02:00
a4de4153fc
boards/lsn50: use common rtt configuration
2019-05-21 09:01:02 +02:00
ca9bd8e5cc
boards/nucleo-l496zg: use common rtt configuration
2019-05-21 08:38:44 +02:00
f92139509d
boards/nucleo-l476rg: use common rtt configuration
2019-05-21 08:38:44 +02:00
c3d7dbce2c
boards/nucleo-l452re: use common rtt configuration
2019-05-21 08:38:44 +02:00
4c86b00808
boards/nucleo-l433rc: use common rtt configuration
2019-05-21 08:38:43 +02:00
4e26ac943b
boards/b-l475e-iot01a: use common rtt configuration
2019-05-21 08:38:43 +02:00
7d12ea78f0
boards/b-l072z-lrwan1: use common rtt configuration
2019-05-21 08:38:43 +02:00
871dda1216
boards/stm32: introduce common default rtt config
2019-05-21 08:38:43 +02:00
c439346f6d
Merge pull request #10563 from aabadie/pr/boards/particle_mesh
...
boards/particle-{xenon,argon,boron}: add initial support
2019-05-20 11:54:04 +02:00
Francisco
417f6ca350
Merge pull request #11524 from aabadie/pr/boards/lsn50
...
boards/lsn50: add support for Dragino LSN50 LoRa Sensor Node
2019-05-19 22:24:58 +02:00
ea2988c057
tests: add lsn50 to insufficient memory boards
2019-05-17 22:43:04 +02:00
97b4ac0e98
examples: add lsn50 to insufficient memory boards
2019-05-17 22:43:04 +02:00
14cd77b277
examples/default: add lsn50 to boards providing netif
2019-05-17 22:43:04 +02:00
bf3e471fdb
boards/lsn50: add initial support
2019-05-17 22:43:04 +02:00
05409782c0
boards/particle-boron: initial support
2019-05-17 22:42:08 +02:00
17fd5b7145
boards/particle-argon: initial support
2019-05-17 22:42:08 +02:00
f524a451a4
boards/particle-xenon: initial support
2019-05-17 22:42:08 +02:00
22fe1925e0
boards/particle-mesh: common support for particle mesh boards
2019-05-17 22:42:08 +02:00
Francisco
00c652c8b0
Merge pull request #11223 from cladmi/pr/openocd/flashbin/probe
...
tools/openocd.sh: try to probe the board for real flash address
2019-05-17 10:28:58 -07:00
Gaëtan Harter
468e4084f2
tools/openocd.sh: probe the board for real flash address on binary flash
...
Some boards have a configuration of the flash bank with an address of 0
when it actually starts as 0x08000000 but openocd relies on probing
the hardware at runtime.
This now allows to first probe the board to get the actual value.
If probing fail for any reason, return the value from the configuration.
This can happen when the board is unreachable so at least give a valid
output instead of an error.
This will allow correct flash detection on for example the `stm32f3` and
`stm32l4` which have a configured address of 0.
4a6f93c961/tcl/target/stm32f3x.cfg (L64)
4a6f93c961/tcl/target/stm32l4x.cfg (L51)
2019-05-17 18:28:27 +02:00
José Alamos
d66ac85b8d
Merge pull request #11540 from OlegHahm/feature/pkg/openthread_update
...
openthread: update to release 20180926
2019-05-17 14:00:42 +02:00
Semjon Kerner
5c35ea814f
Merge pull request #11273 from haukepetersen/opt_nimble_ver370305a
...
ble/nimble: bump version to 9d4bda2
2019-05-17 11:22:47 +02:00
Hauke Petersen
e172c80bad
tests/nimble_l2cap: adapt to config var name change
2019-05-17 10:34:26 +02:00
Hauke Petersen
5bd53db88f
tests/l2cap: use newly introduced TX_UNSTALLED evt
2019-05-17 10:34:26 +02:00
Hauke Petersen
88f9cf780a
ble/nimble: bump version to 9d4bda2
2019-05-17 10:34:26 +02:00
Leandro Lanzieri
d57f8ff793
Merge pull request #11536 from ParksProjets/pr_ds18
...
drivers/ds18: fix `ds18_read` for negative temperatures
2019-05-17 10:27:51 +02:00
6187f0483c
Merge pull request #11539 from fjmolinas/pr_xtimer_set_msg_typo
...
sys/xtimer.h: fix typo in xtimer_set_msg
2019-05-17 08:17:33 +02:00
Oleg Hahm
4f83dfd975
openthread: update to release 20180926
2019-05-16 23:28:35 +02:00
fjmolinas
fc7f6c3b68
sys/xtimer.h: fix typo in xtimer_set_msg
2019-05-16 23:17:03 +02:00
Guillaume Gonnet
c9fa1d7503
tests/drivers_ds18: display negative numbers
...
When `ds18_read` returns -2506, DS18 test print `Temperature [ºC]: -25.-6`
whereas it should print `Temperature [ºC]: -25.06. This commit fixes this
issue.
2019-05-16 20:22:02 +02:00
Guillaume Gonnet
1783b3da55
drivers/ds18: fix ds18_read
with negative temperatures
...
When DS18 returns 0xFE6F (corresponding to -25.0625 °C), `ds18_read` returns
13877 whereas it should return -2506. This commit fixes this issue.
2019-05-16 20:12:22 +02:00
1a3e1590d3
Merge pull request #11531 from kaspar030/static_tests/forbid_PKG_SOURCE_LOCAL
...
tools/pr_check: add check preventing PKG_SOURCE_LOCAL merges
2019-05-16 16:43:06 +02:00
30d89b3f62
Merge pull request #11487 from haukepetersen/add_event_waituntil
...
sys/event: add event_wait_until()
2019-05-16 12:59:40 +02:00
Hauke Petersen
8637d308bd
tests: add test for evens_wait_timeout()
2019-05-16 12:01:42 +02:00
Hauke Petersen
63d85ad1b5
sys/event: add event_wait_timeout()
2019-05-16 12:01:36 +02:00
9363a515a5
tools/pr_check: make sure no pkg makefile defines PKG_SOURCE_LOCAL
...
The variable is supposed to be used for local development only.
2019-05-16 11:31:32 +02:00
d07acbe876
Merge pull request #11529 from ParksProjets/pr_loramac
...
pkg/semtech_loramac: fix DEBUG message when payload is NULL
2019-05-16 08:55:23 +02:00
Guillaume Gonnet
f5c9fef096
pkg/semtech_loramac: fix DEBUG message when payload is NULL
...
In function `_semtech_loramac_send` parameter `payload` can be NULL (that the
case when scheduling an immediate TX, line 726). As DEBUG macro use printf,
a %s parameter can't be NULL so we have to handle that case.
2019-05-15 20:50:55 +02:00
Semjon Kerner
9ab427a996
Merge pull request #11528 from maribu/atomic_c11
...
core: Fix undefined behaviour in C11 atomics
2019-05-15 20:40:14 +02:00
Marian Buschsieweke
7749e621b8
core: Fix undefined behaviour in C11 atomics
...
Casting pointers to volatile memory to pointers to regular memory is permitted,
but using those pointers to access the memory results in undefined behavior.
This commit changes the casts to no longer drop the volatile qualifier.
References: https://en.cppreference.com/w/c/language/volatile
2019-05-15 15:47:43 +02:00
Semjon Kerner
901513391a
Merge pull request #11507 from SemjonKerner/nrfmin_fix_wait
...
cpu/nrf5x/radio/nrfmin: Enhance nrfmin reliability
2019-05-15 15:09:22 +02:00
Semjon Kerner
65b709aaa7
cpu/nrf5x/radio/nrfmin: apply errata workaround
2019-05-15 14:49:42 +02:00
Semjon Kerner
22b5f8a41a
cpu/nrf5x/radio/nrfmin: wait for state transition
2019-05-15 14:49:42 +02:00
Semjon Kerner
1954807309
cpu/nrf5x/radio/nrfmin: explicit test for power mode
2019-05-15 12:32:14 +02:00
bf000a1fa5
Merge pull request #11514 from kaspar030/fix_c11_atomic_definitions
...
core: fix c11 atomic definitions (fix gcc9 compilation)
2019-05-15 12:29:23 +02:00
Leandro Lanzieri
5c65e2e8fb
Merge pull request #11500 from jia200x/pr/fix_ot_makefile
...
openthread: fix compile error when CLI is not present
2019-05-15 11:39:44 +02:00
Jose Alamos
f4e9cc5dc0
examples/openthread: adapt Makefile to new configuration style
2019-05-14 18:55:53 +02:00
Jose Alamos
86942279a2
pkg/openthread: adapt CLI guards to new format
2019-05-14 18:55:53 +02:00