Commit Graph

13808 Commits (b0f4123537d19d52ea59dba9f0170f2f482184ac)
 

Author SHA1 Message Date
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
Francisco Acosta 9e998efb16 Merge pull request #6733 from gebart/pr/kinetis-vectors
kinetis: Refactor interrupt vector definition
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
smlng 60bb3ab7ee pkg: oonf_api, disable compiler errors if toolchain llvm
- set no-keyword-macro
    - set no-parentheses-equality
6 years ago
Kaspar Schleiser c442cbcc23 make: Makefile.base: don't collect wildcard sources if NO_AUTO_SRC is nonempty 6 years ago
Kaspar Schleiser cdf7a046b4 Merge pull request #6722 from emmanuelsearch/js-riot
pkg: jerryscript: initial import & example Jerryscript Javascript interpreter
6 years ago
Martine Lenders a24d7eb162 Merge pull request #6775 from miri64/native/enh/vfs-ready
cpu: native: make syscalls vfs ready (introduce real_fcntl)
6 years ago
dylad c24c9390e5 cpu/sam0_common/include: fix SERCOM ID calculation for SAML family
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
6 years ago
Martine Lenders 25b2e65b77 cpu: native: make syscalls vfs ready (introduce real_fcntl) 6 years ago
Joakim Nohlgård 0164e88408 Merge pull request #6776 from miri64/sc/fix/sc_vfs-warning
shell_commands: fix sc_vfs warnings
6 years ago
Emmanuel Baccelli b5676a8262 examples: add javascript example 6 years ago
Emmanuel Baccelli 6ce3abf6ed pkg: add jerryscript package 6 years ago
BytesGalore a344d6d48c Merge pull request #6777 from cgundogan/pr/nrf24l01p_disable_crr
nrf24l01p: add disable crc function
6 years ago
Cenk Gündoğan 63e99eb9d6 tests/driver_nrf24l01p_lowlevel: add note about compatilibity 6 years ago
Cenk Gündoğan 3629796937 drivers/nrf24l01p: add function to disable crc 6 years ago
Martine Lenders 529a88ca26 shell_commands: fix sc_vfs warnings 6 years ago
Alexandre Abadie 4618bcfa7b Merge pull request #6749 from dylad/adxl345_support
drivers/adxl345: Initial support + saul
6 years ago
Vincent Dupont bb0c2d0ef3 Merge pull request #6638 from OTAkeys/pr/cortexm_isr_vector
cpu/cortexm_common: use linker variable to initialize SCB->VTOR
6 years ago
Martine Lenders f20f94477b Merge pull request #6770 from thomaseichinger/doc_fix
examples/gnrc_networking: fix comments
6 years ago
dylad 0d279ea699 tests/adxl345: add functionnal test
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
6 years ago
dylad 2f801bbce9 drivers/adxl345: initial implementation + SAUL adaptation
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
6 years ago
Thomas Eichinger 50ec6ffe2b examples/gnrc_networking: fix comments
As the lines refered to in the comments are already commented out,
the correct thing to do to use them is to uncomment them.
6 years ago