74b463ab94
Merge pull request #12391 from fjmolinas/pr_suit_ble
...
examples/suit_update: add ble documentation in README
2020-01-15 11:17:41 +01:00
Hauke Petersen
8b408fc828
Merge pull request #12724 from aabadie/pr/stdio_rtt_blacklist
...
make: improve handling of the stdio_rtt module, improve dependency management at application level
2020-01-15 10:12:13 +01:00
Francisco Molina
b7b09c3f75
examples/suit_update: add documentation for ble
2020-01-15 09:49:52 +01:00
Leandro Lanzieri
afba3b1bd2
examples/usbus_minimal: Default to RIOT peripheral PID
2020-01-14 11:22:58 +01:00
Leandro Lanzieri
903909fa4e
examples/usbus_minimal: Add default Kconfig PID/VID values
2020-01-14 10:34:53 +01:00
Leandro Lanzieri
84c3676e36
examples/usb_minimal: Set PID/VID if Kconfig is not used
2020-01-14 10:34:53 +01:00
Leandro Lanzieri
15bd4897c1
usb: Move configuration macros to 'CONFIG_' namespace
...
Macros that changed:
USB_CONFIG_VID -> CONFIG_USB_VID
USB_CONFIG_PID -> CONFIG_USB_PID
USB_CONFIG_MANUF_STR -> CONFIG_USB_MANUF_STR
USB_CONFIG_PRODUCT_STR -> CONFIG_USB_PRODUCT_STR
USB_CONFIG_CONFIGURATION_STR -> CONFIG_USB_CONFIGURATION_STR
USB_CONFIG_PRODUCT_BCDVERSION -> CONFIG_USB_PRODUCT_BCDVERSION
USB_CONFIG_SPEC_BCDVERSION -> CONFIG_USB_SPEC_BCDVERSION
USB_CONFIG_SELF_POWERED -> CONFIG_USB_SELF_POWERED
USB_CONFIG_MAX_POWER -> CONFIG_USB_MAX_POWER
USB_CONFIG_DEFAULT_LANGID -> CONFIG_USB_DEFAULT_LANGID
2020-01-14 10:34:53 +01:00
024d4abd99
examples/suit_update: remove boards from insufficient memory list
...
ruuvitag/thingy52 provide the periph_uart feature so stdio_uart can work on these boards even if stdio_rtt is disabled because of ethos.
2020-01-14 07:48:09 +01:00
a12af69752
examples/gnrc_border_router: remove BOARD_BLACKLIST variable
...
pic32 boards now provide an UART, and this the periph_uart feature
ruuvitag/thingy52 provide the periph_uart feature so stdio_uart can work
on these boards.
2020-01-14 07:48:09 +01:00
PeterKietzmann
9e83d12bc0
net/gnrc/netif: Move GNRC_NETIF_IPV6_ADDRS_NUMOF to 'CONFIG_' namespace
2020-01-13 12:28:37 +01:00
0597fc9444
examples/suit_update: update README
2020-01-09 11:31:24 +01:00
496f65b946
examples/suit_update: display progress bar during download
...
The automatic test script is updated accordingly
2020-01-09 11:31:24 +01:00
Francisco
f6f4469542
Merge pull request #11889 from miri64/tapsetup/enh/sudo
...
tapsetup: require to be executed with sudo
2020-01-04 10:43:06 +01:00
Martine S. Lenders
64a0d73a0a
examples: adapt doc on tapsetup for new sudo requirement
2020-01-03 21:00:54 +01:00
70e6e0aedf
Merge pull request #12862 from fjmolinas/pr_dont_reset_sync
...
dist/pythonlibs/testrunner: reset before term
2019-12-19 14:42:46 +01:00
Francisco Molina
ebd5acc2fa
examples: set TESTRUNNER_RESET_AFTER_TERM for examples/%/tests
2019-12-19 09:32:37 +01:00
Gaëtan Harter
387da5214f
examples: update documentation to use 'BOARDSDIR'
...
Replace uses of 'RIOTBOARD' by 'BOARDSDIR' in examples.
2019-12-16 15:35:05 +01:00
Hauke Petersen
b5a197c3ef
examples/nimble_hrs: fix buidling w/o DEVELHELP
2019-12-16 10:53:58 +01:00
Hauke Petersen
5a92be24d6
examples/nimble_gatt: fix building w/o DEVELHELP
2019-12-16 10:51:08 +01:00
Sebastian Meiling
cdda4e423e
examples/dtls-echo: fix debug message
2019-12-13 23:29:40 +01:00
Francisco
20d89af043
Merge pull request #12755 from aabadie/pr/application_dep
...
make: add possibility to provide board specific application dependencies in a separate Makefile
2019-12-09 16:52:19 +01:00
Sören Tempel
7b463b6c95
dtls-echo: check msg_try_receive return value
2019-12-09 14:17:26 +01:00
Sören Tempel
ab4e5df473
dtls-sock: check msg_try_receive return value
2019-12-09 14:17:09 +01:00
6d5f64bd14
examples/gnrc_border_router: move board deps in Makefile.board.dep
2019-12-06 21:19:58 +01:00
228786731d
Merge pull request #2968 from kaspar030/micropython
...
pkg: micropython: initial commit
2019-12-05 20:31:47 +01:00
b5743cab40
examples/micropython: initial micropython example application
2019-12-05 16:34:53 +01:00
Sebastian Meiling
6e53e28a3a
Merge pull request #11943 from pokgak/sock_dtls_impl
...
pkg/tinydtls: add DTLS sock API implementation
2019-12-05 15:47:49 +01:00
pokgak
57533a76fd
examples: add DTLS sock example application
2019-12-05 14:08:54 +01:00
6445b174aa
examples/wakaama: cleanup Makefile.ci
2019-12-04 08:09:11 +01:00
ab6aa862a5
examples/wakaama: remove useless BOARD_BLACKLIST
...
The wakaama examples now builds fine on pic32 boards
2019-12-04 08:08:58 +01:00
c2898c6a3a
examples/wakaama: remove 8/16bit arch from boards blacklist
...
wakaama depends on tlsf which already whitelist 32bit architectures
2019-12-04 08:06:33 +01:00
e0b7c2d83a
Merge pull request #12149 from fjmolinas/pr_suit_test
...
examples/suit_update: improve test script
2019-12-02 19:06:24 +01:00
Francisco Molina
09a5282c34
examples/suit_update: improve test script
...
- Verify smaller image sequence numbers are rejected
- Verify invalid signatures are rejected
2019-12-02 17:29:31 +01:00
Ken Bannister
353c0e91d0
Merge pull request #11036 from leandrolanzieri/pr/pkg/wakaama_rework
...
pkg/wakaama: Add basic LWM2M client implementation
2019-11-29 16:21:05 -05:00
491232e120
Merge pull request #12742 from kaspar030/make_jerryscript_use_blobs
...
examples/javascript: make use of blob.inc.mk
2019-11-29 21:48:40 +01:00
Leandro Lanzieri
8d47813487
examples: Add Wakaama LwM2M example application
2019-11-29 20:31:41 +01:00
Francisco Molina
ce609a8709
examples/suit_update: add button to trigger update
2019-11-29 15:12:34 +01:00
Ken Bannister
5c2f37d9f1
Merge pull request #9857 from haukepetersen/opt_gcoap_contextptrtoresphandler
...
net/gcoap: add user ptr to response handler functions
2019-11-28 09:32:30 -05:00
benpicco
e81d040a26
Merge pull request #12799 from chudov/derfmega-PR
...
boards/derfmega*: initial support
2019-11-28 13:57:56 +01:00
Hauke Petersen
de777f7655
examples/gcoap: adapt to gcoap_send() API changes
2019-11-28 12:50:24 +01:00
Hauke Petersen
75397a2be1
examples/gcoap: adapt to resp_handler API change
2019-11-28 12:48:37 +01:00
Francisco
372ae95d28
Merge pull request #12628 from aabadie/pr/make/develhelp_cleanup
...
make/develhelp: make usage consistent + add ci check
2019-11-28 09:26:52 +01:00
chudov
0a151a78da
boards/derfmega*: initial support
2019-11-27 20:53:14 +01:00
Francisco Molina
3db9eab6d9
tests: expect match \r\n or \s
...
- Since `printf()` is buffered it might not arrive in a single
read to pexpect. Regex which terminate in a group match might
match only some elements, this might break tests that depend
on exact group matching.
2019-11-27 14:12:12 +01:00
MichelRottleuthner
bf676d4728
Merge pull request #11022 from jia200x/pr/gnrc_lorawan
...
gnrc_lorawan: add support for GNRC based LoRaWAN stack
2019-11-27 09:25:20 +01:00
Jose Alamos
9c5cfa3d5d
gnrc_lorawan: add test application
2019-11-26 21:52:06 +01:00
743d7170e2
Merge pull request #12804 from wosym/nucleo-f207zg_ethernet
...
boards/nucleo-f207zg: add ethernet configuration
2019-11-26 12:44:19 +01:00
Wouter
3072900ed6
boards/nucleo-f207zg: add Ethernet config
2019-11-26 11:11:41 +01:00
c4989a4c7a
examples/riot_and_cpp: fix typos
2019-11-23 22:39:39 +01:00
ee7aa411a2
examples/nimble_gatt: fix typos
2019-11-23 22:39:39 +01:00