- 06 May, 2022 4 commits
-
-
Niclas Finne authored
TSCH_CONF_ASSOCIATION_POLL_FREQUENCY revert change
-
Nicolas Tsiftes authored
msp430: configure according to $(CC)
-
Nicolas Tsiftes authored
tests: add more missing cleans
-
Peter A. Jonsson authored
This fixes more non-reproducible failures in Cooja simulations. This is a sibling to commit 82af502b.
-
- 05 May, 2022 1 commit
-
-
Peter A. Jonsson authored
The checks for how to compile should be with respect to the compiler used for the build.
-
- 28 Apr, 2022 1 commit
-
-
Atis Elsts authored
TSCH_CONF_ASSOCIATION_POLL_FREQUENCY: revert the change in CC26xx/CC13xx nodes in version 4.7, restore previous value
-
- 27 Apr, 2022 7 commits
-
-
Nicolas Tsiftes authored
tests: exit with legal value
-
Peter A. Jonsson authored
The call to exit needs a natural value as argument, change -1 to 1.
-
Joakim Eriksson authored
nrf: fail when missing $(NRFJPROG)
-
Joakim Eriksson authored
Makefile: add support for ccache
-
Joakim Eriksson authored
cooja: add $(Q) to the customrules
-
Joakim Eriksson authored
tests: add missing clean
-
Joakim Eriksson authored
native: configure according to $(CC)
-
- 26 Apr, 2022 2 commits
-
-
Peter A. Jonsson authored
This fixes a link failure in 02-ringbufindex because of mismatched object types when running tests in the 32 bit docker and a 64-bit host using the same source tree. Add the make clean for the sky/z1 tests as well to reduce the risk that future cut&paste based on existing tests reintroduces this issue.
-
Peter A. Jonsson authored
This reduces the amount of output from Cooja unless running with V=1. Add an echo before the final link so it's possible to diagnose whether the build step completed when asking for Cooja output during support requests. Example of error message from a failing build: Message:> make test-ringbufindex.cooja TARGET=cooja Message: CC test-ringbufindex.c ... Message:Redefining printf,sprintf,vsnprintf,etc. Message:Linking build/cooja/mtype364.cooja Message:/usr/bin/ld: i386 architecture of input file `build/cooja/mtype364.a(simEnvChange.o)' is incompatible with i386:x86-64 output ...
-
- 25 Apr, 2022 2 commits
-
-
Nicolas Tsiftes authored
tests: suppress Nashorn removal warning
-
Peter A. Jonsson authored
After the upgrade to Java 11, the simulation tests get the warning: Warning: Nashorn engine is planned to be removed from a future JDK release Supress the warning since it is an issue with Cooja and not relevant for the Contiki-NG tests.
-
- 22 Apr, 2022 16 commits
-
-
Peter A. Jonsson authored
The checks for how to compile should be with respect to the compiler used for the build.
-
Peter A. Jonsson authored
Replace the echo "ERROR: .." with a call to $(error) to ensure make fails with a non-zero return value.
-
Niclas Finne authored
Add Markdown code format to file names
-
ngammarano authored
-
Nicolas Tsiftes authored
Makefile: allow overriding $(Q)
-
Nicolas Tsiftes authored
Fix version detection for recent gcc
-
Nicolas Tsiftes authored
Fix some warnings from -Wextra
-
Nicolas Tsiftes authored
Updated gcc on Dockerfile to 10.3 2021.10
-
Niclas Finne authored
Fix RPL classic border router prefix
-
Nicolas Tsiftes authored
Stop with error when $(CC) is missing
-
Niclas Finne authored
Use hashbang in Python scripts
-
Nicolas Tsiftes authored
tests: ensure Cooja is built
-
Nicolas Tsiftes authored
tests: ensure cd is successful
-
Nicolas Tsiftes authored
tests: stop ignoring the hashbang in scripts
-
Nicolas Tsiftes authored
Updated simple-energest to use 64 bit values (same as energest)
-
Nicolas Tsiftes authored
Update os/net/security/tinydtls submodule
-
- 21 Apr, 2022 1 commit
-
-
Peter A. Jonsson authored
Execute Python scripts directly so they use the specified interpreter + parameters in the first line. This aligns the behavior between running Python scripts through make and manually in the shell.
-
- 20 Apr, 2022 3 commits
-
-
Nicolas Tsiftes authored
Use dbg-io for printf, snprintf, etc., in Contiki motes for Cooja
-
Niclas Finne authored
-
Nicolas Tsiftes authored
rpl-border-router: fix GCC 8 warnings
-
- 19 Apr, 2022 2 commits
-
-
Peter A. Jonsson authored
Commits: 42356d9 Merge pull request #16 from eraic/master 34f00c4 Merge pull request #30 from pjonsson/align-decl 0c39671 sha2: align prototype and implementation 5384e2b fix arguments in contiki-support
-
Joakim Eriksson authored
Correct typos in z1 and sky BSL
-
- 18 Apr, 2022 1 commit
-
-
Peter A. Jonsson authored
-