Kaspar Schleiser
235ef93f00
Merge pull request #7034 from OTAkeys/pr/fix_spiffs_tests
...
pkg/spiffs: fix unittests
6 years ago
Emmanuel Baccelli
0566adcfe4
Merge pull request #6981 from robertsipka/update_jerryscript
...
pkg/jerryscript: update jerryscript package with the latest version (56802c22)
6 years ago
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
Alexandre Abadie
40de3c641b
Merge pull request #6907 from haukepetersen/add_board_nucleo144-f746
...
boards/cpu: add support for nucleo144-f746 and stm32f7
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
dylad
55de3781ca
saml21/adc: initial support
...
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
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
Hauke Petersen
17fedc7f4d
boards: added support for nucleo144-f746
6 years ago
Hauke Petersen
7079d481c7
cpu/stm32: added support for STM32F7
6 years ago
Hauke Petersen
10a7486246
cpu/cortex_common: added support for Cortex-M7
6 years ago
Hauke Petersen
f914ae4876
core/panic: enable panic modes for Cortex-M7
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
Vincent Dupont
669a6922f3
sys/shell: fix build when SHELL_NO_ECHO is defined
...
When SHELL_NO_ECHO was defined and not SHELL_NO_PROMPT build was broken
because _putchar was not defined.
This define _putchar when one of SHELL_NO_PROMPT or SHELL_NO_ECHO is not
defined.
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