Commit Graph

13697 Commits (2a955ad6319b4f2fa5e91a99e45d50620d31b196)
 

Author SHA1 Message Date
Kaspar Schleiser 2a955ad631 sys: net: sock: add utility functions 6 years ago
Joakim Nohlgård c11a196720 Merge pull request #6766 from miri64/doc/fix/hierachy
doc: fix doc hierarchy
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
Kaspar Schleiser 4dc2028c9b Merge pull request #6672 from gebart/pr/ccas
make: Add support for specifying a different compiler for assembler
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 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
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
Sebastian Meiling 4730933117 Merge pull request #6763 from miri64/posix/fix/unistd
posix: fix close() if fd_obj was closed already
6 years ago
Martine Lenders 3636a4a373 Merge pull request #6765 from OlegHahm/lwip_fix_assert
pkg: lwip: do not panic on failing netdev->recv()
6 years ago
Martine Lenders aeccb853a5 doc: fix doc hierarchy 6 years ago
Sebastian Meiling c72aec26a5 Merge pull request #6761 from miri64/posix_socket/fix/close_assert
posix_sockets: fix assertion on close
6 years ago
Oleg Hahm 409183d95d pkg: lwip: do not panic on failing netdev->recv() 6 years ago