|
2042 | 2042 | "device_has_remove": ["QSPI"],
|
2043 | 2043 | "release_versions": ["2", "5"]
|
2044 | 2044 | },
|
2045 |
| - "LPC55S69": { |
2046 |
| - "public": false, |
2047 |
| - "inherits": ["Target"], |
2048 |
| - "default_toolchain": "ARMC6", |
2049 |
| - "supported_form_factors": ["ARDUINO"], |
2050 |
| - "macros": [ |
2051 |
| - "CPU_LPC55S69JBD100_cm33_core0" |
2052 |
| - ], |
2053 |
| - "extra_labels": [ |
2054 |
| - "NXP", |
2055 |
| - "MCUXpresso_MCUS", |
2056 |
| - "LPCXpresso", |
2057 |
| - "LPC" |
2058 |
| - ], |
2059 |
| - "detect_code": ["0236"], |
2060 |
| - "device_name": "LPC55S69JBD100", |
2061 |
| - "release_versions": ["5"], |
2062 |
| - "program_cycle_s": 10, |
2063 |
| - "sectors": [[0,512]] |
2064 |
| - }, |
2065 |
| - "LPC55S69_NS": { |
2066 |
| - "inherits": ["PSA_V8_M_NSPE", "LPC55S69"], |
2067 |
| - "core": "Cortex-M33FE-NS", |
2068 |
| - "supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"], |
2069 |
| - "macros_add": [ |
2070 |
| - "__STARTUP_CLEAR_BSS", |
2071 |
| - "MBED_FAULT_HANDLER_DISABLED", |
2072 |
| - "CMSIS_NVIC_VIRTUAL", |
2073 |
| - "MBED_MPU_CUSTOM", |
2074 |
| - "NXP_LPADC", |
2075 |
| - "MBED_TICKLESS" |
2076 |
| - ], |
2077 |
| - "components_add": ["FLASHIAP"], |
2078 |
| - "extra_labels_add": [ |
2079 |
| - "M33_NS", |
2080 |
| - "PSA", |
2081 |
| - "TFM" |
2082 |
| - ], |
2083 |
| - "device_has_add": [ |
2084 |
| - "USTICKER", |
2085 |
| - "RTC", |
2086 |
| - "ANALOGIN", |
2087 |
| - "I2C", |
2088 |
| - "I2CSLAVE", |
2089 |
| - "INTERRUPTIN", |
2090 |
| - "PORTIN", |
2091 |
| - "PORTINOUT", |
2092 |
| - "PORTOUT", |
2093 |
| - "SERIAL", |
2094 |
| - "SERIAL_FC", |
2095 |
| - "SLEEP", |
2096 |
| - "SPI", |
2097 |
| - "SPISLAVE", |
2098 |
| - "FLASH", |
2099 |
| - "STDIO_MESSAGES" |
2100 |
| - ], |
2101 |
| - "post_binary_hook": {"function": "LPC55S69Code.binary_hook"}, |
2102 |
| - "secure_image_filename": "tfm.bin", |
2103 |
| - "overrides": { |
2104 |
| - "non-secure-rom-start": "0x00030000", |
2105 |
| - "non-secure-rom-size": "0x68000", |
2106 |
| - "non-secure-ram-start": "0x20022000", |
2107 |
| - "non-secure-ram-size": "0x22000", |
2108 |
| - "secure-rom-start": "0x10000000", |
2109 |
| - "secure-rom-size": "0x28000", |
2110 |
| - "secure-ram-start": "0x30000000", |
2111 |
| - "secure-ram-size": "0x22000", |
2112 |
| - "tickless-from-us-ticker": true, |
2113 |
| - "init-us-ticker-at-boot": true |
2114 |
| - }, |
2115 |
| - "OUTPUT_EXT": "hex", |
2116 |
| - "bootloader_supported": true |
2117 |
| - }, |
2118 |
| - "LPC55S69_S": { |
2119 |
| - "inherits": ["PSA_V8_M_SPE", "LPC55S69"], |
2120 |
| - "core": "Cortex-M33FE", |
2121 |
| - "supported_toolchains": ["ARMC6"], |
2122 |
| - "macros_add": [ |
2123 |
| - "__STARTUP_CLEAR_BSS_MULTIPLE", |
2124 |
| - "__STARTUP_COPY_MULTIPLE", |
2125 |
| - "MBED_MPU_CUSTOM", |
2126 |
| - "DAUTH_CHIP_DEFAULT", |
2127 |
| - "MBEDTLS_PSA_CRYPTO_SPM" |
2128 |
| - ], |
2129 |
| - "components_add": ["FLASHIAP"], |
2130 |
| - "extra_labels_add": [ |
2131 |
| - "M33_S", |
2132 |
| - "PSA", |
2133 |
| - "TFM" |
2134 |
| - ], |
2135 |
| - "device_has_add": [ |
2136 |
| - "FLASH", |
2137 |
| - "TRNG" |
2138 |
| - ], |
2139 |
| - "deliver_to_target": "LPC55S69_NS", |
2140 |
| - "delivery_dir": "TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC55S69/TARGET_M33_NS/prebuilt", |
2141 |
| - "overrides": { |
2142 |
| - "non-secure-rom-start": "0x00030000", |
2143 |
| - "non-secure-rom-size": "0x68000", |
2144 |
| - "non-secure-ram-start": "0x20022000", |
2145 |
| - "non-secure-ram-size": "0x22000", |
2146 |
| - "secure-rom-start": "0x10000000", |
2147 |
| - "secure-rom-size": "0x28000", |
2148 |
| - "secure-ram-start": "0x30000000", |
2149 |
| - "secure-ram-size": "0x22000" |
2150 |
| - } |
2151 |
| - }, |
2152 | 2045 | "NUCLEO_F030R8": {
|
2153 | 2046 | "inherits": ["FAMILY_STM32"],
|
2154 | 2047 | "supported_form_factors": ["ARDUINO", "MORPHO"],
|
|
5767 | 5660 | "target.network-default-interface-type": "ETHERNET"
|
5768 | 5661 | }
|
5769 | 5662 | },
|
5770 |
| - "ARM_MUSCA_A1": { |
5771 |
| - "public": false, |
5772 |
| - "inherits": ["Target"], |
5773 |
| - "default_toolchain": "ARMC6", |
5774 |
| - "extra_labels": ["ARM_SSG", "MUSCA_A1"], |
5775 |
| - "forced_reset_timeout": 7, |
5776 |
| - "release_versions": ["5"] |
5777 |
| - }, |
5778 |
| - "ARM_MUSCA_A1_NS": { |
5779 |
| - "inherits": ["PSA_V8_M_NSPE", "ARM_MUSCA_A1"], |
5780 |
| - "core": "Cortex-M33-NS", |
5781 |
| - "supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"], |
5782 |
| - "device_has_add": ["INTERRUPTIN", "LPTICKER", "SERIAL", "SLEEP", "USTICKER"], |
5783 |
| - "macros": [ |
5784 |
| - "__STARTUP_CLEAR_BSS", |
5785 |
| - "MBED_FAULT_HANDLER_DISABLED", |
5786 |
| - "CMSIS_NVIC_VIRTUAL", |
5787 |
| - "LPTICKER_DELAY_TICKS=1", |
5788 |
| - "MBED_MPU_CUSTOM" |
5789 |
| - ], |
5790 |
| - "extra_labels_add": ["MUSCA_A1_NS", "PSA", "TFM"], |
5791 |
| - "post_binary_hook": {"function": "ArmMuscaA1Code.binary_hook"}, |
5792 |
| - "secure_image_filename": "tfm.bin", |
5793 |
| - "overrides": { |
5794 |
| - "non-secure-rom-start": "0x000a0400", |
5795 |
| - "non-secure-rom-size": "0x5f800", |
5796 |
| - "non-secure-ram-start": "0x20011000", |
5797 |
| - "non-secure-ram-size": "0xf000" |
5798 |
| - } |
5799 |
| - }, |
5800 |
| - "ARM_MUSCA_A1_S": { |
5801 |
| - "inherits": ["PSA_V8_M_SPE", "ARM_MUSCA_A1"], |
5802 |
| - "core": "Cortex-M33", |
5803 |
| - "supported_toolchains": ["ARMC6", "GCC_ARM"], |
5804 |
| - "device_has_add": ["FLASH"], |
5805 |
| - "macros": [ |
5806 |
| - "__STARTUP_CLEAR_BSS_MULTIPLE", |
5807 |
| - "__STARTUP_COPY_MULTIPLE", |
5808 |
| - "MBED_MPU_CUSTOM", |
5809 |
| - "DAUTH_CHIP_DEFAULT", |
5810 |
| - "MBEDTLS_PSA_CRYPTO_SPM", |
5811 |
| - "MBEDTLS_ENTROPY_NV_SEED" |
5812 |
| - ], |
5813 |
| - "components_add": ["FLASHIAP"], |
5814 |
| - "extra_labels_add": ["MUSCA_A1_S", "PSA", "TFM"], |
5815 |
| - "deliver_to_target": "ARM_MUSCA_A1_NS", |
5816 |
| - "delivery_dir": "TARGET_ARM_SSG/TARGET_MUSCA_A1/TARGET_MUSCA_A1_NS/prebuilt", |
5817 |
| - "overrides": { |
5818 |
| - "secure-rom-start": "0x10020400", |
5819 |
| - "secure-rom-size": "0x7f800", |
5820 |
| - "secure-ram-start": "0x30000000", |
5821 |
| - "secure-ram-size": "0x11000" |
5822 |
| - } |
5823 |
| - }, |
5824 | 5663 | "RZ_A1XX": {
|
5825 | 5664 | "inherits": ["Target"],
|
5826 | 5665 | "core": "Cortex-A9",
|
|
0 commit comments