Leandro Lanzieri
85b674dfc6
boards/common/esp8266: Add Kconfig symbols
2020-07-07 16:27:43 +02:00
Leandro Lanzieri
7a2e4c819d
cpu/esp8266: Add Kconfig symbols
2020-07-07 16:27:43 +02:00
Leandro Lanzieri
6dd0d90e5e
boards/esp32-wrover-kit: Add Kconfig symbols
2020-07-07 16:27:41 +02:00
Leandro Lanzieri
4804757b4c
boards/esp32-wroom-32: Add Kconfig symbols
2020-07-07 16:27:40 +02:00
Leandro Lanzieri
46a2fd78c3
boards/esp32-wemos-lolin-d32-pro: Add Kconfig symbols
2020-07-07 16:27:40 +02:00
Leandro Lanzieri
595a433917
boards/esp32-ttgo-t-beam: Add Kconfig symbols
2020-07-07 16:27:40 +02:00
Leandro Lanzieri
be5b16927f
boards/esp32-olimex-evb: Add Kconfig symbols
2020-07-07 16:27:38 +02:00
Leandro Lanzieri
c8428a121d
boards/esp32-mh-et-live-minikit: Add Kconfig symbols
2020-07-07 16:27:38 +02:00
Leandro Lanzieri
689eea74fc
boards/esp32-heltec-lora32-v2: Add Kconfig symbols
2020-07-07 16:27:38 +02:00
Leandro Lanzieri
597c56575c
boards/common: Add Kconfig symbols
2020-07-07 16:27:36 +02:00
Leandro Lanzieri
0b0a03bef9
cpu/esp32: Add Kconfig symbols
2020-07-07 16:27:35 +02:00
Leandro Lanzieri
e6b698c69b
cpu/esp_common: Add Kconfig symbols
2020-07-07 16:27:34 +02:00
Jean Pierre Dudey
3003cf737a
boards/common/esp32: move ESP features to cpu/esp_common
...
>All of them are features of each ESP SoC and have not to be configured by the
board definition.
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
2020-07-07 16:02:23 +02:00
db5070c772
Merge pull request #14441 from miri64/riotctrl_shell/feat/netif
...
riotctrl_shell: provide netif interactions and parsers
2020-07-07 14:21:35 +02:00
Leandro Lanzieri
fe7700c7de
Merge pull request #14444 from akshaim/Kconfig_asymcute
...
net/asymcute : Expose configurations to Kconfig
2020-07-07 13:46:59 +02:00
Peter Kietzmann
637b1df9d4
Merge pull request #14446 from leandrolanzieri/pr/drivers/atca_doc_group_config
...
pkg/cryptoauthlib/atca: Fix documentation group
2020-07-07 13:40:26 +02:00
Akshai M
7a2e9c8948
net/asymcute : Update documentation
2020-07-07 16:27:57 +05:30
Akshai M
e9f270c78a
net/asymcute : Expose to Kconfig
2020-07-07 16:27:57 +05:30
Akshai M
8a6d2882f7
net/asymcute : Move 'ASYMCUTE_KEEPALIVE_PING' to 'CONFIG_'
2020-07-07 16:27:57 +05:30
Akshai M
a1df2e33b0
net/asymcute : Move 'ASYMCUTE_N_RETRY' to 'CONFIG_'
2020-07-07 16:27:57 +05:30
Akshai M
6dc5747c4b
net/asymcute : Move 'ASYMCUTE_T_RETRY' to 'CONFIG_'
2020-07-07 16:27:57 +05:30
Akshai M
1753b84cba
net/asymcute : Move 'ASYMCUTE_KEEPALIVE' to 'CONFIG_'
2020-07-07 16:27:57 +05:30
Akshai M
7ba0d3c76f
net/asymcute : Move 'ASYMCUTE_TOPIC_MAXLEN' to 'CONFIG_'
2020-07-07 16:27:57 +05:30
Akshai M
e4a3213b99
net/asymcute : Model 'ASYMCUTE_BUFSIZE' with exp
...
Added 'CONFIG_ASYMCUTE_BUFSIZE_EXP' and modelled ASYMCUTE_BUFSIZE
as power of an exponent.
2020-07-07 16:27:57 +05:30
Martine Lenders
fdcf53e514
Merge pull request #10222 from pokgak/pr/add-cord-lc
...
net: add CoRE RD lookup client implementation
2020-07-07 12:44:37 +02:00
Martine Lenders
4bb179e987
Merge pull request #14294 from brummer-simon/gnrc_tcp-add_retransmit_timer
...
gnrc_tcp: add retransmission timer
2020-07-07 12:39:01 +02:00
Martine S. Lenders
f8d23b4745
riotctrl_shell: activate doctests for pytest
2020-07-07 12:24:42 +02:00
Martine S. Lenders
1182f24b25
riotctrl_shell: provide netif interactions and parsers
2020-07-07 12:24:41 +02:00
Martine S. Lenders
e923d5dbd8
sc_gnrc_netif: fix whitespaces in output
...
Originally, the options and flags in the `netif` shell output were
separated by two spaces. For later added flags this is not the case,
making the parsing of those flags and options hard to impossible.
This change adds those missing spaces + comments so it might not happen
again in the future.
2020-07-07 12:24:40 +02:00
Aiman Ismail
99950d1f7c
examples: add RD lookup client example
2020-07-07 11:58:59 +02:00
Aiman Ismail
869052dcd8
cord: add RD lookup client
2020-07-07 10:54:10 +02:00
pokgak
88279904c5
sys/coap: add ACCEPT option
2020-07-07 10:54:10 +02:00
Simon Brummer
122616ae7d
gnrc_tcp: add retransmission timer
2020-07-06 21:18:23 +02:00
Michel Rottleuthner
20704ecb21
boards/saml1x: provide custom value for XTIMER_BACKOFF to spin for lower values
2020-07-06 17:39:08 +02:00
Leandro Lanzieri
88819c3118
pkg/cryptoauthlib/atca: Fix documentation group
2020-07-06 16:26:13 +02:00
Martine Lenders
d065b7b613
Merge pull request #14308 from aabadie/pr/ci/github-actions
...
ci: setup github actions
2020-07-06 15:53:46 +02:00
Peter Kietzmann
82281f6e75
Merge pull request #14442 from leandrolanzieri/pr/drivers/kw2xrf_enable_tx_irq
...
drivers/kw2xrf: Enable TX end IRQ
2020-07-06 15:52:27 +02:00
ffbc16aafd
riotctrl_shell: fix riotctrl url in requirements.txt
2020-07-06 15:29:50 +02:00
4c87efc0e7
.github/workflows: add tools test action
...
Only compile_and_test_for_board is tested for the moment
2020-07-06 15:29:50 +02:00
564033a007
.github/workflows: add tools-buildtest action
2020-07-06 15:29:50 +02:00
Leandro Lanzieri
a320181f55
drivers/kw2xrf: Enable TX End IRQ in netdev init
...
The driver needs this event but gnrc_netif_ieee802154 only enables the
interrupt when MODULE_NETSTATS_L2 is active.
2020-07-06 14:21:58 +02:00
Cenk Gündoğan
4807a91f70
Merge pull request #14435 from leandrolanzieri/pr/tests/kconfig_features_optimize_test
...
tests/kconfig_features: Optimize test
2020-07-06 14:18:47 +02:00
Martine Lenders
b0738051f2
Merge pull request #14222 from brummer-simon/gnrc_tcp-rewrite_internal_messaging
...
gnrc_tcp: rewrite API internal messaging
2020-07-06 13:39:13 +02:00
Leandro Lanzieri
f62755df25
tests/kconfig_features: Optimize test
2020-07-06 13:09:56 +02:00
Martine Lenders
d510e034ea
Merge pull request #13552 from haukepetersen/add_nimble_statconn
...
pkg/nimble: add static connection manager `statconn`
2020-07-06 09:59:13 +02:00
Martine Lenders
0b5e2ab998
Merge pull request #14419 from maribu/base64_cleanup
...
sys/base64: Clean up / improve implementation
2020-07-06 09:55:11 +02:00
d918c8e06a
Merge pull request #12647 from javierfileiv/mqtt-paho
...
paho-mqtt: add package and example
2020-07-06 09:43:01 +02:00
Marian Buschsieweke
1267277ca7
sys/base64: Improved implementation
2020-07-06 09:16:24 +02:00
Hauke Petersen
e295bf53df
tests/nimble_statconn_gnrc: initial import
2020-07-06 08:14:09 +02:00
Hauke Petersen
3ecb9d8423
sys/shell: add nimble_statconn shell command
2020-07-06 08:14:09 +02:00