diff --git a/boards/olimex-msp430-h1611/Kconfig b/boards/olimex-msp430-h1611/Kconfig new file mode 100644 index 0000000000..c969ff5d23 --- /dev/null +++ b/boards/olimex-msp430-h1611/Kconfig @@ -0,0 +1,18 @@ +# Copyright (c) 2020 HAW Hamburg +# +# This file is subject to the terms and conditions of the GNU Lesser +# General Public License v2.1. See the file LICENSE in the top level +# directory for more details. + +config BOARD + default "olimex-msp430-h1611" if BOARD_OLIMEX_MSP430_H1611 + +config BOARD_OLIMEX_MSP430_H1611 + bool + default y + select CPU_MODEL_MSP430F1611 + select HAS_PERIPH_GPIO + select HAS_PERIPH_GPIO_IRQ + select HAS_PERIPH_SPI + select HAS_PERIPH_TIMER + select HAS_PERIPH_UART diff --git a/boards/olimex-msp430-h1611/Makefile b/boards/olimex-msp430-h1611/Makefile new file mode 100644 index 0000000000..f8fcbb53a0 --- /dev/null +++ b/boards/olimex-msp430-h1611/Makefile @@ -0,0 +1,3 @@ +MODULE = board + +include $(RIOTBASE)/Makefile.base diff --git a/boards/olimex-msp430-h1611/Makefile.features b/boards/olimex-msp430-h1611/Makefile.features new file mode 100644 index 0000000000..8178449bce --- /dev/null +++ b/boards/olimex-msp430-h1611/Makefile.features @@ -0,0 +1,10 @@ +CPU = msp430fxyz +CPU_MODEL = msp430f1611 + +# Put defined MCU peripherals here (in alphabetical order) +FEATURES_PROVIDED += periph_gpio periph_gpio_irq +FEATURES_PROVIDED += periph_spi +FEATURES_PROVIDED += periph_timer +FEATURES_PROVIDED += periph_uart + +# Various other features (if any) diff --git a/boards/olimex-msp430-h1611/Makefile.include b/boards/olimex-msp430-h1611/Makefile.include new file mode 100644 index 0000000000..d49e656df6 --- /dev/null +++ b/boards/olimex-msp430-h1611/Makefile.include @@ -0,0 +1,26 @@ +# set default port depending on operating system +PORT_LINUX ?= /dev/ttyUSB0 +PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial-MXV*))) + +# flash tool configuration +PROGRAMMER ?= mspdebug +MSPDEBUG_PROGRAMMER ?= olimex + +PROGRAMMERS_SUPPORTED += mspdebug + +# When freshly plugged in the Olimex MSP430-JTAG-Tiny debugger provides a +# ttyACM interface, which is only available until the first flashing. A +# `make term` or even a `make flash term` may pick the JTAG debugger instead +# of the correct USB TTL adapter when the JTAG programmer is plugged in after +# the TTL adapter and `MOST_RECENT_PORT=1` is used. +# +# To fix that, we filter first by the most common USB TTL adapter drivers and +# fall back to all TTY when no such TTL adapter is found. +TTY_BOARD_FILTER := --driver 'cp210x|ch341|ftdi_sio' +TTY_SELECT_CMD := $(RIOTTOOLS)/usb-serial/ttys.py \ + --most-recent \ + --format path serial \ + $(TTY_BOARD_FILTER) || \ + $(RIOTTOOLS)/usb-serial/ttys.py \ + --most-recent \ + --format path serial diff --git a/boards/olimex-msp430-h1611/doc.txt b/boards/olimex-msp430-h1611/doc.txt new file mode 100644 index 0000000000..a19e1873a5 --- /dev/null +++ b/boards/olimex-msp430-h1611/doc.txt @@ -0,0 +1,97 @@ +/** +@defgroup boards_olimex_msp430_h1611 Olimex MSP430-H1611 +@ingroup boards +@brief Support for the Olimex MSP430-H1611 board + +Photo of Olimex MSP430-H1611 Board + +## MCU + +| MCU | TI MSP430F1611 | +|:----------------- |:------------------------------------------------------------- | +| Family | MSP430 | +| Vendor | Texas Instruments | +| Package | 64 QFN | +| RAM | 10 KiB | +| Flash | 48 KiB | +| Frequency | 8 MHz | +| FPU | no | +| Timers | 2 (2x 16bit) | +| ADCs | 1x 8 channel 12-bit | +| UARTs | 2 | +| SPIs | 2 | +| I2Cs | 1 | +| Vcc | 2.0V - 3.6V | +| Datasheet MCU | [Datasheet](https://www.ti.com/product/MSP430F1611) | +| User Guide MCU | [User Guide](https://www.ti.com/lit/ug/slau049f/slau049f.pdf) | +| Datasheet Board | [MSP430-H1611 Datasheet](https://www.olimex.com/Products/MSP430/Header/_resources/MSP430-Hxxx-e.pdf) | +| Website | [MSP430-H1611 Website](https://www.olimex.com/Products/MSP430/Header/MSP430-H1611/) | + +## Schematics + +Schematics of the Olimex MSP430-H1611 Board + +## Pinout + +The 64 pins on the edges of the PCB are connected to the corresponding MCU pins. +Hence, the following pinout of the naked MSP430-F1611 MCU chip matches the +pinout of the header board: + +Pinout of the naked MSP430-F1611 MCU + +## Flashing RIOT + +Photo of Olimex MSP430-H1611 Board connected to a JTAG Debugger + +Connect the board to a JTAG debugger supported by +[mspdebug](https://dlbeer.co.nz/mspdebug/); by default the +Olimex MSP430-JTAG-Tiny (as shown in the picture above) is assumed, which is +among the less expensive options. + +@note If you are not using the Olimex MSP430-JTAG-Tiny (or a compatible + programmer), set `MSPDEBUG_PROGRAMMER` to the correct value via + an environment variable or as parameter to make. E.g. use + `make BOARD=olimex-msp430-h1611 MSPDEBUG_PROGRAMMER=bus-pirate` to + flash using the bus pirate. + +@warning You can power the board via the JTAG programmer by placing a + jumper at `P_IN`. However, the JTAG programmer will only be able + to provide a limited current. You may want to disconnect the + header board from devices consuming a lot of power prior to + flashing. + +@warning If the board is powered externally, make sure to place the jumper + in `P_OUT` position, not in `P_IN` position. + +@warning A jumper in `P_OUT` is mutually exclusive to a jumper in `P_IN`. + Never connect both at the same time. + +@note While the JTAG connector has no markings, you can easily spot pin 1 + on to bottom of the board by the square pad; all other JTAG pins + have a circular pad. + +Once the jumper is correctly placed in either `P_IN` or in `P_OUT` and the +JTAG cable is connected just run + +``` +make BOARD=olimex-msp430-h1611 flash +``` + +## Using the shell + +stdio is available via the UART interface with `TXD = P3.6` +(pin 35 on the header) and `RXD = P3.7` (pin 34 on the header) at 115,200 Baud. + +The easiest way is to connect an USB TTL adapter (such as the cheap `cp210x` +or `ch341` based adapters) as follows: + +``` +TTL adapter Olimex MSP430-H1611 +----------- ------------------- + + GND --- 63 (DV_SS) + TXD --- 35 (P3.7) + RXD --- 34 (P3.6) +``` + + */ diff --git a/boards/olimex-msp430-h1611/include/board-conf.h b/boards/olimex-msp430-h1611/include/board-conf.h new file mode 100644 index 0000000000..cfe2d6cad9 --- /dev/null +++ b/boards/olimex-msp430-h1611/include/board-conf.h @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2014 INRIA + * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. + */ + +#ifndef BOARD_CONF_H +#define BOARD_CONF_H + +#ifdef __cplusplus +extern "C" { +#endif + +#define INFOMEM (0x1000) + +#ifdef __cplusplus +} +#endif + +#endif /* BOARD_CONF_H */ diff --git a/boards/olimex-msp430-h1611/include/board.h b/boards/olimex-msp430-h1611/include/board.h new file mode 100644 index 0000000000..7eb7833bf1 --- /dev/null +++ b/boards/olimex-msp430-h1611/include/board.h @@ -0,0 +1,51 @@ +/* + * Copyright (C) 2013, 2014 INRIA + * 2015 Freie Universität Berlin + * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. + */ + +/** + * @ingroup boards_olimex_msp430_h1611 + * + * @{ + * + * @file + * @brief Basic definitions for the Olimex MSP430-H1611 board + * + * @author Oliver Hahm + * @author Hauke Petersen + */ + +#ifndef BOARD_H +#define BOARD_H + +#include "cpu.h" + +#ifdef __cplusplus +extern "C" { +#endif + +/** + * @brief Define the CPU model for the + */ +#ifndef __MSP430F1611__ +#define __MSP430F1611__ +#endif + +/** + * @name Xtimer configuration + * @{ + */ +#define XTIMER_WIDTH (16) +#define XTIMER_BACKOFF (40) +/** @} */ + +#ifdef __cplusplus +} +#endif + +/** @} */ +#endif /* BOARD_H */ diff --git a/boards/olimex-msp430-h1611/include/periph_conf.h b/boards/olimex-msp430-h1611/include/periph_conf.h new file mode 100644 index 0000000000..865b620481 --- /dev/null +++ b/boards/olimex-msp430-h1611/include/periph_conf.h @@ -0,0 +1,101 @@ +/* + * Copyright (C) 2014 INRIA + * 2015 Freie Universität Berlin + * + * This file is subject to the terms and conditions of the GNU Lesser General + * Public License v2.1. See the file LICENSE in the top level directory for more + * details. + */ + +/** + * @ingroup boards_olimex_msp430_h1611 + * @{ + * + * @file + * @brief Olimex-MSP430-H1611 peripheral configuration + * + * @author Oliver Hahm + * @author Hauke Petersen + */ + +#ifndef PERIPH_CONF_H +#define PERIPH_CONF_H + +#include "periph_cpu.h" +#include "macros/units.h" + +#ifdef __cplusplus +extern "C" { +#endif + +#define CLOCK_CORECLOCK msp430_fxyz_dco_freq + +/** + * @brief Clock configuration + */ +static const msp430_fxyz_clock_params_t clock_params = { + .target_dco_frequency = MHZ(8), + .lfxt1_frequency = 32768, + .main_clock_source = MAIN_CLOCK_SOURCE_DCOCLK, + .submain_clock_source = SUBMAIN_CLOCK_SOURCE_DCOCLK, + .main_clock_divier = MAIN_CLOCK_DIVIDE_BY_1, + .submain_clock_divier = SUBMAIN_CLOCK_DIVIDE_BY_1, + .auxiliary_clock_divier = AUXILIARY_CLOCK_DIVIDE_BY_1, +}; + +/** + * @name Timer configuration + * @{ + */ +#define TIMER_NUMOF (1U) +#define TIMER_BASE (TIMER_A) +#define TIMER_CHAN (3) +#define TIMER_ISR_CC0 (TIMERA0_VECTOR) +#define TIMER_ISR_CCX (TIMERA1_VECTOR) +/** @} */ + +/** + * @name UART configuration + * @{ + */ +#define UART_NUMOF (1U) + +#define UART_BASE (USART_1) +#define UART_IE (SFR->IE2) +#define UART_IF (SFR->IFG2) +#define UART_IE_RX_BIT (1 << 4) +#define UART_IE_TX_BIT (1 << 5) +#define UART_ME (SFR->ME2) +#define UART_ME_BITS (0x30) +#define UART_PORT (PORT_3) +#define UART_RX_PIN (1 << 6) +#define UART_TX_PIN (1 << 7) +#define UART_RX_ISR (USART1RX_VECTOR) +#define UART_TX_ISR (USART1TX_VECTOR) +/** @} */ + +/** + * @name SPI configuration + * @{ + */ +#define SPI_NUMOF (1U) + +/* SPI configuration */ +#define SPI_BASE (USART_0) +#define SPI_IE (SFR->IE1) +#define SPI_IF (SFR->IFG1) +#define SPI_IE_RX_BIT (1 << 6) +#define SPI_IE_TX_BIT (1 << 7) +#define SPI_ME (SFR->ME1) +#define SPI_ME_BIT (1 << 6) +#define SPI_PIN_MISO GPIO_PIN(P3, 2) +#define SPI_PIN_MOSI GPIO_PIN(P3, 1) +#define SPI_PIN_CLK GPIO_PIN(P3, 3) +/** @} */ + +#ifdef __cplusplus +} +#endif + +#endif /* PERIPH_CONF_H */ +/** @} */ diff --git a/examples/asymcute_mqttsn/Makefile.ci b/examples/asymcute_mqttsn/Makefile.ci index 4b9cabb197..aba6e40166 100644 --- a/examples/asymcute_mqttsn/Makefile.ci +++ b/examples/asymcute_mqttsn/Makefile.ci @@ -34,6 +34,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/examples/benchmark_udp/Makefile.ci b/examples/benchmark_udp/Makefile.ci index c30d889480..bd398dea3a 100644 --- a/examples/benchmark_udp/Makefile.ci +++ b/examples/benchmark_udp/Makefile.ci @@ -24,6 +24,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/examples/cord_ep/Makefile.ci b/examples/cord_ep/Makefile.ci index 89f70a4f74..53712c77cd 100644 --- a/examples/cord_ep/Makefile.ci +++ b/examples/cord_ep/Makefile.ci @@ -24,6 +24,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/examples/cord_epsim/Makefile.ci b/examples/cord_epsim/Makefile.ci index 689f60c700..b8518a128f 100644 --- a/examples/cord_epsim/Makefile.ci +++ b/examples/cord_epsim/Makefile.ci @@ -20,6 +20,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/examples/cord_lc/Makefile.ci b/examples/cord_lc/Makefile.ci index f839791fbb..1ed53f31a0 100644 --- a/examples/cord_lc/Makefile.ci +++ b/examples/cord_lc/Makefile.ci @@ -25,6 +25,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/examples/dtls-echo/Makefile.ci b/examples/dtls-echo/Makefile.ci index b964559249..cba0cb9af7 100644 --- a/examples/dtls-echo/Makefile.ci +++ b/examples/dtls-echo/Makefile.ci @@ -38,6 +38,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/examples/emcute_mqttsn/Makefile.ci b/examples/emcute_mqttsn/Makefile.ci index 72ab15ba95..c0fb6c41ec 100644 --- a/examples/emcute_mqttsn/Makefile.ci +++ b/examples/emcute_mqttsn/Makefile.ci @@ -27,6 +27,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/examples/gcoap/Makefile.ci b/examples/gcoap/Makefile.ci index 7eafbceeda..f2810be9e2 100644 --- a/examples/gcoap/Makefile.ci +++ b/examples/gcoap/Makefile.ci @@ -21,6 +21,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/examples/gcoap_block_server/Makefile.ci b/examples/gcoap_block_server/Makefile.ci index ca15cb525a..645b3be43b 100644 --- a/examples/gcoap_block_server/Makefile.ci +++ b/examples/gcoap_block_server/Makefile.ci @@ -22,6 +22,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/examples/gcoap_dtls/Makefile.ci b/examples/gcoap_dtls/Makefile.ci index 21a39ee469..23509f16d1 100644 --- a/examples/gcoap_dtls/Makefile.ci +++ b/examples/gcoap_dtls/Makefile.ci @@ -42,6 +42,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/examples/gcoap_fileserver/Makefile.ci b/examples/gcoap_fileserver/Makefile.ci index b4fb325117..c6af57aaa5 100644 --- a/examples/gcoap_fileserver/Makefile.ci +++ b/examples/gcoap_fileserver/Makefile.ci @@ -24,6 +24,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/examples/gnrc_border_router/Makefile.ci b/examples/gnrc_border_router/Makefile.ci index f85cd60e72..8113744876 100644 --- a/examples/gnrc_border_router/Makefile.ci +++ b/examples/gnrc_border_router/Makefile.ci @@ -47,6 +47,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ nucleo-l073rz \ + olimex-msp430-h1611 \ olimexino-stm32 \ opencm904 \ samd10-xmini \ diff --git a/examples/gnrc_networking/Makefile.ci b/examples/gnrc_networking/Makefile.ci index e7dd7055b3..460ae4620c 100644 --- a/examples/gnrc_networking/Makefile.ci +++ b/examples/gnrc_networking/Makefile.ci @@ -23,6 +23,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/examples/gnrc_networking_subnets/Makefile.ci b/examples/gnrc_networking_subnets/Makefile.ci index ed611154f9..3a01e7f5cc 100644 --- a/examples/gnrc_networking_subnets/Makefile.ci +++ b/examples/gnrc_networking_subnets/Makefile.ci @@ -23,6 +23,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/examples/nanocoap_server/Makefile.ci b/examples/nanocoap_server/Makefile.ci index b4f0456086..e8c2f1e8e2 100644 --- a/examples/nanocoap_server/Makefile.ci +++ b/examples/nanocoap_server/Makefile.ci @@ -17,6 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/examples/paho-mqtt/Makefile.ci b/examples/paho-mqtt/Makefile.ci index b964559249..cba0cb9af7 100644 --- a/examples/paho-mqtt/Makefile.ci +++ b/examples/paho-mqtt/Makefile.ci @@ -38,6 +38,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/examples/posix_select/Makefile.ci b/examples/posix_select/Makefile.ci index 20f2ef5e18..07c1994d50 100644 --- a/examples/posix_select/Makefile.ci +++ b/examples/posix_select/Makefile.ci @@ -19,6 +19,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/examples/posix_sockets/Makefile.ci b/examples/posix_sockets/Makefile.ci index 1e79f7c93b..490076c1db 100644 --- a/examples/posix_sockets/Makefile.ci +++ b/examples/posix_sockets/Makefile.ci @@ -28,6 +28,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/examples/telnet_server/Makefile.ci b/examples/telnet_server/Makefile.ci index 7eafbceeda..f2810be9e2 100644 --- a/examples/telnet_server/Makefile.ci +++ b/examples/telnet_server/Makefile.ci @@ -21,6 +21,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/examples/wasm/wasm_sample/hello_prebuild.wasm b/examples/wasm/wasm_sample/hello_prebuild.wasm index 78a35e794e..f50894b078 100755 Binary files a/examples/wasm/wasm_sample/hello_prebuild.wasm and b/examples/wasm/wasm_sample/hello_prebuild.wasm differ diff --git a/tests/bench/xtimer/Makefile.ci b/tests/bench/xtimer/Makefile.ci index 16a5d8979e..6fe5209637 100644 --- a/tests/bench/xtimer/Makefile.ci +++ b/tests/bench/xtimer/Makefile.ci @@ -2,6 +2,7 @@ BOARD_INSUFFICIENT_MEMORY := \ bluepill-stm32f030c8 \ im880b \ nucleo-l011k4 \ + olimex-msp430-h1611 \ olimexino-stm32 \ samd10-xmini \ slstk3400a \ diff --git a/tests/bench/ztimer/Makefile.ci b/tests/bench/ztimer/Makefile.ci index 16a5d8979e..6fe5209637 100644 --- a/tests/bench/ztimer/Makefile.ci +++ b/tests/bench/ztimer/Makefile.ci @@ -2,6 +2,7 @@ BOARD_INSUFFICIENT_MEMORY := \ bluepill-stm32f030c8 \ im880b \ nucleo-l011k4 \ + olimex-msp430-h1611 \ olimexino-stm32 \ samd10-xmini \ slstk3400a \ diff --git a/tests/drivers/cc110x/Makefile.ci b/tests/drivers/cc110x/Makefile.ci index 445045ed31..f61b73d661 100644 --- a/tests/drivers/cc110x/Makefile.ci +++ b/tests/drivers/cc110x/Makefile.ci @@ -29,6 +29,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/drivers/nrf24l01p_ng/Makefile.ci b/tests/drivers/nrf24l01p_ng/Makefile.ci index 63c289fc11..2e61bb075c 100644 --- a/tests/drivers/nrf24l01p_ng/Makefile.ci +++ b/tests/drivers/nrf24l01p_ng/Makefile.ci @@ -15,6 +15,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/net/emcute/Makefile.ci b/tests/net/emcute/Makefile.ci index 086f65c00d..587d95f9f0 100644 --- a/tests/net/emcute/Makefile.ci +++ b/tests/net/emcute/Makefile.ci @@ -44,6 +44,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ nucleo-l073rz \ + olimex-msp430-h1611 \ opencm904 \ samd10-xmini \ saml10-xpro \ diff --git a/tests/net/gcoap_dns/Makefile.ci b/tests/net/gcoap_dns/Makefile.ci index 15737ba2fb..d2263c4e10 100644 --- a/tests/net/gcoap_dns/Makefile.ci +++ b/tests/net/gcoap_dns/Makefile.ci @@ -34,6 +34,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gcoap_fileserver/Makefile.ci b/tests/net/gcoap_fileserver/Makefile.ci index 8cadbd7c99..cb1f47ca1b 100644 --- a/tests/net/gcoap_fileserver/Makefile.ci +++ b/tests/net/gcoap_fileserver/Makefile.ci @@ -30,6 +30,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_dhcpv6_client/Makefile.ci b/tests/net/gnrc_dhcpv6_client/Makefile.ci index 75d4cebb35..7ffd511d9f 100644 --- a/tests/net/gnrc_dhcpv6_client/Makefile.ci +++ b/tests/net/gnrc_dhcpv6_client/Makefile.ci @@ -26,6 +26,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_dhcpv6_client_6lbr/Makefile.ci b/tests/net/gnrc_dhcpv6_client_6lbr/Makefile.ci index 397599b27a..c98a5d6fe6 100644 --- a/tests/net/gnrc_dhcpv6_client_6lbr/Makefile.ci +++ b/tests/net/gnrc_dhcpv6_client_6lbr/Makefile.ci @@ -48,6 +48,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ nucleo-l073rz \ + olimex-msp430-h1611 \ olimexino-stm32 \ opencm904 \ samd10-xmini \ diff --git a/tests/net/gnrc_dhcpv6_client_stateless/Makefile.ci b/tests/net/gnrc_dhcpv6_client_stateless/Makefile.ci index cd27294772..64b0903af3 100644 --- a/tests/net/gnrc_dhcpv6_client_stateless/Makefile.ci +++ b/tests/net/gnrc_dhcpv6_client_stateless/Makefile.ci @@ -35,6 +35,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_dhcpv6_relay/Makefile.ci b/tests/net/gnrc_dhcpv6_relay/Makefile.ci index 3fc446ba0a..ca44d76c0a 100644 --- a/tests/net/gnrc_dhcpv6_relay/Makefile.ci +++ b/tests/net/gnrc_dhcpv6_relay/Makefile.ci @@ -24,6 +24,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_ipv6_ext/Makefile.ci b/tests/net/gnrc_ipv6_ext/Makefile.ci index e37668048d..a81278b34f 100644 --- a/tests/net/gnrc_ipv6_ext/Makefile.ci +++ b/tests/net/gnrc_ipv6_ext/Makefile.ci @@ -24,6 +24,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_ipv6_ext_frag/Makefile.ci b/tests/net/gnrc_ipv6_ext_frag/Makefile.ci index 049408ff34..cf1e8866e7 100644 --- a/tests/net/gnrc_ipv6_ext_frag/Makefile.ci +++ b/tests/net/gnrc_ipv6_ext_frag/Makefile.ci @@ -31,6 +31,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_ipv6_ext_opt/Makefile.ci b/tests/net/gnrc_ipv6_ext_opt/Makefile.ci index 9234e3d1ae..4e4ea48496 100644 --- a/tests/net/gnrc_ipv6_ext_opt/Makefile.ci +++ b/tests/net/gnrc_ipv6_ext_opt/Makefile.ci @@ -19,6 +19,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/net/gnrc_ipv6_fwd_w_sub/Makefile.ci b/tests/net/gnrc_ipv6_fwd_w_sub/Makefile.ci index 1019c2dd1a..d6992f8eb0 100644 --- a/tests/net/gnrc_ipv6_fwd_w_sub/Makefile.ci +++ b/tests/net/gnrc_ipv6_fwd_w_sub/Makefile.ci @@ -16,6 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/net/gnrc_ipv6_nib/Makefile.ci b/tests/net/gnrc_ipv6_nib/Makefile.ci index f19cfcc7ae..f9b2ea241a 100644 --- a/tests/net/gnrc_ipv6_nib/Makefile.ci +++ b/tests/net/gnrc_ipv6_nib/Makefile.ci @@ -12,6 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f042k6 \ nucleo-l011k4 \ nucleo-l031k6 \ + olimex-msp430-h1611 \ samd10-xmini \ stk3200 \ stm32f030f4-demo \ diff --git a/tests/net/gnrc_ipv6_nib_6ln/Makefile.ci b/tests/net/gnrc_ipv6_nib_6ln/Makefile.ci index 1019c2dd1a..d6992f8eb0 100644 --- a/tests/net/gnrc_ipv6_nib_6ln/Makefile.ci +++ b/tests/net/gnrc_ipv6_nib_6ln/Makefile.ci @@ -16,6 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/net/gnrc_ipv6_nib_dns/Makefile.ci b/tests/net/gnrc_ipv6_nib_dns/Makefile.ci index 05849940dc..4a40bb7a1e 100644 --- a/tests/net/gnrc_ipv6_nib_dns/Makefile.ci +++ b/tests/net/gnrc_ipv6_nib_dns/Makefile.ci @@ -18,6 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/net/gnrc_ndp/Makefile.ci b/tests/net/gnrc_ndp/Makefile.ci index 3ec85319e9..6eee2ca115 100644 --- a/tests/net/gnrc_ndp/Makefile.ci +++ b/tests/net/gnrc_ndp/Makefile.ci @@ -15,6 +15,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ stk3200 \ stm32f030f4-demo \ diff --git a/tests/net/gnrc_netif/Makefile.ci b/tests/net/gnrc_netif/Makefile.ci index 29bf9e302f..ed51ee198c 100644 --- a/tests/net/gnrc_netif/Makefile.ci +++ b/tests/net/gnrc_netif/Makefile.ci @@ -49,6 +49,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ nucleo-l073rz \ + olimex-msp430-h1611 \ olimexino-stm32 \ opencm904 \ samd10-xmini \ diff --git a/tests/net/gnrc_rpl/Makefile.ci b/tests/net/gnrc_rpl/Makefile.ci index 4a92674fd7..381b8933dc 100644 --- a/tests/net/gnrc_rpl/Makefile.ci +++ b/tests/net/gnrc_rpl/Makefile.ci @@ -25,6 +25,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/net/gnrc_rpl_p2p/Makefile.ci b/tests/net/gnrc_rpl_p2p/Makefile.ci index d32fee4e09..f5599af56d 100644 --- a/tests/net/gnrc_rpl_p2p/Makefile.ci +++ b/tests/net/gnrc_rpl_p2p/Makefile.ci @@ -22,6 +22,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/net/gnrc_rpl_srh/Makefile.ci b/tests/net/gnrc_rpl_srh/Makefile.ci index 732218edf5..a3d5e41f7d 100644 --- a/tests/net/gnrc_rpl_srh/Makefile.ci +++ b/tests/net/gnrc_rpl_srh/Makefile.ci @@ -28,6 +28,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_sixlowpan/Makefile.ci b/tests/net/gnrc_sixlowpan/Makefile.ci index 1355587aa8..7172ca67c7 100644 --- a/tests/net/gnrc_sixlowpan/Makefile.ci +++ b/tests/net/gnrc_sixlowpan/Makefile.ci @@ -23,6 +23,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_sixlowpan_frag_minfwd/Makefile.ci b/tests/net/gnrc_sixlowpan_frag_minfwd/Makefile.ci index 049408ff34..cf1e8866e7 100644 --- a/tests/net/gnrc_sixlowpan_frag_minfwd/Makefile.ci +++ b/tests/net/gnrc_sixlowpan_frag_minfwd/Makefile.ci @@ -31,6 +31,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_sixlowpan_frag_sfr/Makefile.ci b/tests/net/gnrc_sixlowpan_frag_sfr/Makefile.ci index 737fcf1f5e..7e580c3e71 100644 --- a/tests/net/gnrc_sixlowpan_frag_sfr/Makefile.ci +++ b/tests/net/gnrc_sixlowpan_frag_sfr/Makefile.ci @@ -33,6 +33,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_sixlowpan_frag_sfr_congure/Makefile.ci b/tests/net/gnrc_sixlowpan_frag_sfr_congure/Makefile.ci index e5261c0aa1..70e624db44 100644 --- a/tests/net/gnrc_sixlowpan_frag_sfr_congure/Makefile.ci +++ b/tests/net/gnrc_sixlowpan_frag_sfr_congure/Makefile.ci @@ -33,6 +33,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile.ci b/tests/net/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile.ci index 97bfb1d7bf..5e9935301f 100644 --- a/tests/net/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile.ci +++ b/tests/net/gnrc_sixlowpan_frag_sfr_congure_impl/Makefile.ci @@ -38,6 +38,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_sixlowpan_iphc_w_vrb/Makefile.ci b/tests/net/gnrc_sixlowpan_iphc_w_vrb/Makefile.ci index 1019c2dd1a..d6992f8eb0 100644 --- a/tests/net/gnrc_sixlowpan_iphc_w_vrb/Makefile.ci +++ b/tests/net/gnrc_sixlowpan_iphc_w_vrb/Makefile.ci @@ -16,6 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/net/gnrc_sock_dns/Makefile.ci b/tests/net/gnrc_sock_dns/Makefile.ci index 9f5c31c3d5..7d8085b2ab 100644 --- a/tests/net/gnrc_sock_dns/Makefile.ci +++ b/tests/net/gnrc_sock_dns/Makefile.ci @@ -20,6 +20,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/net/gnrc_sock_dodtls/Makefile.ci b/tests/net/gnrc_sock_dodtls/Makefile.ci index 049408ff34..cf1e8866e7 100644 --- a/tests/net/gnrc_sock_dodtls/Makefile.ci +++ b/tests/net/gnrc_sock_dodtls/Makefile.ci @@ -31,6 +31,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_sock_ip/Makefile.ci b/tests/net/gnrc_sock_ip/Makefile.ci index 65dd63d2fd..2170ebc6c5 100644 --- a/tests/net/gnrc_sock_ip/Makefile.ci +++ b/tests/net/gnrc_sock_ip/Makefile.ci @@ -9,6 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f042k6 \ nucleo-l011k4 \ nucleo-l031k6 \ + olimex-msp430-h1611 \ samd10-xmini \ stk3200 \ stm32f030f4-demo \ diff --git a/tests/net/gnrc_sock_tcp/Makefile.ci b/tests/net/gnrc_sock_tcp/Makefile.ci index d6c69d5cda..a684eda10b 100644 --- a/tests/net/gnrc_sock_tcp/Makefile.ci +++ b/tests/net/gnrc_sock_tcp/Makefile.ci @@ -29,6 +29,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_sock_udp/Makefile.ci b/tests/net/gnrc_sock_udp/Makefile.ci index b8d664ccfc..4db48371b4 100644 --- a/tests/net/gnrc_sock_udp/Makefile.ci +++ b/tests/net/gnrc_sock_udp/Makefile.ci @@ -11,6 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f042k6 \ nucleo-l011k4 \ nucleo-l031k6 \ + olimex-msp430-h1611 \ samd10-xmini \ stk3200 \ stm32f030f4-demo \ diff --git a/tests/net/gnrc_tcp/Makefile.ci b/tests/net/gnrc_tcp/Makefile.ci index 588ca0834e..f1ecd754da 100644 --- a/tests/net/gnrc_tcp/Makefile.ci +++ b/tests/net/gnrc_tcp/Makefile.ci @@ -28,6 +28,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_tx_sync/Makefile.ci b/tests/net/gnrc_tx_sync/Makefile.ci index 3355d61884..bba1816d88 100644 --- a/tests/net/gnrc_tx_sync/Makefile.ci +++ b/tests/net/gnrc_tx_sync/Makefile.ci @@ -31,6 +31,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/gnrc_udp/Makefile.ci b/tests/net/gnrc_udp/Makefile.ci index 8659c0e79e..2ccd7330f4 100644 --- a/tests/net/gnrc_udp/Makefile.ci +++ b/tests/net/gnrc_udp/Makefile.ci @@ -37,6 +37,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ saml10-xpro \ saml11-xpro \ diff --git a/tests/net/nanocoap_cli/Makefile.ci b/tests/net/nanocoap_cli/Makefile.ci index 25fe259785..1cef52ce36 100644 --- a/tests/net/nanocoap_cli/Makefile.ci +++ b/tests/net/nanocoap_cli/Makefile.ci @@ -22,6 +22,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ seeedstudio-gd32 \ slstk3400a \ diff --git a/tests/net/netutils/Makefile.ci b/tests/net/netutils/Makefile.ci index 580b716525..bef1d603f9 100644 --- a/tests/net/netutils/Makefile.ci +++ b/tests/net/netutils/Makefile.ci @@ -16,6 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/net/sntp/Makefile.ci b/tests/net/sntp/Makefile.ci index 289f05e038..3a607b97b9 100644 --- a/tests/net/sntp/Makefile.ci +++ b/tests/net/sntp/Makefile.ci @@ -18,6 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/net/sock_udp_aux/Makefile.ci b/tests/net/sock_udp_aux/Makefile.ci index a9ce48962a..0370076302 100644 --- a/tests/net/sock_udp_aux/Makefile.ci +++ b/tests/net/sock_udp_aux/Makefile.ci @@ -21,6 +21,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/pkg/elk/Makefile.ci b/tests/pkg/elk/Makefile.ci index 11bf4578af..1c357ecf04 100644 --- a/tests/pkg/elk/Makefile.ci +++ b/tests/pkg/elk/Makefile.ci @@ -5,6 +5,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f042k6 \ nucleo-l011k4 \ nucleo-l031k6 \ + olimex-msp430-h1611 \ samd10-xmini \ stk3200 \ stm32f030f4-demo \ diff --git a/tests/pkg/fatfs_vfs/Makefile.ci b/tests/pkg/fatfs_vfs/Makefile.ci index 4c7a87943e..b4030d632f 100644 --- a/tests/pkg/fatfs_vfs/Makefile.ci +++ b/tests/pkg/fatfs_vfs/Makefile.ci @@ -11,6 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f042k6 \ nucleo-l011k4 \ nucleo-l031k6 \ + olimex-msp430-h1611 \ samd10-xmini \ stk3200 \ stm32f030f4-demo \ diff --git a/tests/pkg/libb2/Makefile.ci b/tests/pkg/libb2/Makefile.ci index c191aac13f..9d5f26c0ec 100644 --- a/tests/pkg/libb2/Makefile.ci +++ b/tests/pkg/libb2/Makefile.ci @@ -6,6 +6,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f042k6 \ nucleo-l011k4 \ nucleo-l031k6 \ + olimex-msp430-h1611 \ samd10-xmini \ stk3200 \ stm32f030f4-demo \ diff --git a/tests/pkg/microcoap/Makefile.ci b/tests/pkg/microcoap/Makefile.ci index 33b7279d7c..6d1be83732 100644 --- a/tests/pkg/microcoap/Makefile.ci +++ b/tests/pkg/microcoap/Makefile.ci @@ -17,6 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/pkg/relic/Makefile.ci b/tests/pkg/relic/Makefile.ci index 18aade5663..3a38f8e121 100644 --- a/tests/pkg/relic/Makefile.ci +++ b/tests/pkg/relic/Makefile.ci @@ -9,6 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/pkg/spiffs/Makefile.ci b/tests/pkg/spiffs/Makefile.ci index 5f46dd9a31..3e85f60997 100644 --- a/tests/pkg/spiffs/Makefile.ci +++ b/tests/pkg/spiffs/Makefile.ci @@ -15,6 +15,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l011k4 \ nucleo-l031k6 \ nucleo-l053r8 \ + olimex-msp430-h1611 \ samd10-xmini \ slstk3400a \ stk3200 \ diff --git a/tests/pkg/tinydtls_sock_async/Makefile.ci b/tests/pkg/tinydtls_sock_async/Makefile.ci index 397599b27a..c98a5d6fe6 100644 --- a/tests/pkg/tinydtls_sock_async/Makefile.ci +++ b/tests/pkg/tinydtls_sock_async/Makefile.ci @@ -48,6 +48,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l031k6 \ nucleo-l053r8 \ nucleo-l073rz \ + olimex-msp430-h1611 \ olimexino-stm32 \ opencm904 \ samd10-xmini \ diff --git a/tests/sys/crypto/Makefile.ci b/tests/sys/crypto/Makefile.ci index 37b96287be..66c3aaadf3 100644 --- a/tests/sys/crypto/Makefile.ci +++ b/tests/sys/crypto/Makefile.ci @@ -17,6 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f042k6 \ nucleo-l011k4 \ nucleo-l031k6 \ + olimex-msp430-h1611 \ samd10-xmini \ stk3200 \ stm32f030f4-demo \ diff --git a/tests/sys/crypto_aes_ccm/Makefile.ci b/tests/sys/crypto_aes_ccm/Makefile.ci index 37b96287be..66c3aaadf3 100644 --- a/tests/sys/crypto_aes_ccm/Makefile.ci +++ b/tests/sys/crypto_aes_ccm/Makefile.ci @@ -17,6 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-f042k6 \ nucleo-l011k4 \ nucleo-l031k6 \ + olimex-msp430-h1611 \ samd10-xmini \ stk3200 \ stm32f030f4-demo \ diff --git a/tests/unittests/Makefile.ci b/tests/unittests/Makefile.ci index 94d82d38e2..f88f7a3733 100644 --- a/tests/unittests/Makefile.ci +++ b/tests/unittests/Makefile.ci @@ -10,9 +10,9 @@ BOARD_INSUFFICIENT_MEMORY := \ b-l072z-lrwan1 \ blackpill-stm32f103c8 \ blackpill-stm32f103cb \ + bluepill-stm32f030c8 \ bluepill-stm32f103c8 \ bluepill-stm32f103cb \ - bluepill-stm32f030c8 \ calliope-mini \ cc1312-launchpad \ cc1350-launchpad \ @@ -71,6 +71,7 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l433rc \ nucleo-wl55jc \ nz32-sc151 \ + olimex-msp430-h1611 \ olimexino-stm32 \ opencm904 \ openlabs-kw41z-mini-256kib \ @@ -85,8 +86,8 @@ BOARD_INSUFFICIENT_MEMORY := \ samr30-xpro \ samr34-xpro \ seeedstudio-gd32 \ - sipeed-longan-nano \ sensebox_samd21 \ + sipeed-longan-nano \ slstk3400a \ slstk3401a \ sltb001a \