Marian Buschsieweke
d4aeca7469
sys/arduino: Extended Serial.print() / println()
...
- Serial.print() and Serial.println() have been extended to support:
- unsigned int
- long
- unsigned long
- The SerialFormat BIN has been implemented
- Serial.println(void) has been added
2019-09-04 21:36:20 +02:00
Martine Lenders
b83c7dd61d
Merge pull request #11927 from maribu/arduino-leonardo
...
cpu/atmega32u4: Fixed external interrupts; boards/arduino-leonardo: Fixed dependency tracking
2019-08-29 12:12:56 +02:00
Martine Lenders
0d37727ebc
Merge pull request #12113 from haukepetersen/fix_board_reelmissingradiofeature
...
boards/reel: add missing radio_nrf52840 feature
2019-08-29 11:30:58 +02:00
Hauke Petersen
d961ceefbe
boards/reel: add missing radio_nrf52840 feature
2019-08-29 10:51:17 +02:00
Martine Lenders
4c56827508
Merge pull request #12112 from haukepetersen/fix_nimble_doxygroupname
...
pkg/nimble: fix doxygen group name prefix
2019-08-29 10:23:38 +02:00
Hauke Petersen
eadc0e62f2
pkg/nimble: fix doxygen group name prefix
2019-08-29 10:04:08 +02:00
Martine Lenders
d6ac49c26e
Merge pull request #11578 from haukepetersen/add_nimble_netif
...
pkg/nimble: add IP-over-BLE support via netif/GNRC
2019-08-28 17:10:48 +02:00
Hauke Petersen
16bbd2f864
tests/unittests/bluetil: adapt to byteorder fixes
2019-08-28 16:49:21 +02:00
Hauke Petersen
a237971cfd
tests/l2util: adapt to changes for BLE
2019-08-28 16:49:21 +02:00
Hauke Petersen
dff436be63
boards/reel: make nrf802154 the default radio
2019-08-28 16:49:21 +02:00
Hauke Petersen
891294d3b7
pkg/nimble: temporary LLVM workaround for NimBLE
2019-08-28 16:49:21 +02:00
Hauke Petersen
3a381d865e
examples/ndn-ping: blacklist nrf52-based boards
...
The blacklisted boards use NimBLE as default network stack. But
NimBLE and ndn-riot do not build simultaneously, as they use
clashing crpyto libraries (uECC vs tinycrypt).
2019-08-28 16:49:21 +02:00
Hauke Petersen
da494251b6
board/nrf52840dk: fix order in Makefile.dep
2019-08-28 16:49:21 +02:00
Hauke Petersen
eb6673f769
pkg/nimble: add README on how to connect to Linux
2019-08-28 16:49:20 +02:00
Hauke Petersen
d127d18384
boards/nrf52: set NimBLE for gnrc_netdev_default
2019-08-28 16:49:20 +02:00
Hauke Petersen
ce3fedfed4
Makefile.dep: add dep for nimble submodules
2019-08-28 16:48:42 +02:00
Hauke Petersen
a3b8c87ab5
sys/shell: add 'ble' shell cmd for nimble_netif
2019-08-28 16:48:42 +02:00
Hauke Petersen
6bbe16601a
pkg/nimble: add netif wrapper
2019-08-28 16:48:42 +02:00
Hauke Petersen
1cb54659c3
net/ble.h: add l2cap cid and gapp svc id constants
2019-08-28 16:48:42 +02:00
Hauke Petersen
14662da1db
boards/nrf52dk: add nimble_netif dependency
2019-08-28 16:48:42 +02:00
Hauke Petersen
e1e62ffff7
pkg/nimble/scanlist: implement _get_by_pos()
2019-08-28 16:48:42 +02:00
Hauke Petersen
7f7993f1d6
bluetil/addr: fix byte ordering in addr_from_str()
2019-08-28 16:48:42 +02:00
Hauke Petersen
b7b5791930
sys/bluetil/addr: fix byte ordering in print funcs
2019-08-28 16:48:42 +02:00
Hauke Petersen
bcf2f2a2de
sys/bluetil/addr: add doc in byte ordering
2019-08-28 16:48:41 +02:00
Hauke Petersen
218b547b3c
net/bluetil/addr: add addr swapped copy function
2019-08-28 16:48:41 +02:00
Hauke Petersen
9df583457f
net/l2util: fix addr conversion for BLE
2019-08-28 16:48:41 +02:00
Hauke Petersen
504acc5097
net/l2util: add nimble opt for addr resolution
2019-08-28 16:48:03 +02:00
Martine Lenders
8893b73682
Merge pull request #12106 from Rotzbua/fix_typo2
...
sys/net: fix typos in docu
2019-08-28 16:33:06 +02:00
Rotzbua
9cf0c3bc70
sys/net: fix typos in docu
2019-08-28 15:59:16 +02:00
Marian Buschsieweke
50194802d3
Merge pull request #12095 from cladmi/pr/pyterm/pytermflags
...
boards/msba2/lobaro-lorabox: change TERMFLAGS to PYTERMFLAGS
2019-08-28 15:46:14 +02:00
Juan I Carrano
a6e26597c7
Merge pull request #11987 from miri64/nhdp/doc/deprecate
...
nhdp: deprecate module
2019-08-28 15:45:00 +02:00
Martine S. Lenders
056bd35e6c
nhdp: deprecate module
2019-08-28 06:22:14 +02:00
Martine Lenders
91b134c152
Merge pull request #11909 from pokgak/sock_dtls_api_tinydtls
...
sys: new sock submodule for DTLS
2019-08-27 21:04:19 +02:00
Aiman Ismail
ede7edd313
sys/net pkg/: document DTLS support in net_dtls
2019-08-27 16:41:39 +02:00
Aiman Ismail
fed72571ec
sys/net/sock: add sock_dtls API
2019-08-27 16:41:39 +02:00
Gaëtan Harter
367aa841a2
boards/pyterm: change TERMFLAGS to PYTERMFLAGS
...
The boards are using `pyterm` specific options that do not work on any
other `RIOT_TERMINAL`. It is a shame this is required but at least do
not pass arbitrary arguments to the other RIOT_TERMINAL.
So use the new PYTERMFLAGS for this.
2019-08-27 14:25:02 +02:00
Gaëtan Harter
62fe786cd8
makefiles/serial.inc.mk: add PYTERMFLAGS variable
...
Add a variable for `pyterm` specific flags that are not handled by other
terminals.
This will prevent issues with boards that have options only supported by
`pyterm` and setting `pyterm` options from the environment.
2019-08-27 12:07:00 +02:00
Gaëtan Harter
42d658419f
boards/common/msba2: remove duplicate PORT
...
PORT is already given in pyterm TERMFLAGS.
2019-08-27 12:06:10 +02:00
Juan I Carrano
5ece3dc323
Merge pull request #12050 from gschorcht/cpu/esp32/fix_ctor_initialization
...
cpu/esp32: fix of global ctor initialization
2019-08-27 11:38:00 +02:00
Juan I Carrano
0d39f896c9
Merge pull request #12060 from gschorcht/cpu/esp32/fix_static_object_init
...
cpu/esp32: workaround for static object initialization
2019-08-27 11:35:36 +02:00
Gunar Schorcht
7b160a7dd3
cpu/esp32: workaround for static object init
2019-08-27 09:41:41 +02:00
Kevin "Tristate Tom" Weiss
b9a01437be
Merge pull request #12072 from cladmi/pr/test_tools/shell_no_echo
...
tests/test_tools: add a test for the testing tools environment
2019-08-26 17:12:14 +02:00
Juan I Carrano
dd25048520
Merge pull request #12073 from aabadie/pr/tests/loramac_light_up_arduino_mega
...
tests/pkg_semtech-loramac: disable rx thread for arduino-mega2560
2019-08-26 15:19:45 +02:00
97de3e835b
Merge pull request #12078 from Rotzbua/fix_typo
...
fix typo: usefull -> useful
2019-08-25 21:50:23 +02:00
Rotzbua
5a8bac399c
drivers/ccs811: sys/hashes: fix typo usefull -> useful
2019-08-25 21:27:55 +02:00
570f95f2bb
tests/pkg_semtech-loramac: disable rx thread for arduino-mega2560
...
Otherwise the application cannot be linked for this platform
2019-08-23 21:08:35 +02:00
Kevin "Tristate Tom" Weiss
1b1c902dd3
Merge pull request #12022 from JannesVolkens/tmp00x
...
driver/tmp00x: make tmp006 more generic
2019-08-23 13:26:09 +02:00
cladmi
b3cb076286
tests/test_tools: add a test for the testing tools environment
...
Check the interaction with a board through make term.
It is using a shell without echo or prompt for reference.
It currently checks that there is no local echo.
2019-08-23 12:14:52 +02:00
Jannes
90c4ef04ef
driver/tmp00x: Change tmp006 to tmp00x and add tmp007
...
Rename TMP006 to TMP00x
Add TMP007 sensor support to TMP00X
Change uint8_t reg to uint16_t
Add to doxygen documentation group
Expose compile time configurations
Move defines from .c to .h
Change double to float, because double is not needed
Add TMP007 register information
2019-08-23 12:11:16 +02:00
Juan I Carrano
647b0cdd29
Merge pull request #12040 from cladmi/pr/tests/unittests/move_cpp_test
...
tests/cpp_ctors: move tests-cpp_ctors out of unittests
2019-08-22 15:46:38 +02:00