work1

Dependencies:   mbed MAX44009 mbed-os Si7021

Revision:
0:d3e390d62607
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/custom_targets.json	Wed May 27 11:37:29 2020 +0000
@@ -0,0 +1,31 @@
+{
+    "AGR0": {
+        "inherits": ["FAMILY_STM32"],
+        "core": "Cortex-M0+",
+        "extra_labels_add": ["STM32L0", "STM32L0x2xZ", "STM32L082CZ", "STM32L082xx"],
+        "default_lib": "small",
+        "config": {
+            "clock_source": {
+                "help": "Mask value : USE_PLL_HSE_EXTC (need HW patch) | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
+                "value": "USE_PLL_HSI",
+                "macro_name": "CLOCK_SOURCE"
+            },
+            "lpticker_lptim": {
+                "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
+                "value": 0
+            }
+        },
+        "macros": [
+            "MBED_TICKLESS",
+            "EXTRA_IDLE_STACK_REQUIRED"
+        ],
+        "overrides": { "lpticker_delay_ticks": 0 },
+        "detect_code": ["0456"],
+        "device_has_add": ["LPTICKER", "RTC", "FLASH", "SERIAL_ASYNCH", "TRNG", "MPU" ],
+        "device_has_remove": [ "SPISLAVE", "SPI_ASYNCH", "PWMOUT", "I2CSLAVE", "I2C_ASYNCH" ],
+        "release_versions": ["5"],
+        "device_name": "STM32L072CZ",
+        "bootloader_supported": true
+    }
+}
+