Martine S. Lenders
fd3789a735
nanocbor: fix doc grouping of nanocbor_config
2019-07-12 15:41:58 +02:00
6c895e1484
Merge pull request #11743 from cladmi/pr/ci/add_test_blacklist
...
murdock: introduce 'TEST_ON_CI_BLACKLIST'
2019-07-12 13:56:31 +02:00
Francisco Acosta
6b094a78a9
Merge pull request #11804 from fjmolinas/pr_stm32l1_add_AX
...
stm32_common/stm32_mem_length: fix RAM_LEN for stm32l1xx-A/X cpu's
2019-07-10 18:18:42 +02:00
981a8ec1ce
Merge pull request #11805 from kaspar030/riotboot_add_sha256_verify
...
sys/riotboot: add initial image digest verification
2019-07-10 17:48:36 +02:00
Francisco
f33ba386ac
Merge pull request #11799 from aabadie/pr/pkg/semtech-loramac-rx-started-event
...
pkg/semtech-loramac: handle rx started event in mac event callback
2019-07-10 15:51:54 +02:00
0f5a2b4795
sys/riotboot: add initial image digest verification
...
Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
2019-07-10 13:15:02 +02:00
Kevin "Bear Puncher" Weiss
a5f65361b2
Merge pull request #11793 from MrKevinWeiss/pr/board/doc
...
boards/doc: Add a guide to find physical board pins
2019-07-09 10:43:13 +02:00
MrKevinWeiss
218742b851
boards/doc: Add a guide to find physical board pins
...
This is needed for those who do not know about searching the periph conf
It gives some hints on how to physically locate you board if connecting up sensors
2019-07-09 10:11:59 +02:00
Francisco
ba5106df4f
Merge pull request #9517 from aabadie/pr/board/stm32l0538-disco
...
boards/stm32l0538-disco: add initial support
2019-07-09 09:06:14 +02:00
francisco
9bdfc1c95a
boards/lobaro-lorabox: add -A suffix to CPU_MODEL
2019-07-09 08:56:37 +02:00
francisco
38ffe80a96
cpu/stm32l151cb_a: include _A suffix in CPU_MODEL defines
2019-07-09 08:56:37 +02:00
francisco
1d03634407
stm32_common/stm32_mem_length: fix RAM_LEN for stm32l1xx-A/X cpu's
2019-07-09 08:56:35 +02:00
4ac2b4ec2b
tests: exclude stm32l0538-disco board
...
because of insufficient memory available
2019-07-08 21:50:36 +02:00
Francisco
ecdccdd478
Merge pull request #11690 from kaspar030/pr/always_flash_riotboot_if_required
...
riotboot: set FLASHFILE to RIOTBOOT_EXTENDED_BIN if riotboot feature is used
2019-07-08 18:03:20 +02:00
Leandro Lanzieri
9aa1d76bee
Merge pull request #11817 from jia200x/pr/fix_ot_dep
...
pkg/openthread: remove openthread config header from contrib
2019-07-08 17:23:10 +02:00
8370acb2ff
tests/riotboot_flashwrite: blacklist some boards
...
Adding saml1[01]-xpro, nucleo-f302r8|f334r8 to
BOARDS_INSUFFICIENT_MEMORY.
The riotboot build fails because it only offers half the flash size (per
slot), compared to before where the default build would not use riotboot
at all, thus have double the flash (but being useless).
2019-07-08 16:54:43 +02:00
b3cc3ab2ea
riotboot: fix APP_VER default documentation
2019-07-08 16:33:01 +02:00
8624d3dac4
riotboot: update documentation to match automatic use
...
FLASHFILE is now set to RIOTBOOT_EXTENDED_BIN, changing the meaning of
make all`, `flash`, `flash-only`.
This commits updates the documentation accordingly.
2019-07-08 16:33:01 +02:00
bb71e979f3
riotboot: set FLASHFILE to RIOTBOOT_EXTENDED_BIN
...
... if the riotboot feature is used.
Previously, even an application that had "FEATURES_REQUIRED += riotboot"
set would still flash the non-riotboot binary on "make flash".
This is usualy not what the user wants.
This commit set's the FLASHFILE variable to the combined "riotboot
bootloader + slot0 + empty slot1" binary. This has the effect that make
all, flash and flash-only will compile and/or flash a working riotboot
setup.
tests/riotboot and tests/riotboot_flashwrite now default to flashing the
riotboot-extended binary. tests/riotboot was previously configured to
use the riotboot-combined binary. This has been changed in order to not
behave differently than how usual riotboot applications do.
2019-07-08 16:33:01 +02:00
Kevin "Bear Puncher" Weiss
f976aeb1af
Merge pull request #11720 from benemorius/efm32-gpio-init-int-disable
...
cpu/efm32/periph_gpio: fix wrong GPIO_IntDisable() in gpio_init_int()
2019-07-08 15:36:38 +02:00
Ken Bannister
210265cbce
Merge pull request #11802 from kaspar030/fix_coap_get_block2
...
nanocoap: make coap_get_block2() actually fill struct
2019-07-08 09:29:44 -04:00
Jose Alamos
f7afc79bab
pkg/openthread: remove openthread header from contrib
...
The internal Openthread config file is not needed for the contrib
files, since it only includes internal OpenThread configuration
(use by the Openthread build system). Under certain cases some
macros defined in Openthread collide with RIOT internals or vendor
headers. So it's important to keep dependencies consistent.
2019-07-08 14:04:49 +02:00
Francisco
14fe8f29e7
Merge pull request #8939 from aabadie/pr/boards/nucleo-l4r5zi
...
boards/nucleo-l4r5zi: initial basic support
2019-07-08 09:53:13 +02:00
7044c95ebf
boards/nucleo-144: fix l4r5zi LED0 pin
2019-07-08 09:09:48 +02:00
be8acc1496
boards/nucleo-l4r5zi: initial basic support
2019-07-08 09:09:48 +02:00
7340de6129
cpu/stm32l4: add support for stm32l4r5zi model
2019-07-08 09:09:47 +02:00
3881128884
cpu/stm32_common: extend memory lengths support
2019-07-08 09:09:46 +02:00
33a878b70c
cpu/smt32l4: fix quadspi IRQ in vectors table
2019-07-08 09:09:46 +02:00
d94c557a11
examples: exclude stm32l0538-disco board
...
because of insufficient memory available
2019-07-08 09:06:55 +02:00
ea2da7b380
boards/stm32l0538-disco: initial support
2019-07-08 09:06:55 +02:00
f92297b994
Merge pull request #11810 from bergzand/pr/pkg/nanocbor_bump
...
pkg/nanocbor: bump version to resolve 8/16 bit compilation issue
2019-07-05 21:20:45 +02:00
34d20f4e36
tests/nanocbor: enable for 8 and 16 bit platforms
2019-07-05 20:48:39 +02:00
01ab91dbf0
pkg/nanocbor: Version bump to latest master
...
Current latest master is also compatible with 8 and 16-bit platforms
2019-07-05 20:47:48 +02:00
6c02521591
nanocoap: make coap_get_block2() actually fill struct
2019-07-05 15:29:58 +02:00
91d982733f
Merge pull request #11600 from bergzand/pr/pkg/nanocbor
...
nanocbor: Initial support for the nanocbor package
2019-07-05 15:07:04 +02:00
86db9b88de
nanocbor: Add small test application
2019-07-05 14:26:18 +02:00
2b2980bca1
pkg/nanocbor: Initial import
2019-07-05 14:26:17 +02:00
Leandro Lanzieri
cb57c6ff1a
Merge pull request #11798 from jia200x/pr/remove_sx127x_multi
...
sx127x: remove MULTIDIO and fix missing interrupt handling
2019-07-05 11:33:42 +02:00
Jose Alamos
2e7683b5e2
sx127x_netdev: remove switch-case from ISR handler
...
Some LoRa modules don't provide all ISR lines. Thus, there are
cases where different interrupts appear simultaneously in the ISR flags.
It's required to use an AND/OR pattern to check which interrupts were triggered.
2019-07-05 10:52:43 +02:00
Jose Alamos
c5dab7e615
boards/sensebox_samd21: remove DIOMULTI from pin configuration
2019-07-05 10:52:43 +02:00
Martine Lenders
395aaf34e9
Merge pull request #11582 from kaspar030/add_microbit_qemu_emulation
...
boards/microbit: add QEMU emulation
2019-07-04 21:36:16 +02:00
Martine Lenders
f3493aa2b6
Merge pull request #11796 from kaspar030/pktbuf_remove_uio.h
...
gnrc/pktbuf: remove obsolete sys/uio.h include
2019-07-04 21:29:36 +02:00
01195a073f
pkg/semtech-loramac: handle rx started event in mac event callback
...
This is only used for debugging purpose when ENABLE_DEBUG is set and avoid having a message about an unexpected event received
2019-07-04 19:34:24 +02:00
3f141e9184
Merge pull request #11314 from fjmolinas/pr_stm32l1_eeprom_null
...
cpu/stm32l1: fix issue when writing NULL bytes to eeprom
2019-07-04 18:36:30 +02:00
Francisco
ad23896696
Merge pull request #11777 from aabadie/pr/tests/pkg_semtech_loramac_init_twice
...
tests/pkg_semtech-loramac: don't init the mac from main
2019-07-04 18:15:45 +02:00
f03bba8d5c
boards/microbit: add docuumentation for QEMU emulation
2019-07-04 17:50:39 +02:00
d167cf334d
Merge pull request #10633 from crest42/stm32_eth_new
...
drivers: stm32 eth peripheral driver
2019-07-04 16:48:43 +02:00
ce9de0e942
boards/microbit: add EMULATOR setting for QEMU 4.0
2019-07-04 16:26:45 +02:00
de244e6679
gnrc/pktbuf: remove obsolete sys/uio.h include
...
This was previously used by gnrc_pktbuf_get_iovec() for the definitions
of "struct iovec", which has been removed a while ago.
2019-07-04 16:12:57 +02:00
francisco
8f1a835a59
stm32_common/eeprom: add _IO prefix to hardware access
2019-07-04 15:52:25 +02:00