Oleg Hahm
4f4214235b
timex: unambiguous time conversion macros
6 years ago
Martine Lenders
2a05385560
Merge pull request #6155 from lebrush/sema-non-ipc
...
Semaphore implementation without IPC
6 years ago
Oleg Hahm
b9b6e4934c
Merge pull request #5203 from OlegHahm/cbor_bound_checking
...
cbor: bounds checking on read and no_copy string deserialization
6 years ago
Peter Kietzmann
b92ce8ae2a
Merge pull request #6369 from OlegHahm/at86rf2xx_rssi_base_value
...
at86rf2xx: different types have RSSI base values
6 years ago
Cenk Gündoğan
a47703b9ff
Merge pull request #6390 from gebart/pr/ci-show-toolchain-version
...
CI: show toolchain versions during static-tests
6 years ago
Cenk Gündoğan
c7579573f5
Merge pull request #6220 from miri64/ndp/enh/const
...
ndp: sixlowpan_nd: import protocol constants
6 years ago
Peter Kietzmann
616d35e96f
Merge pull request #6153 from haukepetersen/opt_driver_mma8x5x
...
drivers/mma8x5x: remodeled driver
6 years ago
Peter Kietzmann
f7043c5add
Merge pull request #6394 from kYc0o/test_xtimer_usleep
...
tests: add xtimer_usleep test
6 years ago
Peter Kietzmann
224e4f50a7
Merge pull request #5927 from keestux/sam21_i2c_wait_for_response
...
sam21_common:i2c refactor a function to wait for response
6 years ago
Joakim Nohlgård
001a30ef4f
dist/tools/ci: Add script for printing installed toolchain versions to CI log
6 years ago
Victor Arino
49adbf24da
pkg/lwip: use new sema implementation
6 years ago
Victor Arino
066db5857a
sys/posix: adapt semaphore to new implementation
6 years ago
Victor Arino
791b68a295
sys/sema: re-implement without IPC
6 years ago
Alexandre Abadie
93abe83ddb
Merge pull request #6192 from aabadie/nucleo_f401_pwm
...
boards/nucleo-f401: configure PWM on 7 pins
6 years ago
Alexandre Abadie
0717129980
Merge pull request #6417 from aabadie/nucleo32-f042
...
boards/nucleo32-f042: change board name nucleo->nucleo32
6 years ago
Martine Lenders
944a8d9a8b
Merge pull request #6351 from smlng/pr/pkg/tinydtls_compile_errors
...
pkg/tinydtls: add compiler flags to Makefile.include
6 years ago
Sebastian Meiling
8cb0b91cc2
Merge pull request #6418 from cgundogan/pr/jenkins_remove_notify
...
jenkins: remove extra githubNotify
6 years ago
Alexandre Abadie
d340cce157
Merge pull request #6310 from OlegHahm/pyterm_show_prompt
...
tools: pyterm: display received prompt immediately
6 years ago
kYc0o
ddaa28fdc1
tests: add xtimer_usleep test
6 years ago
Francisco Acosta
45721d5fd7
Merge pull request #6414 from miri64/xtimer/fix/debug
...
xtimer: fix for DEBUG
6 years ago
Cenk Gündoğan
eff5f3429b
jenkins: remove extra githubNotify
6 years ago
Oleg Hahm
c04c5cb9f9
at86rf2xx: different types have RSSI base values
6 years ago
Oleg Hahm
80d3176499
Merge pull request #6355 from OlegHahm/at86rf2xx_ext_nocca
...
at86rf2xx: remove CCA check
6 years ago
Hauke Petersen
a35709b4f8
Merge pull request #6360 from OlegHahm/periph_timer_remove_irq
...
periph timer: remove timer_irq_(en|dis)able
6 years ago
Oleg Hahm
7c04f05d29
Merge pull request #6337 from miri64/native/enh/pretty-startup
...
native: prettify argument parsing
6 years ago
Oleg Hahm
32ef8f8351
Merge pull request #6359 from OlegHahm/pkg_openwsn_remove
...
pkg: remove OpenWSN
6 years ago
Alexandre Abadie
8217ed1a8c
boards/nucleo-f401: add pwm configuration on pins d{3,5,6,9}
6 years ago
Alexandre Abadie
963662416b
boards/nucleo32-f042: change board name nucleo->nucleo32
6 years ago
Kaspar Schleiser
88a46a95bd
Merge pull request #6136 from aabadie/nanocoap_put
...
examples/nanocoap_server: add resource for coap PUT/POST request
6 years ago
Kees Bakker
2cbd3c4819
cpu/sam21:i2c: function _start was declared inline, but definition not
6 years ago
Kees Bakker
d509221e77
cpu/samd21:i2c: increase timeout in _start to facilitate SHT2x hold
6 years ago
Kees Bakker
bf4741d0d7
cpu/sam21_common:i2c: refactor a function to wait for response
6 years ago
Kees Bakker
8ca8640060
cpu/sam21_common:i2c: uncrustify
6 years ago
Martine Lenders
5b49bfc21d
Merge pull request #6375 from aabadie/nucleo_f030_periph
...
boards/nucleo-f030: configure some PWM pins, add ADC configuration
6 years ago
Martine Lenders
c41b3294af
ndp: sixlowpan_nd: import protocol constants
...
For the new neighbor discovery I want the protocol related constants in
a central place (will remove the spread-out definitions of the old
implementation when I remove that one)
6 years ago
Oleg Hahm
8f71b4c103
Merge pull request #6397 from OlegHahm/txtsnd_pseudomodule
...
shell: introduce txtsnd pseudomodule
6 years ago
Oleg Hahm
72afbbab89
Merge pull request #6212 from smlng/pr/gnrc_sock_udp/portrange
...
gnrc_sock_udp: add udp portrange
6 years ago
Oleg Hahm
df7927dc94
shell: introduce txtsnd pseudomodule
...
This commit allows to enable/disable the txtsnd shell command. The
command is used to send strings over L2 in GNRC. Until now the command
was automatically enabled if GNRC and shell_commands were present, which
may lead to confusion if no L2 packet handler is registered.
6 years ago
Peter Kietzmann
706eaa6050
Merge pull request #6376 from aabadie/nucleo_f070_periph
...
boards/nucleo-f070: configure some PWM pins, add extra UART, fix ADC
6 years ago
Peter Kietzmann
06da507c2f
Merge pull request #6348 from haukepetersen/opt_pm_nrf
...
cpu/nrf5x: unified pm.c
6 years ago
Matias Devenuta
63bcccf43d
cbor: Packed struct to bypass unaligned stack
...
This can happen due to cast using buggy GCC on ARMv7
Credit to our shy french pal
6 years ago
Martine Lenders
53ab146ef5
Merge pull request #6333 from smlng/pr/unittests/osx_array_fix
...
unittests: fix array length error on OSX
6 years ago
Peter Kietzmann
39cdcdd148
Merge pull request #6347 from haukepetersen/opt_pm_kinetis
...
cpu/kinetis: unified PM implementation
6 years ago
Peter Kietzmann
c7e681e6bd
Merge pull request #6409 from haukepetersen/add_drivers_missingdefaultparams
...
drivers: added missing default xx_params.h files
6 years ago
Cenk Gündoğan
90e85ca1de
Merge pull request #6389 from gebart/pr/ci-output-whitespace
...
CI: fix whitespace handling in command output
6 years ago
Oleg Hahm
3fb2984d2a
tools: pyterm: display received prompt immediately
6 years ago
Martine Lenders
712bd09b2c
xtimer: fix for DEBUG
6 years ago
Lucio Torre
5f26b7686f
cbor: fix typo
6 years ago
Lucio Torre
04fc0b35a7
cbor: introduce cbor_serialize_byte_stringl
6 years ago
Lucio Torre
f6db56929f
cbor: check return value for zero
6 years ago