|
729 | 729 | "public": false,
|
730 | 730 | "extra_labels": ["STM"],
|
731 | 731 | "supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
|
732 |
| - "macros": ["TRANSACTION_QUEUE_SIZE_SPI=2", "LPTICKER_DELAY_TICKS=3"], |
| 732 | + "macros": ["TRANSACTION_QUEUE_SIZE_SPI=2"], |
733 | 733 | "config": {
|
734 | 734 | "lse_available": {
|
735 | 735 | "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"],
|
|
1108 | 1123 | "lpticker_lptim": {
|
1109 | 1124 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1110 | 1125 | "value": 1
|
| 1126 | + }, |
| 1127 | + "lpticker_delay_ticks": { |
| 1128 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1129 | + "value": 3, |
| 1130 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1111 | 1131 | }
|
1112 | 1132 | },
|
1113 | 1133 | "detect_code": ["0744"],
|
|
1233 | 1253 | "lpticker_lptim": {
|
1234 | 1254 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1235 | 1255 | "value": 1
|
| 1256 | + }, |
| 1257 | + "lpticker_delay_ticks": { |
| 1258 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1259 | + "value": 3, |
| 1260 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1236 | 1261 | }
|
1237 | 1262 | },
|
1238 | 1263 | "detect_code": ["0743"],
|
|
1255 | 1280 | "lpticker_lptim": {
|
1256 | 1281 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1257 | 1282 | "value": 1
|
| 1283 | + }, |
| 1284 | + "lpticker_delay_ticks": { |
| 1285 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1286 | + "value": 3, |
| 1287 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1258 | 1288 | }
|
1259 | 1289 | },
|
1260 | 1290 | "detect_code": ["0743"],
|
|
1407 | 1437 | "lpticker_lptim": {
|
1408 | 1438 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1409 | 1439 | "value": 1
|
| 1440 | + }, |
| 1441 | + "lpticker_delay_ticks": { |
| 1442 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1443 | + "value": 3, |
| 1444 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1410 | 1445 | }
|
1411 | 1446 | },
|
1412 | 1447 | "macros_add": ["USBHOST_OTHER"],
|
1413 | 1448 | "supported_form_factors": ["ARDUINO"],
|
1414 | 1449 | "detect_code": ["0816"],
|
1415 |
| - "device_has_add": ["LPTICKER", "ANALOGOUT", "CAN", "CRC", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
1416 | 1450 | "features": ["LWIP"],
|
| 1451 | + "device_has_add": ["ANALOGOUT", "CAN", "CRC", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
1417 | 1452 | "release_versions": ["2", "5"],
|
1418 | 1453 | "device_name": "STM32F746ZG",
|
1419 | 1454 | "bootloader_supported": true,
|
|
1439 | 1474 | "lpticker_lptim": {
|
1440 | 1475 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1441 | 1476 | "value": 1
|
| 1477 | + }, |
| 1478 | + "lpticker_delay_ticks": { |
| 1479 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1480 | + "value": 3, |
| 1481 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1442 | 1482 | }
|
1443 | 1483 | },
|
1444 | 1484 | "macros_add": ["TRANSACTION_QUEUE_SIZE_SPI=2", "USBHOST_OTHER", "MBEDTLS_CONFIG_HW_SUPPORT"],
|
1445 | 1485 | "supported_form_factors": ["ARDUINO"],
|
1446 | 1486 | "detect_code": ["0819"],
|
1447 |
| - "device_has_add": ["LPTICKER", "ANALOGOUT", "CAN", "CRC", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
1448 | 1487 | "features": ["LWIP"],
|
| 1488 | + "device_has_add": ["ANALOGOUT", "CAN", "CRC", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
1449 | 1489 | "release_versions": ["2", "5"],
|
1450 | 1490 | "device_name": "STM32F756ZG",
|
1451 | 1491 | "overrides": {
|
|
1474 | 1514 | "lpticker_lptim": {
|
1475 | 1515 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1476 | 1516 | "value": 1
|
| 1517 | + }, |
| 1518 | + "lpticker_delay_ticks": { |
| 1519 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1520 | + "value": 3, |
| 1521 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1477 | 1522 | }
|
1478 | 1523 | },
|
1479 | 1524 | "supported_form_factors": ["ARDUINO"],
|
1480 | 1525 | "macros_add": ["USBHOST_OTHER"],
|
1481 | 1526 | "detect_code": ["0818"],
|
1482 |
| - "device_has_add": ["LPTICKER", "ANALOGOUT", "CAN", "CRC", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
1483 | 1527 | "features": ["LWIP"],
|
| 1528 | + "device_has_add": ["ANALOGOUT", "CAN", "CRC", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
1484 | 1529 | "release_versions": ["2", "5"],
|
1485 | 1530 | "device_name": "STM32F767ZI",
|
1486 | 1531 | "bootloader_supported": true,
|
|
1504 | 1549 | "lpticker_lptim": {
|
1505 | 1550 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1506 | 1551 | "value": 1
|
| 1552 | + }, |
| 1553 | + "lpticker_delay_ticks": { |
| 1554 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1555 | + "value": 3, |
| 1556 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1507 | 1557 | }
|
1508 | 1558 | },
|
1509 | 1559 | "detect_code": ["0780"],
|
|
1527 | 1577 | "lpticker_lptim": {
|
1528 | 1578 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1529 | 1579 | "value": 1
|
| 1580 | + }, |
| 1581 | + "lpticker_delay_ticks": { |
| 1582 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1583 | + "value": 3, |
| 1584 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1530 | 1585 | }
|
1531 | 1586 | },
|
1532 | 1587 | "detect_code": ["0790"],
|
|
1549 | 1604 | "lpticker_lptim": {
|
1550 | 1605 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1551 | 1606 | "value": 1
|
| 1607 | + }, |
| 1608 | + "lpticker_delay_ticks": { |
| 1609 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1610 | + "value": 3, |
| 1611 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1552 | 1612 | }
|
1553 | 1613 | },
|
1554 | 1614 | "detect_code": ["0715"],
|
|
1571 | 1631 | "lpticker_lptim": {
|
1572 | 1632 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1573 | 1633 | "value": 1
|
| 1634 | + }, |
| 1635 | + "lpticker_delay_ticks": { |
| 1636 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1637 | + "value": 3, |
| 1638 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1574 | 1639 | }
|
1575 | 1640 | },
|
1576 | 1641 | "detect_code": ["0760"],
|
|
1588 | 1653 | "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
|
1589 | 1654 | "value": "USE_PLL_HSE_EXTC|USE_PLL_HSI",
|
1590 | 1655 | "macro_name": "CLOCK_SOURCE"
|
| 1656 | + }, |
| 1657 | + "lpticker_delay_ticks": { |
| 1658 | + "help": "For targets with low frequency system clock, set lpticker_delay_ticks value to 1", |
| 1659 | + "value": 1, |
| 1660 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1591 | 1661 | }
|
1592 | 1662 | },
|
1593 | 1663 | "detect_code": ["0710"],
|
|
1609 | 1679 | "lpticker_lptim": {
|
1610 | 1680 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1611 | 1681 | "value": 1
|
| 1682 | + }, |
| 1683 | + "lpticker_delay_ticks": { |
| 1684 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1685 | + "value": 3, |
| 1686 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1612 | 1687 | }
|
1613 | 1688 | },
|
1614 | 1689 | "detect_code": ["0770"],
|
|
1631 | 1706 | "lpticker_lptim": {
|
1632 | 1707 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1633 | 1708 | "value": 1
|
| 1709 | + }, |
| 1710 | + "lpticker_delay_ticks": { |
| 1711 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1712 | + "value": 3, |
| 1713 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1634 | 1714 | }
|
1635 | 1715 | },
|
1636 | 1716 | "detect_code": ["0779"],
|
|
1674 | 1754 | "lpticker_lptim": {
|
1675 | 1755 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1676 | 1756 | "value": 1
|
| 1757 | + }, |
| 1758 | + "lpticker_delay_ticks": { |
| 1759 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1760 | + "value": 3, |
| 1761 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1677 | 1762 | }
|
1678 | 1763 | },
|
1679 | 1764 | "detect_code": ["0765"],
|
|
1715 | 1800 | "lpticker_lptim": {
|
1716 | 1801 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1717 | 1802 | "value": 1
|
| 1803 | + }, |
| 1804 | + "lpticker_delay_ticks": { |
| 1805 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 1806 | + "value": 3, |
| 1807 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1718 | 1808 | }
|
1719 | 1809 | },
|
1720 | 1810 | "detect_code": ["0827"],
|
|
1923 | 2013 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1924 | 2014 | "value": 1
|
1925 | 2015 |
|
| 2016 | + }, |
| 2017 | + "lpticker_delay_ticks": { |
| 2018 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 2019 | + "value": 3, |
| 2020 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1926 | 2021 | }
|
1927 | 2022 | },
|
1928 | 2023 | "overrides": {"lse_available": 0},
|
|
1945 | 2040 | "lpticker_lptim": {
|
1946 | 2041 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1947 | 2042 | "value": 1
|
| 2043 | + }, |
| 2044 | + "lpticker_delay_ticks": { |
| 2045 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 2046 | + "value": 3, |
| 2047 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1948 | 2048 | }
|
1949 | 2049 | },
|
1950 | 2050 | "detect_code": ["0833"],
|
|
1980 | 2080 | "lpticker_lptim": {
|
1981 | 2081 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
1982 | 2082 | "value": 1
|
| 2083 | + }, |
| 2084 | + "lpticker_delay_ticks": { |
| 2085 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 2086 | + "value": 3, |
| 2087 | + "macro_name": "LPTICKER_DELAY_TICKS" |
1983 | 2088 | }
|
1984 | 2089 | },
|
1985 | 2090 | "detect_code": ["0815"],
|
1986 | 2091 | "macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
|
1987 |
| - "device_has_add": ["LPTICKER", "ANALOGOUT", "CAN", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
1988 | 2092 | "features": ["LWIP"],
|
| 2093 | + "device_has_add": ["ANALOGOUT", "CAN", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
1989 | 2094 | "release_versions": ["2", "5"],
|
1990 | 2095 | "device_name": "STM32F746NG",
|
1991 | 2096 | "overrides": {
|
|
2010 | 2115 | "lpticker_lptim": {
|
2011 | 2116 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
2012 | 2117 | "value": 1
|
| 2118 | + }, |
| 2119 | + "lpticker_delay_ticks": { |
| 2120 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 2121 | + "value": 3, |
| 2122 | + "macro_name": "LPTICKER_DELAY_TICKS" |
2013 | 2123 | }
|
2014 | 2124 | },
|
2015 | 2125 | "detect_code": ["0817"],
|
2016 | 2126 | "macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
|
2017 |
| - "device_has_add": ["LPTICKER", "ANALOGOUT", "CAN", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
2018 | 2127 | "features": ["LWIP"],
|
| 2128 | + "device_has_add": ["ANALOGOUT", "CAN", "EMAC", "SERIAL_ASYNCH", "TRNG", "FLASH"], |
2019 | 2129 | "release_versions": ["2", "5"],
|
2020 | 2130 | "device_name": "STM32F769NI",
|
2021 | 2131 | "overrides": {
|
|
2035 | 2145 | "lpticker_lptim": {
|
2036 | 2146 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
2037 | 2147 | "value": 1
|
| 2148 | + }, |
| 2149 | + "lpticker_delay_ticks": { |
| 2150 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 2151 | + "value": 3, |
| 2152 | + "macro_name": "LPTICKER_DELAY_TICKS" |
2038 | 2153 | }
|
2039 | 2154 | },
|
2040 | 2155 | "supported_form_factors": ["ARDUINO"],
|
|
2058 | 2173 | "lpticker_lptim": {
|
2059 | 2174 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
2060 | 2175 | "value": 1
|
| 2176 | + }, |
| 2177 | + "lpticker_delay_ticks": { |
| 2178 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 2179 | + "value": 3, |
| 2180 | + "macro_name": "LPTICKER_DELAY_TICKS" |
2061 | 2181 | }
|
2062 | 2182 | },
|
2063 | 2183 | "detect_code": ["0820"],
|
|
4136 | 4256 | "lpticker_lptim": {
|
4137 | 4257 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
4138 | 4258 | "value": 1
|
| 4259 | + }, |
| 4260 | + "lpticker_delay_ticks": { |
| 4261 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 4262 | + "value": 3, |
| 4263 | + "macro_name": "LPTICKER_DELAY_TICKS" |
4139 | 4264 | }
|
4140 | 4265 | },
|
4141 | 4266 | "detect_code": ["0822"],
|
|
4157 | 4282 | "lpticker_lptim": {
|
4158 | 4283 | "help": "This target supports LPTIM. Set value 1 to use LPTIM for LPTICKER, or 0 to use RTC wakeup timer",
|
4159 | 4284 | "value": 1
|
| 4285 | + }, |
| 4286 | + "lpticker_delay_ticks": { |
| 4287 | + "help": "In case of lpticker_lptim=1, set lpticker_delay_ticks=3", |
| 4288 | + "value": 3, |
| 4289 | + "macro_name": "LPTICKER_DELAY_TICKS" |
4160 | 4290 | }
|
4161 | 4291 | },
|
4162 | 4292 | "detect_code": ["0823"],
|
|
0 commit comments