Joakim Nohlgård
|
2df85d7100
|
travis: Add missing host build group
|
6 years ago |
Joakim Nohlgård
|
0a61415fb0
|
drone: Update to Drone v0.5 yaml format
|
6 years ago |
Andreas "Paul" Pauli
|
662076e150
|
Merge pull request #5747 from miri64/tests/feat/od-test
tests: provide tests for od module
|
6 years ago |
Martine Lenders
|
5552b92023
|
Merge pull request #5831 from mali/timer
drivers/timer: fix copy/paste error
|
6 years ago |
Martine Lenders
|
2cc52fba19
|
tests: provide tests for od module
|
6 years ago |
Kaspar Schleiser
|
597409574d
|
Merge pull request #5801 from miri64/pkg/enh/lwip-mbox-port
lwip: port mboxes to core_mbox
|
6 years ago |
Laurent Navet
|
f30c4ade2c
|
drivers/timer: fix copy/paste error
|
6 years ago |
Ludwig Knüpfer
|
379560752c
|
Merge pull request #5696 from LudwigKnuepfer/pr/fix-5695
make: include RIOT_VERSION in CFLAGS for riotbuild
|
6 years ago |
Sebastian Meiling
|
b4b1bb597a
|
Merge pull request #5822 from cgundogan/pr/vagrant/add_info_about_vboxusers_group
vagrant: update README and add info about vboxusers group
|
6 years ago |
Cenk Gündoğan
|
63b7cf475a
|
vagrant: restructure 'addit. info.' in README
|
6 years ago |
Sebastian Meiling
|
814fe93791
|
Merge pull request #5826 from thomaseichinger/pr/fix_freebsd
dist/tools: include uname check for FreeBSD in genconfigheader
|
6 years ago |
Cenk Gündoğan
|
39e2ad12bf
|
vagrant: change RIOT-OS to RIOT in readme
|
6 years ago |
Cenk Gündoğan
|
c75c9194d8
|
vagrant: update ubuntu version in readme
|
6 years ago |
Thomas Eichinger
|
59bc1b46b7
|
dist/tools: include uname check for FreeBSD in genconfigheader
Analog to Darwin set `MD5SUM` to `md5 -r`.
|
6 years ago |
Cenk Gündoğan
|
6e8d4dc686
|
vagrant: info about vboxusers group for USB access
|
6 years ago |
Alexandre Abadie
|
53a7225419
|
Merge pull request #5702 from basilfx/feature/pkg_u8g2_improvements
pkg: u8g2: improvements and bugfixes
|
6 years ago |
Oleg Hahm
|
b35b270fe4
|
Merge pull request #5813 from makomi/hamming256
sys/ecc/hamming256: fix variableScope (cppcheck)
|
6 years ago |
Bas Stottelaar
|
dc0d8efc38
|
tests: pkg_u8g2: simplify Makefile + default display per output type
This matches better with other tests and makes code less bloated.
|
6 years ago |
Bas Stottelaar
|
716ab1ce36
|
pkg: u8g2: upgrade package to latest version.
New version introduces better support for the different SPI modes.
|
6 years ago |
Kaspar Schleiser
|
42a50faaa6
|
Merge pull request #5814 from makomi/nordic_softdevice_ble
pkg/nordic_softdevice_ble: gnrc_nordic_ble_6lowpan: fix nullPointer error (cppcheck)
|
6 years ago |
Kaspar Schleiser
|
d94e53690b
|
Merge pull request #5820 from makomi/xtimer_now64_continuity
tests/xtimer_now64_continuity: fix variableScope (cppcheck)
|
6 years ago |
Martine Lenders
|
8754a3da4d
|
Merge pull request #5812 from makomi/periph_uart
tests/periph_uart: fix invalidPrintfArgType_sint (cppcheck)
|
6 years ago |
Martine Lenders
|
f20715bc54
|
Merge pull request #5810 from makomi/emb6
pkg/emb6: emb6_conn_udp: fix nullPointer error (cppcheck)
|
6 years ago |
Martine Lenders
|
0b627be82e
|
Merge pull request #5809 from makomi/driver_dht
tests/driver_dht: fix invalidPrintfArgType_sint (cppcheck)
|
6 years ago |
Martine Lenders
|
9874a6d69a
|
Merge pull request #5811 from makomi/gnrc
sys/net/gnrc: fix cppcheck errors/ warnings
|
6 years ago |
Martine Lenders
|
e04933b2b5
|
Merge pull request #5808 from makomi/dht
drivers/dht: fix variableScope (cppcheck)
|
6 years ago |
BytesGalore
|
5893c9ba0f
|
Merge pull request #5806 from makomi/base64
sys/base64: fix variableScope (cppcheck)
|
6 years ago |
Matthias Kolja Miehl
|
2ea342dcaf
|
tests/xtimer_now64_continuity: fix variableScope
|
6 years ago |
Matthias Kolja Miehl
|
6ea7a8f6ae
|
tests/periph_uart: fix invalidPrintfArgType_sint
Since the argument type is 'unsigned int', the printf
format string has to be '%u' instead of '%i'.
|
6 years ago |
Matthias Kolja Miehl
|
54fc0fd2a8
|
tests/driver_dht: fix invalidPrintfArgType_sint
Since the argument type is 'unsigned int', the printf
format string has to be '%u' instead of '%i'.
|
6 years ago |
Matthias Kolja Miehl
|
95baea86d6
|
sys/net/gnrc: gnrc_zep: fix nullPointer error
|
6 years ago |
Matthias Kolja Miehl
|
0e1d749340
|
sys/net/gnrc: gnrc_rpl_control_messages: fix variableScope
|
6 years ago |
Matthias Kolja Miehl
|
b108a57637
|
sys/net/gnrc: gnrc_ipv6_ext: fix variableScope
|
6 years ago |
Matthias Kolja Miehl
|
08fd7f857b
|
sys/ecc/hamming256: fix variableScope
|
6 years ago |
Matthias Kolja Miehl
|
1e8d768701
|
sys/base64: fix variableScope
|
6 years ago |
Matthias Kolja Miehl
|
318bc53671
|
pkg/emb6: emb6_conn_udp: fix nullPointer error
|
6 years ago |
Matthias Kolja Miehl
|
906b22699d
|
pkg/nordic_softdevice_ble: gnrc_nordic_ble_6lowpan: fix nullPointer error
|
6 years ago |
Matthias Kolja Miehl
|
3733bb7c14
|
drivers/dht: fix variableScope
|
6 years ago |
Oleg Hahm
|
908f5489b6
|
Merge pull request #5653 from aeneby/rssi_lqi_fix_v2
cpu/cc2538: Make ED and LQI values 802.15.4 compliant
|
6 years ago |
Oleg Hahm
|
3e05a90d41
|
Merge pull request #5800 from miri64/at86rf2xx/doc/get_random_operation
at86rf2xx: document operation mode concerns for
|
6 years ago |
Martine Lenders
|
0b59372eb0
|
at86rf2xx: document operation mode concerns for
|
6 years ago |
Martine Lenders
|
9b2cff9a7b
|
lwip: port mboxes to core_mbox
|
7 years ago |
Martine Lenders
|
9b63d5c25e
|
Merge pull request #4989 from mtausig/at86rf2xx_get_random
at86rf2xx: at86rf2xx_get_random to at86rf2xx_internal for supporting boards
|
7 years ago |
Martine Lenders
|
b43ffab953
|
Merge pull request #5515 from miri64/csma_sender/fix/adaptations
csma_sender: fixes and adaptions
|
7 years ago |
Mathias Tausig
|
48083a7c10
|
at86rf2xx: Add at86rf2xx_get_random to at86rf2xx_internal
Works for at86rf233 and at86rf231 chips
|
7 years ago |
Martine Lenders
|
dd7fb1c63b
|
Merge pull request #5228 from OlegHahm/gnrc_ipv6_hdr_get
gnrc ipv6: convenient function to get the header
|
7 years ago |
Martine Lenders
|
cd505b5a71
|
Merge pull request #5767 from zhuoshuguo/fix_sys_crypto_header_include_guards
fix sys/crypto header include guards.
|
7 years ago |
Shuguo Zhuo
|
4a0720fd21
|
sys/crypto: Rename header include guards.
|
7 years ago |
Martine Lenders
|
3f82b530ad
|
Merge pull request #5765 from zhuoshuguo/revise_sys_embunit_header_include_guards
Fix sys/embunit header include guards.
|
7 years ago |
Shuguo Zhuo
|
76f593af11
|
sys/embunit: revised header include guards.
|
7 years ago |