|
730 | 730 | "public": false,
|
731 | 731 | "extra_labels": ["STM"],
|
732 | 732 | "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
|
733 |
| - "macros": ["TRANSACTION_QUEUE_SIZE_SPI=2", "LPTICKER_DELAY_TICKS=3"], |
| 733 | + "macros": ["TRANSACTION_QUEUE_SIZE_SPI=2"], |
734 | 734 | "config": {
|
735 | 735 | "lse_available": {
|
736 | 736 | "help": "Define if a Low Speed External xtal (LSE) is available on the board (0 = No, 1 = Yes). If Yes, the LSE will be used to clock the RTC, LPUART, ... otherwise the Low Speed Internal clock (LSI) will be used",
|
|
874 | 874 | "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
|
875 | 875 | "value": "USE_PLL_HSE_EXTC|USE_PLL_HSI",
|
876 | 876 | "macro_name": "CLOCK_SOURCE"
|
| 877 | + }, |
| 878 | + "lpticker_delay_ticks": { |
| 879 | + "help": "For targets with low frequency system clock, set lpticker_delay_ticks value to 1", |
| 880 | + "value": 1, |
| 881 | + "macro_name": "LPTICKER_DELAY_TICKS" |
877 | 882 | }
|
878 | 883 | },
|
879 | 884 | "detect_code": ["0755"],
|
|
892 | 897 | "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
|
893 | 898 | "value": "USE_PLL_HSE_EXTC|USE_PLL_HSI",
|
894 | 899 | "macro_name": "CLOCK_SOURCE"
|
| 900 | + }, |
| 901 | + "lpticker_delay_ticks": { |
| 902 | + "help": "For targets with low frequency system clock, set lpticker_delay_ticks value to 1", |
| 903 | + "value": 1, |
| 904 | + "macro_name": "LPTICKER_DELAY_TICKS" |
895 | 905 | }
|
896 | 906 | },
|
897 | 907 | "detect_code": ["0730"],
|
|
910 | 920 | "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
|
911 | 921 | "value": "USE_PLL_HSE_EXTC|USE_PLL_HSI",
|
912 | 922 | "macro_name": "CLOCK_SOURCE"
|
| 923 | + }, |
| 924 | + "lpticker_delay_ticks": { |
| 925 | + "help": "For targets with low frequency system clock, set lpticker_delay_ticks value to 1", |
| 926 | + "value": 1, |
| 927 | + "macro_name": "LPTICKER_DELAY_TICKS" |
913 | 928 | }
|
914 | 929 | },
|
915 | 930 | "detect_code": ["0750"],
|
|
1107 | 1122 | "lpticker_lptim": {
|
1108 | 1123 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1109 | 1124 | "value": 1
|
| 1125 | + }, |
| 1126 | + "lpticker_delay_ticks": { |
| 1127 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1128 | + "value": 3, |
| 1129 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1110 | 1130 | }
|
1111 | 1131 | },
|
1112 | 1132 | "detect_code": ["0744"],
|
|
1231 | 1251 | "lpticker_lptim": {
|
1232 | 1252 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1233 | 1253 | "value": 1
|
| 1254 | + }, |
| 1255 | + "lpticker_delay_ticks": { |
| 1256 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1257 | + "value": 3, |
| 1258 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1234 | 1259 | }
|
1235 | 1260 | },
|
1236 | 1261 | "detect_code": ["0743"],
|
|
1253 | 1278 | "lpticker_lptim": {
|
1254 | 1279 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1255 | 1280 | "value": 1
|
| 1281 | + }, |
| 1282 | + "lpticker_delay_ticks": { |
| 1283 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1284 | + "value": 3, |
| 1285 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1256 | 1286 | }
|
1257 | 1287 | },
|
1258 | 1288 | "detect_code": ["0743"],
|
|
1403 | 1433 | "lpticker_lptim": {
|
1404 | 1434 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1405 | 1435 | "value": 1
|
| 1436 | + }, |
| 1437 | + "lpticker_delay_ticks": { |
| 1438 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1439 | + "value": 3, |
| 1440 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1406 | 1441 | }
|
1407 | 1442 | },
|
1408 | 1443 | "macros_add": ["USBHOST_OTHER"],
|
1409 | 1444 | "supported_form_factors": ["ARDUINO"],
|
1410 | 1445 | "detect_code": ["0816"],
|
1411 |
| - "device_has_add": ["LPTICKER", "ANALOGOUT", "CAN", "CRC", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
| 1446 | + "device_has_add": ["ANALOGOUT", "CAN", "CRC", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
1412 | 1447 | "release_versions": ["2", "5"],
|
1413 | 1448 | "device_name": "STM32F746ZG",
|
1414 | 1449 | "bootloader_supported": true,
|
|
1434 | 1469 | "lpticker_lptim": {
|
1435 | 1470 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1436 | 1471 | "value": 1
|
| 1472 | + }, |
| 1473 | + "lpticker_delay_ticks": { |
| 1474 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1475 | + "value": 3, |
| 1476 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1437 | 1477 | }
|
1438 | 1478 | },
|
1439 | 1479 | "macros_add": ["TRANSACTION_QUEUE_SIZE_SPI=2", "USBHOST_OTHER", "MBEDTLS_CONFIG_HW_SUPPORT"],
|
1440 | 1480 | "supported_form_factors": ["ARDUINO"],
|
1441 | 1481 | "detect_code": ["0819"],
|
1442 |
| - "device_has_add": ["LPTICKER", "ANALOGOUT", "CAN", "CRC", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
| 1482 | + "device_has_add": ["ANALOGOUT", "CAN", "CRC", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
1443 | 1483 | "release_versions": ["2", "5"],
|
1444 | 1484 | "device_name": "STM32F756ZG",
|
1445 | 1485 | "overrides": {
|
|
1468 | 1508 | "lpticker_lptim": {
|
1469 | 1509 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1470 | 1510 | "value": 1
|
| 1511 | + }, |
| 1512 | + "lpticker_delay_ticks": { |
| 1513 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1514 | + "value": 3, |
| 1515 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1471 | 1516 | }
|
1472 | 1517 | },
|
1473 | 1518 | "supported_form_factors": ["ARDUINO"],
|
1474 | 1519 | "macros_add": ["USBHOST_OTHER"],
|
1475 | 1520 | "detect_code": ["0818"],
|
1476 |
| - "device_has_add": ["LPTICKER", "ANALOGOUT", "CAN", "CRC", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
| 1521 | + "device_has_add": ["ANALOGOUT", "CAN", "CRC", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
1477 | 1522 | "release_versions": ["2", "5"],
|
1478 | 1523 | "device_name": "STM32F767ZI",
|
1479 | 1524 | "bootloader_supported": true,
|
|
1497 | 1542 | "lpticker_lptim": {
|
1498 | 1543 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1499 | 1544 | "value": 1
|
| 1545 | + }, |
| 1546 | + "lpticker_delay_ticks": { |
| 1547 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1548 | + "value": 3, |
| 1549 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1500 | 1550 | }
|
1501 | 1551 | },
|
1502 | 1552 | "detect_code": ["0780"],
|
|
1520 | 1570 | "lpticker_lptim": {
|
1521 | 1571 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1522 | 1572 | "value": 1
|
| 1573 | + }, |
| 1574 | + "lpticker_delay_ticks": { |
| 1575 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1576 | + "value": 3, |
| 1577 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1523 | 1578 | }
|
1524 | 1579 | },
|
1525 | 1580 | "detect_code": ["0790"],
|
|
1542 | 1597 | "lpticker_lptim": {
|
1543 | 1598 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1544 | 1599 | "value": 1
|
| 1600 | + }, |
| 1601 | + "lpticker_delay_ticks": { |
| 1602 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1603 | + "value": 3, |
| 1604 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1545 | 1605 | }
|
1546 | 1606 | },
|
1547 | 1607 | "detect_code": ["0715"],
|
|
1564 | 1624 | "lpticker_lptim": {
|
1565 | 1625 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1566 | 1626 | "value": 1
|
| 1627 | + }, |
| 1628 | + "lpticker_delay_ticks": { |
| 1629 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1630 | + "value": 3, |
| 1631 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1567 | 1632 | }
|
1568 | 1633 | },
|
1569 | 1634 | "detect_code": ["0760"],
|
|
1581 | 1646 | "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
|
1582 | 1647 | "value": "USE_PLL_HSE_EXTC|USE_PLL_HSI",
|
1583 | 1648 | "macro_name": "CLOCK_SOURCE"
|
| 1649 | + }, |
| 1650 | + "lpticker_delay_ticks": { |
| 1651 | + "help": "For targets with low frequency system clock, set lpticker_delay_ticks value to 1", |
| 1652 | + "value": 1, |
| 1653 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1584 | 1654 | }
|
1585 | 1655 | },
|
1586 | 1656 | "detect_code": ["0710"],
|
|
1602 | 1672 | "lpticker_lptim": {
|
1603 | 1673 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1604 | 1674 | "value": 1
|
| 1675 | + }, |
| 1676 | + "lpticker_delay_ticks": { |
| 1677 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1678 | + "value": 3, |
| 1679 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1605 | 1680 | }
|
1606 | 1681 | },
|
1607 | 1682 | "detect_code": ["0770"],
|
|
1624 | 1699 | "lpticker_lptim": {
|
1625 | 1700 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1626 | 1701 | "value": 1
|
| 1702 | + }, |
| 1703 | + "lpticker_delay_ticks": { |
| 1704 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1705 | + "value": 3, |
| 1706 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1627 | 1707 | }
|
1628 | 1708 | },
|
1629 | 1709 | "detect_code": ["0779"],
|
|
1667 | 1747 | "lpticker_lptim": {
|
1668 | 1748 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1669 | 1749 | "value": 1
|
| 1750 | + }, |
| 1751 | + "lpticker_delay_ticks": { |
| 1752 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1753 | + "value": 3, |
| 1754 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1670 | 1755 | }
|
1671 | 1756 | },
|
1672 | 1757 | "detect_code": ["0765"],
|
|
1708 | 1793 | "lpticker_lptim": {
|
1709 | 1794 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1710 | 1795 | "value": 1
|
| 1796 | + }, |
| 1797 | + "lpticker_delay_ticks": { |
| 1798 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1799 | + "value": 3, |
| 1800 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1711 | 1801 | }
|
1712 | 1802 | },
|
1713 | 1803 | "detect_code": ["0827"],
|
|
1915 | 2005 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1916 | 2006 | "value": 1
|
1917 | 2007 |
|
| 2008 | + }, |
| 2009 | + "lpticker_delay_ticks": { |
| 2010 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 2011 | + "value": 3, |
| 2012 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1918 | 2013 | }
|
1919 | 2014 | },
|
1920 | 2015 | "overrides": {"lse_available": 0},
|
|
1937 | 2032 | "lpticker_lptim": {
|
1938 | 2033 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1939 | 2034 | "value": 1
|
| 2035 | + }, |
| 2036 | + "lpticker_delay_ticks": { |
| 2037 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 2038 | + "value": 3, |
| 2039 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1940 | 2040 | }
|
1941 | 2041 | },
|
1942 | 2042 | "detect_code": ["0833"],
|
|
1972 | 2072 | "lpticker_lptim": {
|
1973 | 2073 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1974 | 2074 | "value": 1
|
| 2075 | + }, |
| 2076 | + "lpticker_delay_ticks": { |
| 2077 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 2078 | + "value": 3, |
| 2079 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1975 | 2080 | }
|
1976 | 2081 | },
|
1977 | 2082 | "detect_code": ["0815"],
|
1978 | 2083 | "macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
|
1979 |
| - "device_has_add": ["LPTICKER", "ANALOGOUT", "CAN", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
| 2084 | + "device_has_add": ["ANALOGOUT", "CAN", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
1980 | 2085 | "release_versions": ["2", "5"],
|
1981 | 2086 | "device_name": "STM32F746NG",
|
1982 | 2087 | "overrides": {
|
|
2001 | 2106 | "lpticker_lptim": {
|
2002 | 2107 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
2003 | 2108 | "value": 1
|
| 2109 | + }, |
| 2110 | + "lpticker_delay_ticks": { |
| 2111 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 2112 | + "value": 3, |
| 2113 | + "macro_name": "LPTICKER_DELAY_TICKS" |
2004 | 2114 | }
|
2005 | 2115 | },
|
2006 | 2116 | "detect_code": ["0817"],
|
2007 | 2117 | "macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
|
2008 |
| - "device_has_add": ["LPTICKER", "ANALOGOUT", "CAN", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
| 2118 | + "device_has_add": ["ANALOGOUT", "CAN", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
2009 | 2119 | "release_versions": ["2", "5"],
|
2010 | 2120 | "device_name": "STM32F769NI",
|
2011 | 2121 | "overrides": {
|
|
2025 | 2135 | "lpticker_lptim": {
|
2026 | 2136 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
2027 | 2137 | "value": 1
|
| 2138 | + }, |
| 2139 | + "lpticker_delay_ticks": { |
| 2140 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 2141 | + "value": 3, |
| 2142 | + "macro_name": "LPTICKER_DELAY_TICKS" |
2028 | 2143 | }
|
2029 | 2144 | },
|
2030 | 2145 | "supported_form_factors": ["ARDUINO"],
|
|
2048 | 2163 | "lpticker_lptim": {
|
2049 | 2164 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
2050 | 2165 | "value": 1
|
| 2166 | + }, |
| 2167 | + "lpticker_delay_ticks": { |
| 2168 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 2169 | + "value": 3, |
| 2170 | + "macro_name": "LPTICKER_DELAY_TICKS" |
2051 | 2171 | }
|
2052 | 2172 | },
|
2053 | 2173 | "detect_code": ["0820"],
|
|
4135 | 4255 | "lpticker_lptim": {
|
4136 | 4256 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
4137 | 4257 | "value": 1
|
| 4258 | + }, |
| 4259 | + "lpticker_delay_ticks": { |
| 4260 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 4261 | + "value": 3, |
| 4262 | + "macro_name": "LPTICKER_DELAY_TICKS" |
4138 | 4263 | }
|
4139 | 4264 | },
|
4140 | 4265 | "detect_code": ["0822"],
|
|
4156 | 4281 | "lpticker_lptim": {
|
4157 | 4282 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
4158 | 4283 | "value": 1
|
| 4284 | + }, |
| 4285 | + "lpticker_delay_ticks": { |
| 4286 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 4287 | + "value": 3, |
| 4288 | + "macro_name": "LPTICKER_DELAY_TICKS" |
4159 | 4289 | }
|
4160 | 4290 | },
|
4161 | 4291 | "detect_code": ["0823"],
|
|
0 commit comments