Martine Lenders
5928de09b4
Merge pull request #6808 from gebart/pr/vfs-mtd0-ptr
...
mtd: Redefine MTD_0 as a mtd_dev_t *
6 years ago
Hauke Petersen
5c7ed2228d
pm_layerd: fix initial value for PM_BLOCKER_INITIAL
...
the current value was a debugging left-over and should
actually be 0.
6 years ago
Martine Lenders
10ca03aab3
sntp: extend API for UNIX timestamp
6 years ago
Kaspar Schleiser
2a955ad631
sys: net: sock: add utility functions
6 years ago
Martine Lenders
7f4905c3ee
tests: adapt tests to od change
6 years ago
Martine Lenders
4ed199a9ad
gnrc_pktbuf: adapt pktbuf to od change
6 years ago
Martine Lenders
2db9ed11d1
od: simplify od module to only provide od_hex_dump
...
To my knowledge no one was using the more complex functionalities of
this module (except for the test application and pktbuf which just used
the same flags as the `od_hex_dump()` wrapper), so why not reduce the
functionality of this module?
6 years ago
Neil Jones
0bafa33f28
examples: javascript: Blacklist pic32-wifire
6 years ago
Neil Jones
1113b587c5
examples: gnrc_border_router: Blacklist all mips boards.
6 years ago
Neil Jones
becfd63b00
sys: Extend MIPS temporary work around to all mips targets.
...
Extened the temporary workaround for mips boards to all mips boards
until pr#6639 is merged.
6 years ago
Neil Jones
c4d28cb5e2
boards: pic32-wifire: Add support for the Digilent WiFire board.
...
This board features a pic32mz2048efg100 PIC32 device with a MIPS core.
6 years ago
Joakim Nohlgård
d1ea50a600
mtd: Redefine MTD_0 as a mtd_dev_t *
6 years ago
Kaspar Schleiser
eb5ff902fa
sys: fmt: fix fmt_lpad() documentation and (str==NULL) case
6 years ago
Joakim Nohlgård
c11a196720
Merge pull request #6766 from miri64/doc/fix/hierachy
...
doc: fix doc hierarchy
6 years ago
smlng
9eb50c9abc
tests: add missing Makefile.tests_common for gnrc_tcp_client/server
6 years ago
smlng
d93db89e05
tests: cleanup, remove QUIET ?= 1, already defined in Makefile.tests_common
6 years ago
smlng
3d12edfd7f
tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common
6 years ago
lebrush
796eb64c0b
Merge pull request #6784 from kaspar030/add_fmt_lpad
...
sys: fmt: add fmt_lpad()
6 years ago
Alexandre Abadie
9b3c3eaf25
Merge pull request #6787 from smlng/driver/hd44780
...
Driver: add HD44780 LCD support
6 years ago
Kaspar Schleiser
a3774adfaf
tests: unittests: add unittest for fmt_lpad()
6 years ago
Kaspar Schleiser
003b71b323
sys: fmt: add fmt_lpad()
6 years ago
Alexandre Abadie
8898f485ea
Merge pull request #6674 from astralien3000/feetech
...
drivers/feetech : initial support
6 years ago
smlng
8acb068dec
driver, hd44780: add tests application
6 years ago
smlng
51d89fabbb
driver, hd44780: set module dependencies
6 years ago
smlng
26ec9041a0
driver: add hd44780 lcd support
6 years ago
Sebastian Meiling
e9e9656e35
Merge pull request #6795 from aabadie/fix_nucleo_arduino
...
boards/nucleo: include arduino pinmap in board definitions
6 years ago
Loïc Dauphin
753651d833
tests/driver_feetech: initial support
6 years ago
Loïc Dauphin
08a066a0db
drivers/feetech: initial support
6 years ago
Loïc Dauphin
ebe9b37444
drivers/uart_half_duplex: initial support
6 years ago
Sebastian Meiling
20d5c3ee5a
Merge pull request #6735 from smlng/tests/xtimer_now64_cont
...
tests: enhance xtimer_now64_continuity
6 years ago
Martine Lenders
783b4de6ff
Merge pull request #6796 from brummer-simon/sema-doc-fix_typo_in_return_value
...
Sema: Fix Typo related to return values in documentation.
6 years ago
smlng
e72426a67d
tests: enhance xtimer_now64_continuity
...
- adapt code to use public, typesafe API calls
- add some statistical output
- minor code enhancements and doc corrections
- use fmt print_str for uint64_t
6 years ago
Alexandre Abadie
3798472ec9
boards/nucleo-f302: add arduino pinmap
6 years ago
Simon Brummer
edc35339c7
sema: doc: fix typo in error return value
6 years ago
Alexandre Abadie
34dcc8e947
boards/nucleo32-common: include arduino pinmap in board definitions
6 years ago
Alexandre Abadie
c0ae690a7c
boards/nucleo-common: include arduino pinmap in board definitions
6 years ago
Joakim Nohlgård
d578f9bfdc
kinetis: Remove duplicate CPU_MODEL CFLAGS definition
...
These are already provided by cortexm_common
6 years ago
Francisco Acosta
9e998efb16
Merge pull request #6733 from gebart/pr/kinetis-vectors
...
kinetis: Refactor interrupt vector definition
6 years ago
Alexandre Abadie
fb907b35f8
tests/unittests: add nucleo144-f303 to cortexM boards
6 years ago
Alexandre Abadie
39aa4ac56d
board/nucleo144-f303: initial support
6 years ago
Alexandre Abadie
d807875cd3
cpu/stm32f3: add support for stm32f303ze
6 years ago
Francisco Acosta
ffad15fa85
Merge pull request #6594 from aabadie/nucleo144_f429
...
boards/nucleo144-f429: initial support
6 years ago
Joakim Nohlgård
d73e6872ba
kinetis: Refactor interrupt vector definition
...
... to match the vector definition in other Cortex-M platforms
6 years ago
Neil Jones
241087fd76
cpu: mips-pic32mz: Add support for PIC32MZ devices
...
specific support for the pic32mz2046efg100 is added along with code common to
all pic32 devices and all pic32mz devices.
6 years ago
Neil Jones
1838ca575a
cpu: mips: Add EIC interrupt mode support.
...
Note this is only supported in unvectored mode currently.
6 years ago
Kaspar Schleiser
4dc2028c9b
Merge pull request #6672 from gebart/pr/ccas
...
make: Add support for specifying a different compiler for assembler
6 years ago
Francois Berder
c787638696
posix: sockets: Implement SO_RCVTIMEO option in setsockopt
...
AwaLWM2M needs to be polled regularly to check for incoming data.
Since RIOT only supports timeout at the GNRC sock layer while
the network abstraction for RIOT in AwaLWM2M uses the posix layer,
this causes RIOT to be blocked waiting for data that never arrive.
This commit implements only the SO_RCVTIMEO option in setsockopt to
allow users to set a receive timeout for a socket at the posix layer.
Signed-off-by: Francois Berder <francois.berder@imgtec.com>
6 years ago
Sebastian Meiling
a4cc6ad80d
Merge pull request #6752 from smlng/llvm/pkgs_set_cflags
...
LLVM toolchain: set CFLAGS for pkgs
6 years ago
smlng
53b0dd1777
make: set default toolchain for board native on macOS to llvm
6 years ago
smlng
36ae072c55
pkg: tinydtls, disable compiler errors if toolchain llvm
...
- set no-gnu-zero-variadic-macro-arguments
- set no-unused-function
6 years ago