Merge pull request #7534 from bentcooke/mote_L152_en_os5

enable MOTE_L152 for OS5
pull/7806/head
Martin Kojtal 2018-08-27 10:27:36 +02:00 committed by GitHub
commit ce28c91405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -48,7 +48,7 @@ extern "C" {
#define TICKER_100_TICKS 100
#define TICKER_500_TICKS 500
#define MAX_FUNC_EXEC_TIME_US 20
#define MAX_FUNC_EXEC_TIME_US 30
#define DELTA_FUNC_EXEC_TIME_US 5
#define NUM_OF_CALLS 100

View File

@ -2310,14 +2310,14 @@
},
"MOTE_L152RC": {
"inherits": ["FAMILY_STM32"],
"supported_form_factors": ["ARDUINO"],
"core": "Cortex-M3",
"default_toolchain": "uARM",
"default_toolchain": "ARM",
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
"extra_labels_add": ["STM32L1", "STM32L152RC"],
"overrides": {"lse_available": 0},
"detect_code": ["4100"],
"device_has_add": ["ANALOGOUT"],
"default_lib": "small",
"release_versions": ["2"],
"device_has_add": ["ANALOGOUT", "SERIAL_ASYNCH", "FLASH"],
"release_versions": ["2", "5"],
"device_name": "STM32L152RC"
},
"DISCO_F401VC": {