1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

13027 Commits

Author SHA1 Message Date
0717129980 Merge pull request #6417 from aabadie/nucleo32-f042
boards/nucleo32-f042: change board name nucleo->nucleo32
2017-01-19 07:40:12 +01:00
Martine Lenders
944a8d9a8b Merge pull request #6351 from smlng/pr/pkg/tinydtls_compile_errors
pkg/tinydtls: add compiler flags to Makefile.include
2017-01-19 01:54:24 +01:00
Sebastian Meiling
8cb0b91cc2 Merge pull request #6418 from cgundogan/pr/jenkins_remove_notify
jenkins: remove extra githubNotify
2017-01-19 00:18:18 +01:00
d340cce157 Merge pull request #6310 from OlegHahm/pyterm_show_prompt
tools: pyterm: display received prompt immediately
2017-01-19 00:05:14 +01:00
kYc0o
ddaa28fdc1 tests: add xtimer_usleep test 2017-01-18 23:55:02 +01:00
Francisco Acosta
45721d5fd7 Merge pull request #6414 from miri64/xtimer/fix/debug
xtimer: fix for DEBUG
2017-01-18 23:47:32 +01:00
Cenk Gündoğan
eff5f3429b jenkins: remove extra githubNotify 2017-01-18 23:23:07 +01:00
Oleg Hahm
c04c5cb9f9 at86rf2xx: different types have RSSI base values 2017-01-18 23:20:21 +01:00
Oleg Hahm
80d3176499 Merge pull request #6355 from OlegHahm/at86rf2xx_ext_nocca
at86rf2xx: remove CCA check
2017-01-18 23:13:57 +01:00
Toon Stegen
37c4810fba cpu/native: allow multiple netdev2 tap devices
With arg added to async_read callback in 7020b7c0, we don't need to keep
track of netdev2_tap locally. As a result we can use multiple
netdev2_tap instances.
2017-01-18 23:03:44 +01:00
Hauke Petersen
a35709b4f8 Merge pull request #6360 from OlegHahm/periph_timer_remove_irq
periph timer: remove timer_irq_(en|dis)able
2017-01-18 22:58:21 +01:00
Oleg Hahm
7c04f05d29 Merge pull request #6337 from miri64/native/enh/pretty-startup
native: prettify argument parsing
2017-01-18 22:56:12 +01:00
Oleg Hahm
32ef8f8351 Merge pull request #6359 from OlegHahm/pkg_openwsn_remove
pkg: remove OpenWSN
2017-01-18 22:25:33 +01:00
8217ed1a8c boards/nucleo-f401: add pwm configuration on pins d{3,5,6,9} 2017-01-18 22:19:02 +01:00
963662416b boards/nucleo32-f042: change board name nucleo->nucleo32 2017-01-18 22:04:59 +01:00
88a46a95bd Merge pull request #6136 from aabadie/nanocoap_put
examples/nanocoap_server: add resource for coap PUT/POST request
2017-01-18 22:04:05 +01:00
Kees Bakker
2cbd3c4819 cpu/sam21:i2c: function _start was declared inline, but definition not 2017-01-18 21:30:13 +01:00
Kees Bakker
d509221e77 cpu/samd21:i2c: increase timeout in _start to facilitate SHT2x hold 2017-01-18 21:30:13 +01:00
Kees Bakker
bf4741d0d7 cpu/sam21_common:i2c: refactor a function to wait for response 2017-01-18 21:30:13 +01:00
Kees Bakker
8ca8640060 cpu/sam21_common:i2c: uncrustify 2017-01-18 21:30:13 +01:00
Martine Lenders
5b49bfc21d Merge pull request #6375 from aabadie/nucleo_f030_periph
boards/nucleo-f030: configure some PWM pins, add ADC configuration
2017-01-18 21:29:40 +01:00
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)
2017-01-18 21:27:44 +01:00
Oleg Hahm
8f71b4c103 Merge pull request #6397 from OlegHahm/txtsnd_pseudomodule
shell: introduce txtsnd pseudomodule
2017-01-18 21:21:42 +01:00
Oleg Hahm
72afbbab89 Merge pull request #6212 from smlng/pr/gnrc_sock_udp/portrange
gnrc_sock_udp: add udp portrange
2017-01-18 21:20:26 +01:00
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.
2017-01-18 20:58:56 +01:00
Peter Kietzmann
706eaa6050 Merge pull request #6376 from aabadie/nucleo_f070_periph
boards/nucleo-f070: configure some PWM pins, add extra UART, fix ADC
2017-01-18 20:57:54 +01:00
Peter Kietzmann
06da507c2f Merge pull request #6348 from haukepetersen/opt_pm_nrf
cpu/nrf5x: unified pm.c
2017-01-18 20:54:50 +01:00
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
2017-01-18 20:40:30 +01:00
Martine Lenders
53ab146ef5 Merge pull request #6333 from smlng/pr/unittests/osx_array_fix
unittests: fix array length error on OSX
2017-01-18 20:39:55 +01:00
Peter Kietzmann
39cdcdd148 Merge pull request #6347 from haukepetersen/opt_pm_kinetis
cpu/kinetis: unified PM implementation
2017-01-18 20:33:05 +01:00
Peter Kietzmann
c7e681e6bd Merge pull request #6409 from haukepetersen/add_drivers_missingdefaultparams
drivers: added missing default xx_params.h files
2017-01-18 20:12:33 +01:00
Cenk Gündoğan
90e85ca1de Merge pull request #6389 from gebart/pr/ci-output-whitespace
CI: fix whitespace handling in command output
2017-01-18 20:10:47 +01:00
Oleg Hahm
3fb2984d2a tools: pyterm: display received prompt immediately 2017-01-18 19:54:10 +01:00
Martine Lenders
712bd09b2c xtimer: fix for DEBUG 2017-01-18 19:38:05 +01:00
Lucio Torre
5f26b7686f cbor: fix typo 2017-01-18 19:33:00 +01:00
Lucio Torre
04fc0b35a7 cbor: introduce cbor_serialize_byte_stringl 2017-01-18 19:33:00 +01:00
Lucio Torre
f6db56929f cbor: check return value for zero 2017-01-18 19:33:00 +01:00
Lucio Torre
d783d784c9 cbor: add zero copy string deserialization 2017-01-18 19:33:00 +01:00
Lucio Torre
1c64d45b31 cbor: introduce bounds checking on read 2017-01-18 19:32:59 +01:00
Peter Kietzmann
eaffe059f2 Merge pull request #6411 from OlegHahm/xtimer_debug_formatter
xtimer: fix formatter for xtimer_now in DEBUG
2017-01-18 19:10:05 +01:00
Martine Lenders
9666f58e6c Merge pull request #6387 from haukepetersen/add_example_saul
examples: added stand-alone SAUL example
2017-01-18 18:48:32 +01:00
Cenk Gündoğan
01aa62707b Merge pull request #6412 from A-Paul/cc2538-bsl_add_cc2538em_chip_id
cc2538-bsl.py: add chip id for cc2538em
2017-01-18 16:29:31 +01:00
Oleg Hahm
24c205d3a3 xtimer: fix formatter for xtimer_now in DEBUG 2017-01-18 16:20:02 +01:00
Sebastian Meiling
878c8fe2c2 Merge pull request #6396 from cgundogan/pr/jenkins_static-tests_on_slave
jenkins: exec static-tests on slave instead of master
2017-01-18 16:19:40 +01:00
Andreas "Paul" Pauli
e0b6f16ddc cc2538-bsl.py: add chip id for cc2538em 2017-01-18 16:18:05 +01:00
Hauke Petersen
c95abbe45a drivers/lsm303dlhc: added default params.h file 2017-01-18 15:34:29 +01:00
Hauke Petersen
e53c4ed515 drivers/lps331ap: added default params.h file 2017-01-18 15:34:02 +01:00
Hauke Petersen
4c505d5270 drivers/l3g4200d: added default params.h file 2017-01-18 15:33:39 +01:00
Hauke Petersen
81d27683c2 drivers/isl29020: added default params.h file 2017-01-18 15:33:20 +01:00
Hauke Petersen
c37de8de4c drivers/lis3dh: added default params.h file 2017-01-18 15:32:57 +01:00