Vincent Dupont
9edda8d013
unittests/tests-spiffs: fix dummy memory layout
...
Use 8 pages per sector to comply with spiffs requirements:
- page_size must be block_size / (2^y) where y > 2
6 years ago
Vincent Dupont
7d6e7bb402
pkg/spiffs: set SPIFFS_ALIGNED_OBJECT_INDEX_TABLES by default
...
This enforce right memory alignment of page object header struct.
If this flag is not set, hard fault can be generated (at least on Cortex-M0)
6 years ago
Martine Lenders
d51b07f954
Merge pull request #7032 from kaspar030/add_2017.04_release_notes
...
RELEASE 2017.04
6 years ago
Kaspar Schleiser
c520a76ecd
RELEASE 2017.04
6 years ago
Alexandre Abadie
ac335f45f4
Merge pull request #7030 from aabadie/emcute_readme_typo
...
examples/emcute: fix typo in README
6 years ago
Hauke Petersen
4373ecdfb3
Merge pull request #7025 from kbumsik/sd_card
...
board\samd21-xpro: Corrected SPI pins for EX3 Header
6 years ago
Alexandre Abadie
343f252e71
examples/emcute: fix typo in README
6 years ago
Bumsik Kim
92b24ba86f
board\samd21-xpro: Corrected SPI pins for EX3 Header
6 years ago
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
6 years ago
Peter Kietzmann
ba39f3b620
Merge pull request #7023 from cgundogan/pr/ccnl_remove_leaks
...
ccn-lite: shell: remove leaks
6 years ago
Martine Lenders
5942abf306
Merge pull request #7024 from haukepetersen/opt_saulgpio_inout
...
saul/gpio: differentiate SENSE_BTN and ACT_SWITCH
6 years ago
Hauke Petersen
3511deb4d5
saul/gpio: differentiate SENSE_BTN and ACT_SWITCH
6 years ago
Cenk Gündoğan
3db032d41e
ccn-lite: shell: free all memory, not just prefix struct
6 years ago
Cenk Gündoğan
4dd8bd13d2
ccn-lite: shell: free prefix after preparing the content
6 years ago
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.
6 years ago
Martine Lenders
81ab0fdc1f
Merge pull request #7018 from haukepetersen/fix_saul_doc
...
sys/saul_reg: fixed return val doc for write func
6 years ago
Thomas Eichinger
5e3abff437
Merge pull request #7019 from haukepetersen/opt_saul_notsup
...
drivers: use saul_notsup
6 years ago
Alexandre Abadie
2ed6776901
Merge pull request #6109 from Inria-Chile/aes_cmac
...
sys/hashes: add AES CMAC implementation
6 years ago
Hauke Petersen
3cbc0352ea
drivers: use saul_notsup
6 years ago
Hauke Petersen
dc4aa9768a
sys/saul_reg: fixed return val doc for write func
6 years ago
José Alamos
137d4689da
tests/unittests/tests-hashes: add tests for AES-CMAC
6 years ago
José Alamos
5dc146269d
sys/hashes: add AES-CMAC implementation
6 years ago
Kaspar Schleiser
61e3267415
Merge pull request #7004 from miri64/tests/fix/gnrc_sixlowpan
...
tests: fix gnrc_sixlowpan for 2db9ed1
and b272e90
6 years ago
Alexandre Abadie
e18acd2078
Merge pull request #7009 from kbumsik/io1-fix
...
SAMD21/SAMR21: Add more ADC lines
6 years ago
Martine Lenders
4ccf0b7841
Merge pull request #7015 from haukepetersen/opt_nrfmin_pktsize
...
driver/nrfmin: add get MAX_PACKET_SIZE option
6 years ago
Bumsik Kim
18f30a7d5c
boards/samr21-xpro: add adc support
6 years ago
Bumsik Kim
c54b477188
boards/samd21-xpro: add more adc lines
6 years ago
Bumsik Kim
dfba4394c6
cpu/samd21: move adc channel struct definition to periph_cpu.h
6 years ago
Hauke Petersen
a7e54e10c0
driver/nrfmin: add get MAX_PACKET_SIZE option
6 years ago
Martine Lenders
472eeb0068
Merge pull request #6936 from francois-berder/periph-uart
...
boards: wifire/clicker: Fix UART configuration
6 years ago
Martine Lenders
b8ba9a485f
Merge pull request #7002 from haukepetersen/fix_cortexm_sleepuntilevt
...
cpu/cortexm: s/cpu_sleep_until_.../cortexm_sle.../
6 years ago
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.
6 years ago
Hauke Petersen
f875c3efc2
cpu/cortexm: s/cpu_sleep_until_.../cortexm_sle.../
6 years ago
Alexandre Abadie
7364192241
Merge pull request #6982 from haukepetersen/fix_gnrcmin_xbeeconfig
...
examples/tests: remove redundant xbee config
6 years ago
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)
6 years ago
Martine Lenders
d141a23334
Merge pull request #6977 from rfuentess/nanocoap_fix
...
examples/nanocoap_server: FIX Configuration of the node as an IPv6 node
6 years ago
Alexandre Abadie
7fb528ef76
cpu/stm32f1: fix build issue with iotlab-m3 (arm-none-eabi-gcc 4.9.3)
6 years ago
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
6 years ago
Pekka Nikander
630c1b6ae6
boards/nucleo-f401: add ADC support for Arduino A0-A5 pins
6 years ago
Joakim Nohlgård
47439ec7fe
Merge pull request #6990 from OTAkeys/fix/mtd_unittests
...
unittests/tests-mtd: disable AND flash test with dummy flash
6 years ago
Vincent Dupont
e2d392629b
unittests/tests-mtd: disable AND flash test with dummy flash
6 years ago
Joakim Nohlgård
663e2581b6
Merge pull request #6984 from kYc0o/k64f_uart_fix
...
boards/frdm-k64f: fix typo on UART_0_ISR
6 years ago
Joakim Nohlgård
8adf31c0bc
Merge pull request #6983 from kYc0o/frdm_port_osx
...
frdm-k64f: add Darwin serial port
6 years ago
kYc0o
651889e3cd
boards/frdm-k64f: typo on UART_0_ISR fixed
6 years ago
Thomas Eichinger
d186de224c
Merge pull request #6929 from travisgriggs/samd21_adc
...
samd21/adc: initial implementation
6 years ago
kYc0o
ae2d179c94
frdm-k64f: add Darwin serial port
6 years ago
Hauke Petersen
e44d741e31
tests/driver_xbee: remove redundant xbee config
6 years ago
Hauke Petersen
cb4b6b9f1d
examples/gnrc_min: remove redundant xbee config
6 years ago
Travis Griggs
828a47dd6a
samd21/adc: initial implementation
6 years ago
Martine Lenders
dc09850be1
Merge pull request #6964 from kYc0o/add_slip_back
...
examples/gnrc_border_router: add commented SLIP compatibility
6 years ago