Martine Lenders
5928de09b4
Merge pull request #6808 from gebart/pr/vfs-mtd0-ptr
...
mtd: Redefine MTD_0 as a mtd_dev_t *
2017-03-28 19:46:02 +02:00
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.
2017-03-28 19:32:32 +02:00
Martine Lenders
10ca03aab3
sntp: extend API for UNIX timestamp
2017-03-28 19:21:14 +02:00
2a955ad631
sys: net: sock: add utility functions
2017-03-28 19:16:27 +02:00
Martine Lenders
7f4905c3ee
tests: adapt tests to od change
2017-03-28 19:14:59 +02:00
Martine Lenders
4ed199a9ad
gnrc_pktbuf: adapt pktbuf to od change
2017-03-28 19:14:59 +02:00
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?
2017-03-28 19:14:59 +02:00
Neil Jones
0bafa33f28
examples: javascript: Blacklist pic32-wifire
2017-03-28 16:25:32 +01:00
Neil Jones
1113b587c5
examples: gnrc_border_router: Blacklist all mips boards.
2017-03-28 16:25:32 +01:00
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.
2017-03-28 16:25:32 +01:00
Neil Jones
c4d28cb5e2
boards: pic32-wifire: Add support for the Digilent WiFire board.
...
This board features a pic32mz2048efg100 PIC32 device with a MIPS core.
2017-03-28 16:25:31 +01:00
Joakim Nohlgård
d1ea50a600
mtd: Redefine MTD_0 as a mtd_dev_t *
2017-03-28 17:00:39 +02:00
eb5ff902fa
sys: fmt: fix fmt_lpad() documentation and (str==NULL) case
2017-03-28 16:07:30 +02:00
Joakim Nohlgård
c11a196720
Merge pull request #6766 from miri64/doc/fix/hierachy
...
doc: fix doc hierarchy
2017-03-28 14:38:13 +02:00
smlng
9eb50c9abc
tests: add missing Makefile.tests_common for gnrc_tcp_client/server
2017-03-28 10:51:23 +02:00
smlng
d93db89e05
tests: cleanup, remove QUIET ?= 1, already defined in Makefile.tests_common
2017-03-28 10:49:50 +02:00
smlng
3d12edfd7f
tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common
2017-03-28 10:48:27 +02:00
lebrush
796eb64c0b
Merge pull request #6784 from kaspar030/add_fmt_lpad
...
sys: fmt: add fmt_lpad()
2017-03-27 20:10:12 +02:00
9b3c3eaf25
Merge pull request #6787 from smlng/driver/hd44780
...
Driver: add HD44780 LCD support
2017-03-27 19:30:04 +02:00
a3774adfaf
tests: unittests: add unittest for fmt_lpad()
2017-03-27 17:44:51 +02:00
003b71b323
sys: fmt: add fmt_lpad()
2017-03-27 17:44:51 +02:00
8898f485ea
Merge pull request #6674 from astralien3000/feetech
...
drivers/feetech : initial support
2017-03-27 17:21:13 +02:00
smlng
8acb068dec
driver, hd44780: add tests application
2017-03-27 16:43:51 +02:00
smlng
51d89fabbb
driver, hd44780: set module dependencies
2017-03-27 16:43:50 +02:00
smlng
26ec9041a0
driver: add hd44780 lcd support
2017-03-27 16:43:50 +02:00
Sebastian Meiling
e9e9656e35
Merge pull request #6795 from aabadie/fix_nucleo_arduino
...
boards/nucleo: include arduino pinmap in board definitions
2017-03-27 16:42:18 +02:00
Loïc Dauphin
753651d833
tests/driver_feetech: initial support
2017-03-27 15:51:36 +02:00
Loïc Dauphin
08a066a0db
drivers/feetech: initial support
2017-03-27 15:51:11 +02:00
Loïc Dauphin
ebe9b37444
drivers/uart_half_duplex: initial support
2017-03-27 15:50:43 +02:00
Sebastian Meiling
20d5c3ee5a
Merge pull request #6735 from smlng/tests/xtimer_now64_cont
...
tests: enhance xtimer_now64_continuity
2017-03-27 14:15:22 +02:00
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.
2017-03-27 13:51:42 +02:00
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
2017-03-27 13:21:49 +02:00
3798472ec9
boards/nucleo-f302: add arduino pinmap
2017-03-27 13:10:53 +02:00
Simon Brummer
edc35339c7
sema: doc: fix typo in error return value
2017-03-27 12:43:32 +02:00
34dcc8e947
boards/nucleo32-common: include arduino pinmap in board definitions
2017-03-27 09:46:15 +02:00
c0ae690a7c
boards/nucleo-common: include arduino pinmap in board definitions
2017-03-27 09:46:06 +02:00
Joakim Nohlgård
d578f9bfdc
kinetis: Remove duplicate CPU_MODEL CFLAGS definition
...
These are already provided by cortexm_common
2017-03-25 18:28:35 +01:00
Francisco Acosta
9e998efb16
Merge pull request #6733 from gebart/pr/kinetis-vectors
...
kinetis: Refactor interrupt vector definition
2017-03-24 18:18:25 +01:00
fb907b35f8
tests/unittests: add nucleo144-f303 to cortexM boards
2017-03-24 17:29:11 +01:00
39aa4ac56d
board/nucleo144-f303: initial support
2017-03-24 17:29:11 +01:00
d807875cd3
cpu/stm32f3: add support for stm32f303ze
2017-03-24 16:03:44 +01:00
Francisco Acosta
ffad15fa85
Merge pull request #6594 from aabadie/nucleo144_f429
...
boards/nucleo144-f429: initial support
2017-03-24 15:52:15 +01:00
Joakim Nohlgård
d73e6872ba
kinetis: Refactor interrupt vector definition
...
... to match the vector definition in other Cortex-M platforms
2017-03-24 15:01:20 +01:00
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.
2017-03-24 13:44:15 +00:00
Neil Jones
1838ca575a
cpu: mips: Add EIC interrupt mode support.
...
Note this is only supported in unvectored mode currently.
2017-03-24 13:44:15 +00:00
4dc2028c9b
Merge pull request #6672 from gebart/pr/ccas
...
make: Add support for specifying a different compiler for assembler
2017-03-24 11:25:43 +01:00
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>
2017-03-23 09:59:46 +00:00
Sebastian Meiling
a4cc6ad80d
Merge pull request #6752 from smlng/llvm/pkgs_set_cflags
...
LLVM toolchain: set CFLAGS for pkgs
2017-03-23 09:55:40 +01:00
smlng
53b0dd1777
make: set default toolchain for board native on macOS to llvm
2017-03-22 23:07:22 +01:00
smlng
36ae072c55
pkg: tinydtls, disable compiler errors if toolchain llvm
...
- set no-gnu-zero-variadic-macro-arguments
- set no-unused-function
2017-03-22 23:07:22 +01:00