kenrabold
5222822260
examples/* : blacklisting for hifive1b
2019-07-19 13:25:17 -07:00
kenrabold
2de4da03ef
cpu/hifive1b: initial HiFive1B support
...
Initial support for HiFive1B board with FE310_G002 CPU
2019-07-19 13:25:17 -07:00
kenrabold
6391913a15
board/hifive1: minor changes for FE310_G000 CPU
...
Minor changes to support both HiFive1 and HiFive1B boards and their respective CPUs
2019-07-19 13:25:17 -07:00
kenrabold
97d1dc0821
cpu/fe310: Add support for FE310_G002
...
Added support for FE310_G002 CPU variant that is on new HiFive1B board
2019-07-19 13:25:17 -07:00
Martine Lenders
7d2cb71c51
Merge pull request #11564 from pokgak/credman
...
sys: add credman (D)TLS credential management module
2019-07-19 16:38:47 +02:00
Marian Buschsieweke
d15b8201b4
Merge pull request #10717 from keestux/refactor-evtimer-add-del
...
sys/evtimer: refactor evtimer add()/del()
2019-07-19 15:00:29 +02:00
Leandro Lanzieri
c7f801283a
Merge pull request #11869 from fjmolinas/pr_lorawan_retcode
...
examples/lorawan: fix semtech_loramac_send TX ret code
2019-07-19 14:27:13 +02:00
Aiman Ismail
0a3f12ebbc
tests: add credman unit tests
2019-07-19 13:56:40 +02:00
Aiman Ismail
a1a6dcd5ae
sys/net: add credman (D)TLS credential manager
2019-07-19 13:56:21 +02:00
Peter Kietzmann
43a5eef0d1
Merge pull request #11863 from pokgak/rename-setup-teardown
...
tests/unittests: rename set_up/tear_down function
2019-07-19 12:57:54 +02:00
Francisco Molina
cdf687ceba
examples/lorawan: fix semtech_loramac_send TX ret code
...
- with #11541 TX notification are only sent after mcps confirm event
this will send a SEMTECH_LORAMAC_TX_DONE instead of
SEMTECH_LORAMAC_TX_OK.
2019-07-19 12:22:53 +02:00
Aiman Ismail
8f75ff6b9a
tests/unittests: rename set_up/tear_down caller
...
Renames the `tests_<module>_<header>_set_up` and in EMB_UNIT_TESTCALLER
`tests_<module>_<header>_tear_down` to `set_up` and `tear_down` respectively.
2019-07-19 12:10:12 +02:00
36f533e7ae
Merge pull request #11839 from kb2ma/nanocoap/option_func_doc
...
net/nanocoap: document internal option functions
2019-07-18 23:06:54 +02:00
Dylan Laduranty
ca329dbb1d
Merge pull request #11854 from benpicco/sam0-doc_fix
...
cpu/sam0: update doc.txt with new MCU families
2019-07-18 14:34:48 +02:00
Juan I Carrano
3c7efb2213
Merge pull request #11849 from cladmi/pr/hamilton/oflags
...
boards/hamilton: remove OFLAGS '-O binary'
2019-07-18 12:03:34 +02:00
Kevin "Bear Puncher" Weiss
f932999df4
Merge pull request #11853 from sanjuprakashk/testrunner-timeout
...
dist/pythonlibs/testrunner: dynamic changing of test timeout
2019-07-18 11:57:31 +02:00
Ken Bannister
64ba8e4ea9
net/nanocoap: document internal option functions
2019-07-18 05:21:40 -04:00
8150b014b1
Merge pull request #11801 from kaspar030/update_pkg_libcose
...
pkg/libcose: bump version
2019-07-18 09:44:32 +02:00
Kees Bakker
ea11de5258
tests/evtimer_msg: modify test to delete entries
...
The evtimer_msg test is expanded to also delete entries.
Furthermore the messages that are printed should now show
numbers that are very close (if not equal). Something like
this:
At 740 ms received msg 0: "#2 supposed to be 740"
At 1081 ms received msg 1: "#0 supposed to be 1081"
At 1581 ms received msg 2: "#1 supposed to be 1581"
At 4035 ms received msg 3: "#3 supposed to be 4035"
The function evtimer_print is also called to show the
intermediate status of evtimer entries.
2019-07-17 20:52:12 +02:00
Kees Bakker
d2cd666841
evtimer: in evtimer_print also print first event
2019-07-17 20:51:32 +02:00
Kees Bakker
629e96ea80
evtimer: refactor adding and deleting events
2019-07-17 20:51:32 +02:00
Martine Lenders
6320fdebe9
Merge pull request #11855 from cladmi/pr/tests/unittest/split/devfs
...
tests/devfs: move tests-devfs out of unittests
2019-07-17 16:42:55 +02:00
Kevin "Bear Puncher" Weiss
5b79d41922
Merge pull request #11856 from cladmi/pr/tools/jlink/reset_commands
...
dist/jlink.sh: Allow overwriting the 'reset' commands
2019-07-17 16:30:11 +02:00
Gaëtan Harter
78ca09dd43
tests/devfs: move tests-devfs out of unittests
...
This moves unittests/tests-devfs to its own test.
It prevents requiring `periph_hwrng` in the `unittests`.
2019-07-17 16:05:39 +02:00
Gaëtan Harter
5ed65989ed
dist/jlink.sh: Allow overwriting the 'reset' commands
...
Add a variable to configure the reset commands.
This is required for board that need a hardware reset.
2019-07-17 15:29:51 +02:00
sanjuprakashk
d30bd7ae47
dist/pythinlibs/testrunner: dynamic changing of test timeout
...
Few flashers require a longer time to flash code and reset the device and
requires the test script to wait for a longer time before timing out.
This commit adds a environment variable "RIOT_TEST_TIMEOUT" that can be
set by the user to vary the timeout in accordance to the requirements
of the system
on-behalf-of: @sparkmeter <sanju.kannioth@sparkmeter.io>
2019-07-17 06:25:28 -07:00
21e796d6f9
Merge pull request #11841 from kaspar030/bump_git_cache
...
dist/tools/git/git-cache: bump version
2019-07-17 13:21:59 +02:00
b33a196e78
dist/tools/git/git-cache: bump version
...
Upstream contains important fixes:
- improve tag handling
- improve concurrent use
- clean up temporary tags
2019-07-17 12:04:37 +02:00
Benjamin Valentin
56891fe7f2
cpu/sam0: update doc.txt with new MCU families
2019-07-17 11:37:46 +02:00
40c89531d2
tests/pkg_libcose: update to nanocbor-based libcose
...
Co-authored-by: Francisco Molina <femolina@uc.cl>
2019-07-17 10:31:18 +02:00
f8d969c3cf
pkg/libcose: update to latest master
2019-07-17 10:30:15 +02:00
3f25c43204
Merge pull request #11733 from nmeum/fix-native-build
...
boards/native: fix undefinied reference to qdecs_value
2019-07-16 16:42:52 +02:00
Gaëtan Harter
d52b3f4fc5
boards/hamilton: remove OFLAGS '-O binary'
...
The 'binary' output format is now given by default to .bin files creation
2019-07-16 15:31:37 +02:00
Leandro Lanzieri
0c3ca4e4f7
Merge pull request #11845 from cladmi/pr/make/documentation/hexfile_binfile
...
makefiles: documentation for hexfile binfile
2019-07-16 14:53:18 +02:00
Martine Lenders
60c26648fe
Merge pull request #11766 from nmeum/pr/gnrc_tftp_min_len
...
gnrc_tftp: Add minimum packet length check
2019-07-16 14:39:48 +02:00
Francisco
1720e2dfed
Merge pull request #11847 from fjmolinas/pr_fix_issue_11626
...
pkg/semtech_loramac: fix memcpy to uninitialized pointer
2019-07-16 14:29:02 +02:00
f8128844b7
Merge pull request #11527 from fjmolinas/pr_wdg_hdr
...
drivers/include: add header definition for wdt
2019-07-16 14:25:40 +02:00
fjmolinas
541f9ddd20
drivers/include: add header definition for wdt
2019-07-16 13:53:28 +02:00
Gaëtan Harter
b62488eb61
makefiles: documentation for BINFILE
...
Document `BINFILE` in the same ways as `HEXFILE`.
The file does not need to be exported so no reason to do it though.
It also adds it in the `info-build` output in the same way as `HEXFILE`.
2019-07-16 12:05:00 +02:00
Gaëtan Harter
065f85cf47
makefiles/vars.inc.mk: update documentation for HEXFILE
...
HEXFILE is not overwritten to be sometimes a '.bin' file anymore.
Its format can now be documented as an 'intel hex' file.
2019-07-16 12:05:00 +02:00
Francisco Molina
aff7ee3732
pkg/semtech_loramac: fix memcpy to uninitialized pointer
2019-07-16 10:47:36 +02:00
Kevin "Bear Puncher" Weiss
1ad3c780d4
Merge pull request #11757 from cladmi/pr/make/do_not_build_hexfile_by_default
...
Makefile.include: do not build HEXFILE by default anymore
2019-07-16 10:03:56 +02:00
Gaëtan Harter
37e72e13ca
Makefile.include: do not build HEXFILE by default anymore
...
All boards must now use FLASHFILE
2019-07-15 19:15:58 +02:00
Francisco
9f20c8a057
Merge pull request #11803 from kaspar030/misc_riotboot_fixes
...
sys/riotboot: misc fixes
2019-07-15 14:41:18 +02:00
b4557eae16
make: riotboot: add $APP_VER to image file names
2019-07-15 13:38:37 +02:00
4546469e7b
make: riotboot: ensure epoch in APP_VER is evaluated once
2019-07-15 13:38:37 +02:00
Francisco
23c918805e
Merge pull request #11707 from kaspar030/add_riotboot_test_script
...
tests/riotboot: add automatic test
2019-07-15 13:31:48 +02:00
Francisco
8121daa71a
Merge pull request #11816 from kaspar030/add_setup_network.sh
...
dist/tools/ethos: add setup_network.sh script
2019-07-15 13:12:48 +02:00
f74e5e754a
dist/tools/ethos: add setup_network.sh script
2019-07-15 12:33:11 +02:00
aaa187e871
riotboot: always link both slot .elf when linking
...
This enables "make test" and "make test-murdock" to rely on both images being
present and thus execute without re-compiling.
2019-07-15 11:30:49 +02:00