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

14103 Commits

Author SHA1 Message Date
c520a76ecd RELEASE 2017.04 2017-05-10 14:37:52 +02:00
ac335f45f4 Merge pull request #7030 from aabadie/emcute_readme_typo
examples/emcute: fix typo in README
2017-05-10 13:48:34 +02:00
Hauke Petersen
4373ecdfb3 Merge pull request #7025 from kbumsik/sd_card
board\samd21-xpro: Corrected SPI pins for EX3 Header
2017-05-10 12:23:07 +02:00
343f252e71 examples/emcute: fix typo in README 2017-05-10 10:51:22 +02:00
Bumsik Kim
92b24ba86f board\samd21-xpro: Corrected SPI pins for EX3 Header 2017-05-09 10:19:52 -04:00
Peter Kietzmann
6d85c8230b Merge pull request #7022 from cgundogan/pr/ccnl_buf_ptr_off_by_one
ccn-lite: shell: do not count white space after single word
2017-05-09 15:48:17 +02:00
Peter Kietzmann
ba39f3b620 Merge pull request #7023 from cgundogan/pr/ccnl_remove_leaks
ccn-lite: shell: remove leaks
2017-05-09 15:21:14 +02:00
Martine Lenders
5942abf306 Merge pull request #7024 from haukepetersen/opt_saulgpio_inout
saul/gpio: differentiate SENSE_BTN and ACT_SWITCH
2017-05-09 12:22:35 +02:00
Hauke Petersen
3511deb4d5 saul/gpio: differentiate SENSE_BTN and ACT_SWITCH 2017-05-09 10:47:31 +02:00
Cenk Gündoğan
3db032d41e ccn-lite: shell: free all memory, not just prefix struct 2017-05-09 10:11:39 +02:00
Cenk Gündoğan
4dd8bd13d2 ccn-lite: shell: free prefix after preparing the content 2017-05-09 10:07:03 +02:00
Cenk Gündoğan
bbf8de0dbd ccn-lite: shell: do not count white space after single word
If a single word is added to the content cache via `ccnl_cont /TEST
hello`, then the resulting wireshark dump of a successful `ccnl_int
/TEST` will contain a TLV of len(hello) plus 1 (whit space). By
incrementing `buf_ptr` only for loop iterations `> 2` fixes this. As a
bonus, I removed the superfluous `memset` to white space, as the buffer
is correctly terminated with a '\0' character.
2017-05-09 09:44:42 +02:00
Martine Lenders
81ab0fdc1f Merge pull request #7018 from haukepetersen/fix_saul_doc
sys/saul_reg: fixed return val doc for write func
2017-05-09 08:59:51 +02:00
Thomas Eichinger
5e3abff437 Merge pull request #7019 from haukepetersen/opt_saul_notsup
drivers: use saul_notsup
2017-05-08 15:37:31 -07:00
2ed6776901 Merge pull request #6109 from Inria-Chile/aes_cmac
sys/hashes: add AES CMAC implementation
2017-05-08 15:09:03 +02:00
Hauke Petersen
3cbc0352ea drivers: use saul_notsup 2017-05-08 13:56:35 +02:00
Hauke Petersen
dc4aa9768a sys/saul_reg: fixed return val doc for write func 2017-05-08 13:52:24 +02:00
José Alamos
137d4689da tests/unittests/tests-hashes: add tests for AES-CMAC 2017-05-08 13:52:12 +02:00
José Alamos
5dc146269d sys/hashes: add AES-CMAC implementation 2017-05-08 13:52:11 +02:00
61e3267415 Merge pull request #7004 from miri64/tests/fix/gnrc_sixlowpan
tests: fix gnrc_sixlowpan for 2db9ed1 and b272e90
2017-05-08 12:07:59 +02:00
e18acd2078 Merge pull request #7009 from kbumsik/io1-fix
SAMD21/SAMR21: Add more ADC lines
2017-05-07 11:32:42 +02:00
Martine Lenders
4ccf0b7841 Merge pull request #7015 from haukepetersen/opt_nrfmin_pktsize
driver/nrfmin: add get MAX_PACKET_SIZE option
2017-05-05 19:47:50 +02:00
Bumsik Kim
18f30a7d5c boards/samr21-xpro: add adc support 2017-05-05 10:23:36 -04:00
Bumsik Kim
c54b477188 boards/samd21-xpro: add more adc lines 2017-05-05 10:21:22 -04:00
Bumsik Kim
dfba4394c6 cpu/samd21: move adc channel struct definition to periph_cpu.h 2017-05-05 10:19:39 -04:00
Hauke Petersen
a7e54e10c0 driver/nrfmin: add get MAX_PACKET_SIZE option 2017-05-05 13:59:18 +02:00
Martine Lenders
472eeb0068 Merge pull request #6936 from francois-berder/periph-uart
boards: wifire/clicker: Fix UART configuration
2017-05-04 17:31:32 +02:00
Martine Lenders
b8ba9a485f Merge pull request #7002 from haukepetersen/fix_cortexm_sleepuntilevt
cpu/cortexm: s/cpu_sleep_until_.../cortexm_sle.../
2017-05-04 17:29:45 +02:00
Martine Lenders
d0967206ac
tests: fix gnrc_sixlowpan for 2db9ed1 and b272e90
2db9ed1 and b272e90 changed the output of `gnrc_pktdump`, but the
`gnrc_sixlowpan` tested fix was never adapted for that and was failing
because of that.
2017-05-04 14:52:58 +02:00
Hauke Petersen
f875c3efc2 cpu/cortexm: s/cpu_sleep_until_.../cortexm_sle.../ 2017-05-04 13:45:11 +02:00
7364192241 Merge pull request #6982 from haukepetersen/fix_gnrcmin_xbeeconfig
examples/tests: remove redundant xbee config
2017-05-03 17:57:28 +02:00
Francisco Acosta
1d68915f5b Merge pull request #7000 from aabadie/fix_iotlabm3_build
cpu/stm32f1: fix build issue with iotlab-m3 (arm-none-eabi-gcc 4.9.3)
2017-05-03 17:17:20 +02:00
Martine Lenders
d141a23334 Merge pull request #6977 from rfuentess/nanocoap_fix
examples/nanocoap_server: FIX Configuration of the node as an IPv6 node
2017-05-03 15:52:03 +02:00
7fb528ef76 cpu/stm32f1: fix build issue with iotlab-m3 (arm-none-eabi-gcc 4.9.3) 2017-05-03 15:01:09 +02:00
Martine Lenders
02bbc820b9 Merge pull request #6996 from Ell-i/feature-nucleo-f401-adc-support
boards/nucleo-f401: add ADC support for Arduino A0-A5 pins
2017-05-03 14:29:23 +02:00
Pekka Nikander
630c1b6ae6 boards/nucleo-f401: add ADC support for Arduino A0-A5 pins 2017-05-02 15:43:45 +03:00
Joakim Nohlgård
47439ec7fe Merge pull request #6990 from OTAkeys/fix/mtd_unittests
unittests/tests-mtd: disable AND flash test with dummy flash
2017-05-02 11:21:01 +02:00
Vincent Dupont
e2d392629b unittests/tests-mtd: disable AND flash test with dummy flash 2017-05-02 09:59:14 +02:00
Joakim Nohlgård
663e2581b6 Merge pull request #6984 from kYc0o/k64f_uart_fix
boards/frdm-k64f: fix typo on UART_0_ISR
2017-04-28 19:42:24 +02:00
Joakim Nohlgård
8adf31c0bc Merge pull request #6983 from kYc0o/frdm_port_osx
frdm-k64f: add Darwin serial port
2017-04-28 19:30:45 +02:00
kYc0o
651889e3cd boards/frdm-k64f: typo on UART_0_ISR fixed 2017-04-28 18:29:20 +02:00
Thomas Eichinger
d186de224c Merge pull request #6929 from travisgriggs/samd21_adc
samd21/adc: initial implementation
2017-04-28 09:09:11 -07:00
kYc0o
ae2d179c94 frdm-k64f: add Darwin serial port 2017-04-28 16:55:29 +02:00
Hauke Petersen
e44d741e31 tests/driver_xbee: remove redundant xbee config 2017-04-28 15:43:43 +02:00
Hauke Petersen
cb4b6b9f1d examples/gnrc_min: remove redundant xbee config 2017-04-28 15:43:17 +02:00
Travis Griggs
828a47dd6a samd21/adc: initial implementation 2017-04-27 14:54:29 -07:00
Martine Lenders
dc09850be1 Merge pull request #6964 from kYc0o/add_slip_back
examples/gnrc_border_router: add commented SLIP compatibility
2017-04-27 16:10:28 +02:00
Martine Lenders
3897b75096 Merge pull request #6974 from miri64/nhdp/cleanup/port-to-sock
nhdp: port to sock
2017-04-27 14:27:14 +02:00
kYc0o
4880ea3cc6 examples/gnrc_border_router: add commented lines for SLIP 2017-04-27 14:10:32 +02:00
Francisco Acosta
1e9ea82cc7 Merge pull request #6970 from haukepetersen/opt_stm32f1_clkinit
cpu/stm32f1: reworked clock initialization code
2017-04-27 13:34:48 +02:00