Leandro Lanzieri
245a04b612
drivers/mma7660: add module to Kconfig
2021-01-18 10:42:33 +01:00
Leandro Lanzieri
d22ef9087d
drivers/mma8x5x: add module to Kconfig
2021-01-18 10:42:33 +01:00
Leandro Lanzieri
e977dec8fb
drivers/mhz19: add modules to Kconfig
2021-01-18 10:42:33 +01:00
Leandro Lanzieri
a155b3f28e
drivers/mcp2515: add module to Kconfig
2021-01-18 10:42:32 +01:00
Leandro Lanzieri
22bc6a7935
drivers/mag3110: add module to Kconfig
2021-01-18 10:42:32 +01:00
Leandro Lanzieri
ab150978ae
drivers/ltc4150: add module to Kconfig
2021-01-18 10:42:32 +01:00
Leandro Lanzieri
a8d6e2757e
drivers/lsm303dlhc: add module to Kconfig
2021-01-18 10:42:32 +01:00
Leandro Lanzieri
deaf974650
drivers/lsm6dsl: add module to Kconfig
2021-01-18 10:42:32 +01:00
Leandro Lanzieri
d037a5a949
drivers/lpsxxx: add modules to Kconfig
2021-01-18 10:42:32 +01:00
Leandro Lanzieri
51cf04da09
drivers/lpd8808: add module to Kconfig
2021-01-18 10:42:31 +01:00
Leandro Lanzieri
c58f64a23b
drivers/lis3mdl: add module to Kconfig
2021-01-18 10:42:31 +01:00
Leandro Lanzieri
29f4c7b678
drivers/lis3dh: add module to Kconfig
2021-01-18 10:42:31 +01:00
Leandro Lanzieri
ffc7764ef9
drivers/lis2dh12: add module to Kconfig
2021-01-18 10:42:31 +01:00
Leandro Lanzieri
5d487d60b7
drivers/lc709203f: add module to Kconfig
2021-01-18 10:42:31 +01:00
Leandro Lanzieri
24968e71eb
drivers/l3g4200d: add module to Kconfig
2021-01-18 10:42:31 +01:00
Francisco Molina
8ba1a37b2a
drivers/mcp2515: move dependencies to own Makefile.dep
2021-01-18 10:28:51 +01:00
Francisco
8e40f6a653
Merge pull request #15708 from leandrolanzieri/pr/kconfig/drivers_opqr
...
drivers/{o, p, q, r}*: add modules to Kconfig
2021-01-18 10:06:09 +01:00
Benjamin Valentin
b0d476c890
tests/sys_sema_inv: add test for inverse semaphore
2021-01-17 00:17:58 +01:00
Benjamin Valentin
5602587dd7
sys/sema_inv: add inverse Semaphore
...
It is often desiderable to sync on multiple threads, e.g. there can be a controller
thread that waits for `n` worker threads to finish their job.
An inverse semaphore provides an easy primitive to implement this pattern.
After being initialized with a value `n` (in counter mode), a call to `sema_inv_wait()`
will block until each of the `n` threads has called `sema_inv_post()` exactly once.
There are situations where workers might post an event more than once
(unless additional state is introduced).
For this case, the alternative mask mode is provided.
Here the inverse semaphore is initialized with a bit mask, each worker can clear one
or multiple bits with `sema_inv_post_mask()`. A worker can clear it's bit multiple times.
2021-01-17 00:17:58 +01:00
Hauke Petersen
ed2e40df63
Merge pull request #15781 from haukepetersen/add_sema_getvalue
...
sys/sema: add sema_get_value()
2021-01-16 13:03:03 +01:00
Hauke Petersen
606bcd66da
posis/semaphore: use sema_get_value()
2021-01-15 16:17:25 +01:00
Hauke Petersen
7b0c5f9d5d
sys/sema: add same_get_value()
2021-01-15 15:22:31 +01:00
Martine Lenders
86f72b717c
Merge pull request #15778 from bergzand/pr/fe310/whitelist_uncrustify
...
uncrustify: Add fe310 cpu files to the whitelist
2021-01-15 14:15:30 +01:00
3c7efc497e
uncrustify: Add fe310 cpu files to the whitelist
2021-01-15 13:56:47 +01:00
f2c5e8bd21
Merge pull request #15777 from bergzand/pr/fe310/uncrustify
...
cpu/fe310: Uncrustify code
2021-01-15 13:43:38 +01:00
ba518ede09
cpu/fe310: Uncrustify code
2021-01-15 12:02:55 +01:00
cb221aaaf0
memarray: Add extend and reduce functions
2021-01-15 11:39:08 +01:00
a2ce2e9cfb
memarray: Add memarray_available function
2021-01-15 11:39:07 +01:00
5495da5840
memarray: use memarray_free to init elements
2021-01-15 11:20:29 +01:00
Martine Lenders
bb1a3470d7
Merge pull request #15775 from jia200x/pr/wfs/lw_params
...
gh/workflows/release-tests: add LoRaWAN parameters as env variables
2021-01-14 23:08:06 +01:00
Jose Alamos
6a69686237
gh/workflows/release-tests: add LoRaWAN parameters as env variables
2021-01-14 23:00:20 +01:00
Martine Lenders
f4b27d8702
Merge pull request #15774 from jia200x/pr/release_specs/envs
...
gh/workflows/release-tests: add LoRaWAN secrets env variables
2021-01-14 22:51:10 +01:00
Jose Alamos
df0575dbbf
gh/workflows/release-tests: add LoRaWAN secrets env variables
...
This commit injects some LoRaWAN secrets into `tox` in order to avoid
exposing LoRaWAN keys when running RIOT-OS/Release-Specs#201
2021-01-14 21:44:13 +01:00
8331c30339
.circleci: use riot/static-test-tools Docker image
2021-01-14 19:08:15 +01:00
6e21c72382
Merge pull request #13214 from bergzand/pr/cst816s/initial
...
cst816s: Initial include of cst816s touch screen driver
2021-01-14 18:51:21 +01:00
ead5822fa4
pinetime: Add touch screen configuration
2021-01-14 18:17:52 +01:00
03bf0fae01
tests/cst816s: Add basic touch screen test
2021-01-14 18:17:52 +01:00
0eba27161e
cst816s: Initial include of cst816s touch screen driver
2021-01-14 18:17:51 +01:00
Leandro Lanzieri
af042934da
Merge pull request #15769 from jia200x/pr/deprecate/gcoap_add_string
...
gcoap: remove deprecated gcoap_add_qstring
2021-01-14 17:20:47 +01:00
Jose Alamos
0bee606bd4
gcoap: remove gcoap_add_qstring
...
This feature was marked to be deprecated after the release 2020.10.
Therefore this commit removes that feature.
2021-01-14 16:03:00 +01:00
Marian Buschsieweke
253a634b85
Merge pull request #15636 from jia200x/pr/nrf802154/fix_rssi
...
radio/nrf802154: fix set_cca_threshold range
2021-01-14 15:28:29 +01:00
1343bfbf26
.github/static-test: use riot/static-test-tools Docker image
2021-01-14 14:45:05 +01:00
Jose Alamos
f2fa3ca12f
radio/nrf802154: fix set_cca_threshold range
...
This commit fixes the CCA threshold range for set_cca_threshold.
Without this commit the threshold overflows when using values below
the receiver sensitivity.
2021-01-14 14:33:56 +01:00
Martine Lenders
42c1070387
Merge pull request #15767 from miri64/dist/fix/uncrustify-file
...
uncrustify: use unified diff to generate GH annotation
2021-01-14 13:00:20 +01:00
José Alamos
0b16c298ea
Merge pull request #15766 from jia200x/pr/nrf802154/spurious_emission
...
nrf802154/hal: fix unwanted emissions at the end of ACK frame
2021-01-14 12:35:47 +01:00
Martine Lenders
6dfdde9b81
Merge pull request #15768 from miri64/dist/fix/headerguards-comment
...
dist/tools/headerguards: fix comment for current code
2021-01-14 12:34:55 +01:00
Martine Lenders
0a99a018c2
dist/tools/headerguards: fix comment for current code
2021-01-14 12:26:58 +01:00
Martine Lenders
629d3cd39d
uncrustify: use unified diff to generate GH annotation
...
`git diff` creates diffs where the file name starts with `a/` or `b/`
respectively. These are obviously not in path, so the Github annotations
point to nowhere when the path is used without accounting for this.
This fixes the GH annotation parsing to account for that.
2021-01-14 12:19:53 +01:00
benpicco
bd5b195433
Merge pull request #15726 from jia200x/pr/cc2538_fix
...
cc2538_rf/radio_hal: fix transmit function
2021-01-14 11:42:42 +01:00
Jose Alamos
698df63cfb
nrf802154/hal: fix unwanted emissions at the end of ACK frame
...
This commit turns off the transceiver immediately after sending an ACK
frame in order to avoid unwanted emissions (see ERRATA ID 204).
When the radio stays in TX_ON without an explicit transition, the radio
keeps sending a spurious signal for some milliseconds.
2021-01-14 11:06:11 +01:00