Sebastian Meiling
6e53e28a3a
Merge pull request #11943 from pokgak/sock_dtls_impl
...
pkg/tinydtls: add DTLS sock API implementation
2019-12-05 15:47:49 +01:00
Hauke Petersen
cea260bb4f
shell/sc_gnrc_netif: use fmt_is_number()
2019-12-05 15:39:25 +01:00
Hauke Petersen
fd34b5cfd8
test/kw2xrf: use fmt_is_number()
2019-12-05 15:39:24 +01:00
Hauke Petersen
ca1fd87c9b
unittests: add tests for fmt_is_x() functions
2019-12-05 15:39:24 +01:00
Hauke Petersen
ab3669294b
sys/fmt: add fmt_is_number()
2019-12-05 15:39:24 +01:00
e5d5892167
boards/hifive1*: remove periph_gpio provided features
...
There are now provided at cpu level
2019-12-05 15:27:12 +01:00
5e301219df
cpu/fe310: provide gpio feature at cpu level
2019-12-05 15:25:26 +01:00
benpicco
35ed8a8ccb
Merge pull request #12876 from maribu/doc_fix
...
drivers/ws281x: Fixed issue in doc
2019-12-05 15:08:39 +01:00
benpicco
bcacd8e4c3
Merge pull request #12710 from benpicco/tests/periph_pm-button
...
tests/periph_pm: use button as a wake-up source
2019-12-05 15:08:16 +01:00
8ae7201962
Merge pull request #12550 from aabadie/pr/sys/progress_bar
...
sys/progress_bar: add module for managing a progress bar in stdout
2019-12-05 15:03:26 +01:00
Martine Lenders
7ffc30a88b
Merge pull request #12865 from smlng/pr_freebsd_jerryscript
...
pkg/jerryscript: set -Wno-conversion for FreeBSD
2019-12-05 14:48:47 +01:00
Hauke Petersen
d9229af9d9
sys/fmt: move _is_digit and _is_upper to public API
2019-12-05 14:10:49 +01:00
Francisco
2b934dea5f
Merge pull request #12816 from aabadie/pr/tests/stdin_fix_avr
...
tests/stdin: fix automatic test on slow platforms
2019-12-05 14:09:56 +01:00
pokgak
57533a76fd
examples: add DTLS sock example application
2019-12-05 14:08:54 +01:00
Sebastian Meiling
5dd03b9b3e
pkg/jerryscript: set -Wno-conversion for FreeBSD
...
Fixes compile issue on FreeBSD because of float to double conversion
by disabling the corresponding compiler warning.
2019-12-05 13:32:19 +01:00
Marian Buschsieweke
e3d185b53a
drivers/ws281x: Fixed issue in doc
2019-12-05 13:30:30 +01:00
Marian Buschsieweke
cf0fb1dff1
Merge pull request #12868 from benpicco/lpc2k-fix
...
lpc2k_pgm: fix build warnings, add lpc2388
2019-12-05 13:02:19 +01:00
a4c3d7342a
tests/stdin: refactor test application
...
The test application now prints in a loop the input character. In case
stdin is not ready yet after startup this lets the possibility to try to
send several time a character before failing.
The automatic test is now more robust on platforms where stdin takes
time before it gets in a ready state (some AVR, hifive).
2019-12-05 12:27:00 +01:00
Leandro Lanzieri
5c6410b594
Merge pull request #12863 from bergzand/pr/saul/ignore_extra_dims
...
saul: Ignore extra dimensions in read functions
2019-12-05 11:03:48 +01:00
Leandro Lanzieri
cf6a0b4d92
Merge pull request #12875 from smlng/pr_freebsd_cp
...
make: replace GNU `cp -t` with standard `cp`
2019-12-05 09:52:12 +01:00
1d223b5059
Merge pull request #12873 from leandrolanzieri/pr/usb_fix_config
...
sys/usb: Add configurations to Doxygen configuration group
2019-12-05 09:34:41 +01:00
Sebastian Meiling
f08fba1563
makefiles/suit: replace GNU cp -t with UNIX cp
...
UNIX `cp` command does not have the `-t` option like its GNU variant.
Hence, it usage breaks building RIOT e.g. on FreeBSD.
2019-12-05 09:13:20 +01:00
Sebastian Meiling
80d86b42ee
tools/kconfig: replace GNU cp -t with UNIX cp
...
UNIX `cp` command does not have the `-t` option like its GNU variant.
Hence, it usage breaks building RIOT e.g. on FreeBSD.
2019-12-05 09:12:33 +01:00
Marian Buschsieweke
4e55f634e6
Merge pull request #12874 from benpicco/microduino-corerf_fix
...
boards/microduino-corerf: small fixups
2019-12-05 00:12:56 +01:00
Benjamin Valentin
472373637c
boards/microduino-corerf: enable RTT
...
The board *does* have a crystal oscillator connected, so we can
enable RTT.
2019-12-04 22:45:18 +01:00
Benjamin Valentin
e958798225
boards/microduino-corerf: use 115200 baud for stdio
...
The MCU can handle that baud rate just fine.
A standard baud rate is much easier to use than those awkward 57600 baud.
2019-12-04 22:43:41 +01:00
5fab9ea623
tests: add test for custom cpp file extensions
2019-12-04 20:10:55 +01:00
37f2d32914
tests: add test for cpp files exclude
2019-12-04 20:10:55 +01:00
72bed868db
Makefile.base: add variable to exclude cpp files from build
2019-12-04 20:10:55 +01:00
44974ac106
Makefile.base: make cpp file extension configurable
2019-12-04 20:10:55 +01:00
Leandro Lanzieri
0673fce3c4
usbus/cdc/acm: Add configs to compile time configuration Doxygen group
2019-12-04 20:08:02 +01:00
Leandro Lanzieri
f48bd7f9f3
usbus: Add configs to compile time configuration Doxygen group
2019-12-04 20:08:02 +01:00
Leandro Lanzieri
731f27378b
usb: Add configs to compile time configuration Doxygen group
2019-12-04 20:08:02 +01:00
Leandro Lanzieri
d835c52a4b
usb: Fix VID/PID macros documentation
2019-12-04 20:08:02 +01:00
3bdd73a146
Merge pull request #12810 from gschorcht/cpu/esp32/startup_info_develhelp
...
cpu/esp32: startup info if module esp_log_startup is used
2019-12-04 19:53:26 +01:00
Benjamin Valentin
05db5c64bd
tests/periph_pm: use button as a wake-up source
...
To test if GPIO interrupts can wake the CPU from sleep, configure
BTN0 (if availiable) as a wake-up source.
Pressing the buttong should wake up the CPU.
2019-12-04 16:18:16 +01:00
f05004b3fd
Merge pull request #12773 from leandrolanzieri/pr/makefiles/kconfig
...
Kconfig: Add build system integration and test application
2019-12-04 16:13:35 +01:00
Leandro Lanzieri
1977b8683c
tests: Add Kconfig test application
2019-12-04 15:23:52 +01:00
Leandro Lanzieri
2aa35b00bb
Kconfig: Add root Kconfig file
2019-12-04 15:23:51 +01:00
Leandro Lanzieri
1655001d85
makefiles: Add Kconfig related targets and dependencies
...
- The autoconf.h header file, generated with the current Kconfig
configurations, is added as a build dependency.
- autoconf.h depends on the proper tool (genconfig) and a Kconfig.dep
which contains the dependencies for the given application and board,
this is generated from $(USEMODULE).
- The menuconfig target is added, to allow the configuration of modules
using the Kconfig system.
2019-12-04 15:23:51 +01:00
Leandro Lanzieri
f701957093
Merge pull request #12872 from aabadie/pr/pkg/wakaama_cleanup
...
pkg/wakaama: small cleanup
2019-12-04 12:07:37 +01:00
MichelRottleuthner
272079c89e
Merge pull request #11992 from JulianHolzwarth/pr/xtimer_mutex_lock_timeout/first_fix
...
sys/xtimer/xtimer.c: _mutex_timeout() bug fix for race condition
2019-12-04 10:43:20 +01:00
6445b174aa
examples/wakaama: cleanup Makefile.ci
2019-12-04 08:09:11 +01:00
ab6aa862a5
examples/wakaama: remove useless BOARD_BLACKLIST
...
The wakaama examples now builds fine on pic32 boards
2019-12-04 08:08:58 +01:00
b053e070f4
pkg/wakaama: fix string format and integer conversions
2019-12-04 08:07:16 +01:00
c2898c6a3a
examples/wakaama: remove 8/16bit arch from boards blacklist
...
wakaama depends on tlsf which already whitelist 32bit architectures
2019-12-04 08:06:33 +01:00
2f873569b7
pkg/tlsf: whitelist 32bit architectures
...
The package is not compatible with 8 or 16 bit architectures
2019-12-04 08:04:50 +01:00
Benjamin Valentin
9ce34bb305
lpc2k_pgm: fix build warnings
...
GCC now warns when snprintf()ing a buffer that, together with the
format string, might be larger than the destination buffer.
To fix this increase the size of the destination buffer so that
the source buffer and the format string will always fit - 32 bytes
are enough.
2019-12-03 22:09:29 +01:00
Benjamin Valentin
a57f380259
lpc2k_pgm: add LPC2388
...
The device is very simmilar to the LPC2387
2019-12-03 22:09:20 +01:00
bd254dfc63
Merge pull request #10741 from basilfx/feature/stdio_null
...
sys: stdio_null: add null driver
2019-12-03 18:08:26 +01:00