Skip to content

Remove unsupported targets #12864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 52 commits into from
Apr 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
05bb01e
Remove DELTA_DFCM_NNN50 target
Apr 20, 2020
12bb9d3
Remove DELTA_DFCM_NNN40 target
Apr 20, 2020
e160bd3
Remove DELTA_DFBM_NQ620 target
Apr 20, 2020
5dcfe57
Remove LPC4088 based targets
Apr 20, 2020
20997ca
Remove RBLAB targets
Apr 20, 2020
b7a787d
Remove LPC11C24 target
Apr 20, 2020
e98959c
Remove LPC1347 target
Apr 20, 2020
51c2484
Remove LPC1769 target
Apr 20, 2020
de01b38
Remove XBED_LPC1768 target
Apr 20, 2020
143342f
Remove LPC810 target
Apr 20, 2020
be9e5f4
Remove LPC1800 target
Apr 20, 2020
d96a19e
Remove LPC4330 target
Apr 20, 2020
47a439c
Remove KL26Z target
Apr 20, 2020
9167b2d
Remove SDT51822B (nrf51) target
Apr 20, 2020
3ed5491
Remove LPC1549 target
Apr 21, 2020
d2741c1
Remove LPC8x targets
Apr 21, 2020
16a40c9
Remove LPC4337 target
Apr 21, 2020
5d63b0f
Remove K20D50M target
Apr 21, 2020
a58de82
Remove KL82Z target
Apr 21, 2020
3fa7f03
Remove RAPIDIOT targets
Apr 21, 2020
9276eb0
Remove efm32pg_stk3401 target
Apr 21, 2020
646bce0
Remove K24F target
Apr 21, 2020
e24a9f5
Remove KW24D target
Apr 21, 2020
0d46778
Remove efm32lg_stk3600 target
Apr 21, 2020
e4b243b
Remove efm32wg_stk3800 target
Apr 21, 2020
851fd4c
Remove efm32hg_stk3400 targets
Apr 21, 2020
80aaa29
Remove efm32zg_stk3200 target
Apr 21, 2020
1553868
Remove TB_SENSE_1 target
Apr 21, 2020
52581cd
Remove EFR32MG1_BRD4150 target
Apr 21, 2020
f21759b
Remove TEENSY3_1 target
Apr 21, 2020
92cbd9a
Rename ADV_WISE_1570 target
Apr 24, 2020
a7b026b
Rename ADV_WISE_1510 target
Apr 24, 2020
a770e65
Remove WALLBOT_BLE target
Apr 27, 2020
f737754
Remove NRF51_DONGLE
Apr 27, 2020
843b123
Remove MTM_MTCONNECT04S target
Apr 27, 2020
e2136cc
Remove MAXWSNENV target
Apr 27, 2020
be34117
Remove MAX32625NEXPAQ target
Apr 27, 2020
cbe6cc7
Remove NRF51822_Y5_MBUG
Apr 28, 2020
f556199
Remove LPC11U37H_401 target
Apr 28, 2020
a3dc513
Remove MTS_MDOT_F405RG target
Apr 28, 2020
470293c
Remove MTS_GAMBIT target
Apr 28, 2020
7925a46
Remove KL05Z target
Apr 28, 2020
0864aa8
Remove NCS36510 target
Apr 28, 2020
7c8b16f
Remove HRM1017 target
Apr 28, 2020
6899f69
Remove TY51822R3 target
Apr 28, 2020
d7d4589
Remove SSCI824 config
Apr 28, 2020
c2645ef
Remove NINA targets
Apr 28, 2020
3b4a04b
Remove HI2110 based targets
Apr 28, 2020
84bad91
Remove NRF51_DONGLE target
Apr 28, 2020
4d8a720
Remove EFM32PG12 targets
Apr 28, 2020
81a92e3
Re-enable K82F target
Apr 28, 2020
84b596d
Fix pin config for LPC1768
Apr 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion TESTS/integration/COMMON/target_extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"nanostack.configuration" : "thread_router",
"nanostack-hal.event_loop_thread_stack_size": 8192
},
"MTB_ADV_WISE_1570": {
"ADV_WISE_1570": {
"target.components_add" : ["SPIF"],
"spif-driver.SPI_FREQ" : 20000000,
"target.network-default-interface-type" : "CELLULAR",
Expand Down
119 changes: 0 additions & 119 deletions TESTS/mbed_hal/qspi/flash_configs/NXP/KL82Z/flash_config.h

This file was deleted.

4 changes: 0 additions & 4 deletions TESTS/mbed_hal/qspi/flash_configs/flash_configs.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@
#elif defined(TARGET_K82F)
#include "NXP/K82F/flash_config.h"

#elif defined(TARGET_KL82Z)
#include "NXP/KL82Z/flash_config.h"

#elif defined(TARGET_LPC546XX)
#include "NXP/LPC546XX/flash_config.h"

Expand All @@ -88,4 +85,3 @@
#endif

#endif // MBED_FLASH_CONFIGS_H

10 changes: 1 addition & 9 deletions TESTS/network/emac/emac_TestMemoryManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,7 @@ char s_trace_buffer[100] = MEM_MNGR_TRACE;
/* For LPC boards define the heap memory bank ourselves to give us section placement
control */
#ifndef ETHMEM_SECTION
#if defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM)
# if defined (__ICCARM__)
# define ETHMEM_SECTION
# elif defined(TOOLCHAIN_GCC_CR)
# define ETHMEM_SECTION __attribute__((section(".data.$RamPeriph32")))
# else
# define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned))
# endif
#elif defined(TARGET_LPC1768) || defined(TARGET_LPC1769)
#if defined(TARGET_LPC1768)
# if defined (__ICCARM__)
# define ETHMEM_SECTION
# elif defined(TOOLCHAIN_GCC_CR)
Expand Down
10 changes: 1 addition & 9 deletions TESTS/network/emac/emac_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,7 @@ using namespace utest::v1;
/* For LPC boards define the memory bank ourselves to give us section placement
control */
#ifndef ETHMEM_SECTION
#if defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM)
# if defined (__ICCARM__)
# define ETHMEM_SECTION
# elif defined(TOOLCHAIN_GCC_CR)
# define ETHMEM_SECTION __attribute__((section(".data.$RamPeriph32")))
# else
# define ETHMEM_SECTION __attribute__((section("AHBSRAM0"),aligned))
# endif
#elif defined(TARGET_LPC1768) || defined(TARGET_LPC1769)
#if defined(TARGET_LPC1768)
# if defined (__ICCARM__)
# define ETHMEM_SECTION
# elif defined(TOOLCHAIN_GCC_CR)
Expand Down
2 changes: 1 addition & 1 deletion TEST_APPS/testcases/nanostack_mac_tester/ED_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self):
'*': {
"count":3,
"type": "hardware",
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "KW41Z"],
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW41Z"],
"application": {
"name": "TEST_APPS-device-nanostack_mac_tester"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self):
'*': {
"count":1,
"type": "hardware",
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "KW41Z"],
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW41Z"],
"application": {
"name": "TEST_APPS-device-nanostack_mac_tester"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self):
'*': {
"count":3,
"type": "hardware",
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "KW41Z"],
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW41Z"],
"application": {
"name": "TEST_APPS-device-nanostack_mac_tester"
}
Expand Down
2 changes: 1 addition & 1 deletion TEST_APPS/testcases/nanostack_mac_tester/send_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self):
'*': {
"count":2,
"type": "hardware",
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "KW41Z"],
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW41Z"],
"application": {
"name": "TEST_APPS-device-nanostack_mac_tester"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self):
'*': {
"count":3,
"type": "hardware",
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "KW41Z"],
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW41Z"],
"application": {
"name": "TEST_APPS-device-nanostack_mac_tester"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self):
'*': {
"count":2,
"type": "hardware",
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW24D", "KW41Z"],
"allowed_platforms": ["K64F", "K66F", "NUCLEO_F429ZI", "KW41Z"],
"application": {
"name": "TEST_APPS-device-nanostack_mac_tester"
}
Expand Down
5 changes: 0 additions & 5 deletions components/802.15.4_RF/mcr20a-rf-driver/source/MCR20Drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ void MCR20Drv_Init
xcvr_spi_configure_speed(gXcvrSpiInstance_c, 8000000);

gXcvrDeassertCS_d();
#if !defined(TARGET_KW24D)
MCR20Drv_RST_B_Deassert();
#endif
RF_IRQ_Init();
RF_IRQ_Disable();
mPhyIrqDisableCnt = 1;
Expand Down Expand Up @@ -640,7 +637,6 @@ void MCR20Drv_RESET
void
)
{
#if !defined(TARGET_KW24D)
volatile uint32_t delay = 1000;
//assert RST_B
MCR20Drv_RST_B_Assert();
Expand All @@ -649,7 +645,6 @@ void MCR20Drv_RESET

//deassert RST_B
MCR20Drv_RST_B_Deassert();
#endif
}

/*---------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,8 @@ extern "C" {
#define gCcaCCA_MODE1_c 1

#define gXcvrRunState_d gXcvrPwrAutodoze_c
#if !defined(TARGET_KW24D)
#define gXcvrLowPowerState_d gXcvrPwrHibernate_c
#else
#define gXcvrLowPowerState_d gXcvrPwrAutodoze_c
#endif

namespace {

Expand Down Expand Up @@ -504,9 +501,7 @@ static void rf_init(void)
/* Disable Tristate on MISO for SPI reads */
MCR20Drv_IndirectAccessSPIWrite(MISC_PAD_CTRL, 0x02);
/* Set XCVR clock output settings */
#if !defined(TARGET_KW24D)
MCR20Drv_Set_CLK_OUT_Freq(gMCR20_ClkOutFreq_d);
#endif
/* Set default XCVR power state */
rf_set_power_state(gXcvrRunState_d);

Expand Down Expand Up @@ -1758,7 +1753,7 @@ void NanostackRfPhyMcr20a::_pins_clear()
irq_thread = NULL;
}

#if MBED_CONF_MCR20A_PROVIDE_DEFAULT || TARGET_KW24D
#if MBED_CONF_MCR20A_PROVIDE_DEFAULT

NanostackRfPhy &NanostackRfPhy::get_default_instance()
{
Expand Down
6 changes: 0 additions & 6 deletions components/storage/blockdevice/COMPONENT_SD/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
"NUCLEO_F410RB": {
"TEST_BUFFER": 4096
},
"K20D50M": {
"SPI_MOSI": "PTD2",
"SPI_MISO": "PTD3",
"SPI_CLK": "PTD1",
"SPI_CS": "PTC2"
},
"KL22F": {
"SPI_MOSI": "PTD6",
"SPI_MISO": "PTD7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"SPI_CLK": "PB_13",
"SPI_CS": "PA_10"
},
"MTB_ADV_WISE_1570": {
"ADV_WISE_1570": {
"SPI_MOSI": "PA_7",
"SPI_MISO": "PA_6",
"SPI_CLK": "PA_5",
Expand Down
10 changes: 1 addition & 9 deletions features/lwipstack/lwip-sys/arch/cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,7 @@ void trace_to_ascii_hex_dump(char* prefix, int len, char *data);

/* Define the memory area for the lwip's memory pools */
#ifndef MEMP_SECTION
#if defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM)
# if defined (__ICCARM__)
# define MEMP_SECTION
# elif defined(TOOLCHAIN_GCC_CR)
# define MEMP_SECTION __attribute__((section(".data.$RamPeriph32")))
# else
# define MEMP_SECTION __attribute__((section("AHBSRAM0"),aligned))
# endif
#elif defined(TARGET_LPC1768)
#if defined(TARGET_LPC1768)
# if defined (__ICCARM__)
# define MEMP_SECTION
# elif defined(TOOLCHAIN_GCC_CR)
Expand Down
10 changes: 1 addition & 9 deletions features/lwipstack/lwip-sys/arch/lwip_sys_arch.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,7 @@

/* Define the heap ourselves to give us section placement control */
#ifndef ETHMEM_SECTION
#if defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM)
# if defined (__ICCARM__)
# define ETHMEM_SECTION
# elif defined(TOOLCHAIN_GCC_CR)
# define ETHMEM_SECTION __attribute__((section(".data.$RamPeriph32")))
# else
# define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned))
# endif
#elif defined(TARGET_LPC1768)
#if defined(TARGET_LPC1768)
# if defined (__ICCARM__)
# define ETHMEM_SECTION
# elif defined(TOOLCHAIN_GCC_CR)
Expand Down
6 changes: 0 additions & 6 deletions features/lwipstack/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,6 @@
"LPC1768": {
"mem-size": 16362
},
"LPC4088": {
"mem-size": 15360
},
"LPC4088_DM": {
"mem-size": 15360
},
"UBLOX_C027": {
"mem-size": 16362
},
Expand Down
7 changes: 0 additions & 7 deletions features/nanostack/mbed-mesh-api/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,6 @@
}
},
"target_overrides": {
"KW24D": {
"mbed-mesh-api.use-malloc-for-heap": true,
"mbed-mesh-api.heap-size": 14000
},
"NCS36510": {
"mbed-mesh-api.heap-size": 14000
},
"KW41Z": {
"mbed-mesh-api.heap-size": 14000
}
Expand Down
6 changes: 0 additions & 6 deletions features/nanostack/sal-stack-nanostack/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
},
"macros": ["NS_USE_EXTERNAL_MBED_TLS"],
"target_overrides": {
"KW24D": {
"nanostack.configuration": "lowpan_router"
},
"NCS36510": {
"nanostack.configuration": "lowpan_router"
},
"TB_SENSE_12": {
"nanostack.configuration": "lowpan_router"
},
Expand Down
Loading