Skip to content

Commit ce28c91

Browse files
authored
Merge pull request #7534 from bentcooke/mote_L152_en_os5
enable MOTE_L152 for OS5
2 parents b4d5e24 + 42a49a5 commit ce28c91

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

TESTS/mbed_hal/common_tickers/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extern "C" {
4848
#define TICKER_100_TICKS 100
4949
#define TICKER_500_TICKS 500
5050

51-
#define MAX_FUNC_EXEC_TIME_US 20
51+
#define MAX_FUNC_EXEC_TIME_US 30
5252
#define DELTA_FUNC_EXEC_TIME_US 5
5353
#define NUM_OF_CALLS 100
5454

targets/targets.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,14 +2310,14 @@
23102310
},
23112311
"MOTE_L152RC": {
23122312
"inherits": ["FAMILY_STM32"],
2313+
"supported_form_factors": ["ARDUINO"],
23132314
"core": "Cortex-M3",
2314-
"default_toolchain": "uARM",
2315+
"default_toolchain": "ARM",
2316+
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
23152317
"extra_labels_add": ["STM32L1", "STM32L152RC"],
2316-
"overrides": {"lse_available": 0},
23172318
"detect_code": ["4100"],
2318-
"device_has_add": ["ANALOGOUT"],
2319-
"default_lib": "small",
2320-
"release_versions": ["2"],
2319+
"device_has_add": ["ANALOGOUT", "SERIAL_ASYNCH", "FLASH"],
2320+
"release_versions": ["2", "5"],
23212321
"device_name": "STM32L152RC"
23222322
},
23232323
"DISCO_F401VC": {

0 commit comments

Comments
 (0)