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
Francisco Molina
b7b09c3f75
examples/suit_update: add documentation for ble
2020-01-15 09:49:52 +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
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 Molina
ebd5acc2fa
examples: set TESTRUNNER_RESET_AFTER_TERM for examples/%/tests
2019-12-19 09:32:37 +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
Francisco Molina
ce609a8709
examples/suit_update: add button to trigger update
2019-11-29 15:12:34 +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
8a76acf060
Merge pull request #12706 from fjmolinas/pr_fix_flake8
...
RIOT: fix PEP8 errors
2019-11-23 06:47:34 +01:00
2480d11570
examples/suit_update: adapt test for the shell
2019-11-22 15:56:36 +01:00
baf18777a1
examples/suit_update: add the shell to the example
...
The nanocoap server is run in a dedicated thread
2019-11-22 15:56:35 +01:00
Francisco Molina
2202b71f99
flake8: fix PEP8 overidentation E127
2019-11-21 10:11:56 +01:00
Benjamin Valentin
d45b3d1cd3
makefiles: default-channel.inc.mk -> default-radio-settings.inc.mk
...
The scope of the file has changed, so change it's name.
2019-10-27 11:55:55 +01:00
Francisco Molina
ce3665c097
examples/suit_update:enable murdock
2019-10-24 17:16:36 +02:00
Francisco Molina
894413be2d
examples/suit_update/test: change local to link
2019-10-22 13:19:02 +02:00
Marian Buschsieweke
87380f309f
examples: Added atmega328p to Makefile.ci
...
Added the atmega328p board to the BOARD_INSUFFICIENT_MEMORY list where needed.
2019-10-21 12:54:46 +02:00
Marian Buschsieweke
ba90ba2e2f
examples: BOARD_INSUFFICIENT_MEMORY -> Makefile.ci
...
- Decluttered Makefile by moving BOARD_INSUFFICIENT_MEMORY lists from Makefile
to Makefile.ci
- Optimized the list for use of tools:
- One entry per line reduces the number of merge conflicts
- One entry per line allows alphabetical sorting e.g. via Vim's sort command
- Sorted all lists alphabetically
2019-10-15 09:55:07 +02:00
3addde5377
examples/suit_update: disable CI test for now
2019-10-09 18:19:27 +02:00
b899a9f362
examples/suit_update: add SUIT draft v4 example & test
...
This commit adds an example application showcasing SUIT draft v4
firmware updates.
It includes a test script suitable for local or CI testing.
Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
Co-authored-by: Koen Zandberg <koen@bergzand.net>
Co-authored-by: Francisco Molina <femolina@uc.cl>
2019-10-09 13:51:29 +02:00