Pieter Willemsen
29e8bd1351
sys: cbor: makefiles can enable cbor functionality
...
new cbor pseudomodules:
- cbor_ctime
- cbor_float
- cbor_semantic_tagging
5 years ago
smlng
f1f80c0098
drivers/adcxx1c: use pseudomodules for device variants
5 years ago
Loïc Dauphin
220ed6558e
makefiles: make -Werror flags dependent of WERROR
5 years ago
Alexandre Abadie
808bf10686
makefiles/tools/bossa: replace duplicate info option with erase
5 years ago
Vincent Dupont
ab5f8548f2
can: add conn_can top layer interface
...
This module provide support for raw can and isotp
socket-like user interface.
5 years ago
Vincent Dupont
5469ba1d49
can: add CAN stack
...
The CAN stack support only raw CAN at this time.
It contains a device interface (drivers/include/can/candev.h) and the data link
layer, build around can/device.c can/pkt.c and can/router.c. can/dll.c contains
the upper level and lower level interface to send and receive CAN frames.
Upper layer interface is located in include/can/raw.h
5 years ago
Kaspar Schleiser
d69352a237
dist/tools: add dlcache.sh
5 years ago
biboc
ff235803f4
Sam0: fix edbg flash with serial number
5 years ago
Alexandre Abadie
4a852abd03
drivers/bmx280: factorize bme280 and bmp280 implementation
5 years ago
José Ignacio Alamos
017280db13
pkg/openthread: add OpenThread core
5 years ago
Kaspar Schleiser
d7d796b80d
makefiles: add edbg tool support
5 years ago
Kaspar Schleiser
6a9175944c
dist: tools: add edbg
5 years ago
Hauke Petersen
2739354bab
make/serial.inc.mk: set TERMFLAGS only if not set
5 years ago
Kaspar Schleiser
8d3b7a28fc
makefiles: openocd.inc.mk: make FLASHER overridable
5 years ago
Hauke Petersen
0d9ba806bc
make/tools: added shared script+mk for using BOSSA
5 years ago
Kaspar Schleiser
ee1e2af232
makefiles: add shared sam0 board makefile include
5 years ago
Hauke Petersen
fdadfe279c
net: added link layer address filter module
5 years ago
Martine Lenders
13770361bb
net: remove conn API
...
conn was deprecated in 38217347
. 3 Releases later and now that no module
is using it RIOT-internally anymore, I think it is time to say goodbye.
5 years ago
Joakim Nohlgård
b81b66672e
newlib: Split newlib into one generic part and one default syscalls part
5 years ago
Martine Lenders
1caa024038
posix: remove fd subsystem
...
Fixes #637 .
This only provides a subset of vfs while being incompatible with it.
Since POSIX sockets don't use this module anymore it can be removed.
5 years ago
Joakim Nohlgård
339a4da9dc
Makefiles: move to new directory /makefiles
5 years ago