Commit Graph

6092 Commits (mbed-os-5.15.0-rc3)

Author SHA1 Message Date
adbridge 530451939c "Update secure binaries for ARM_MUSCA_A1_S (ARMC6)" 2019-12-11 10:59:38 +00:00
adbridge ebd27f08c3 "Update secure binaries for LPC55S69_S (ARMC6)" 2019-12-11 10:52:56 +00:00
Martin Kojtal d8d399c508 TARGET_STM32F74: fix IAR SIZE check in linker scripts 2019-12-11 10:45:56 +00:00
Martin Kojtal 6ad8c9caec STM32F756xG: fix IAR RAM size check 2019-12-11 10:45:56 +00:00
Martin Kojtal cc07a6d7dc UNO_91H: remove sectors, bootloader was disabled
This should be reverted once bootloader is supported.
2019-12-11 10:45:56 +00:00
Martin Kojtal dc34196ad7 CY8CKIT_062_BLE: disable bootloader support
device_name is missing
2019-12-11 10:45:56 +00:00
Martin Kojtal a19cd51ce6 CY8CKIT_062_WIFI_BT: disable bootloader support
device_name is missing
2019-12-11 10:45:56 +00:00
Martin Kojtal 5811228b29 CY8CPROTO_062_4343W: disable bootloader support
device_name is missing
2019-12-11 10:45:56 +00:00
Martin Kojtal 052090b9ae CY8CPROTO_063_BLE: disable bootloader support
device_name is missing
2019-12-11 10:45:56 +00:00
Martin Kojtal 4eb95c47a5 CYW9P62S1_43438EVB_01: disable bootloader support
device_name missing
2019-12-11 10:45:56 +00:00
Martin Kojtal 83b5f72553 DISCO_L4R9I: disable bootloader
device_name is missing
2019-12-11 10:45:56 +00:00
Martin Kojtal e5b75abe84 GR_LYCHEE: disable bootloader support
An error to be fixed:
tools.config.ConfigException: Missing a memory that is read, write in CMSIS Pack data
2019-12-11 10:45:56 +00:00
Martin Kojtal 00d1621883 NUCLEO_WB55RG: disable bootloader support
device_name is missing
2019-12-11 10:45:56 +00:00
Martin Kojtal 75036dc84b RZ_A1H: bootloader support disable
Until the error is fixed:
    "start not found in targets.json.".format(active_memory)
2019-12-11 10:45:56 +00:00
Martin Kojtal 5a4ec26d20 TB_SENSE_1: fix bootloader, not supported, ROM regions here 2019-12-11 10:45:56 +00:00
Martin Kojtal 599359ba02 UNO_91: disable bootloader support as device name missing
The config failes with an exception that was previously ignored.
2019-12-11 10:45:56 +00:00
Chun-Chieh Li 18c39983f7 NANO130: Decrease heap to 2.75KiB to spare SRAM for static allocation
This adjustment is to pass compile on IAR on which heap configuration is hard-coded and cannot be adjusted according to staic SRAM usage.
2019-12-11 10:45:56 +00:00
Chun-Chieh Li 829efa291c NANO130: Fix OOM with packing algorithm at IAR linking
At IAR linking, the default method of 'initialize by copy' is 'auto', which will estimate
different packing algorithms, including complex 'lz77', for smallest memory footprint. But
the algorithm itself can consume some SRAM and cause OOM at linking time for NANO130, which
just has 16KiB SRAM. To avoid this error, always choose 'none' packing algorithm.
2019-12-11 10:45:56 +00:00
midd cd9706df54 Remove extra resource file left over from the renaming from TARGET_WHD to COMPONENT_WHD 2019-12-11 10:45:56 +00:00
midd f98deef276 Update WiFi Host Driver to 1.7.0 - Fixes issues with stopping AP in APSTA mode 2019-12-11 10:45:56 +00:00
hamza-ubx 21bb09262b Fixed Alignment 2019-12-11 10:45:56 +00:00
Hamza Rizwan aec9ed2be5 Fixes for Network WiFi Test Crashes 2019-12-11 10:45:56 +00:00
Qinghao Shi dafa66b2a3 FIX: fix a bug introduced by static pinmap 2019-12-11 10:45:56 +00:00
adbridge b14f495aa2 "Update secure binaries for ARM_MUSCA_A1_S (ARMC6)" 2019-12-02 16:02:34 +00:00
adbridge 0a2e197067 "Update secure binaries for LPC55S69_S (ARMC6)" 2019-12-02 15:55:19 +00:00
Martin Kojtal f2d211b7c2
Merge pull request #11978 from hugueskamba/hk-fix-lpc55s69_ns-baremetal-compilation
LPC55S69_NS: Fix baremetal compilation error
2019-11-29 13:05:13 +01:00
Martin Kojtal 7177d8fefe
Merge pull request #11950 from ABOSTM/DISCO_H747I_TICKLESS
DISCO_H747I: add support of MBED_TICKLESS
2019-11-29 09:48:09 +01:00
Martin Kojtal a656f51d07
Merge pull request #11963 from jeromecoutant/PR_USB_L4
STM32 USB : Add __HAL_RCC_PWR_CLK_ENABLE
2019-11-29 09:45:44 +01:00
Martin Kojtal b4a885d8b8
Merge pull request #11966 from hugueskamba/hk-remove-json-duplicate-keys
Fix targets.json syntax errors
2019-11-29 09:45:31 +01:00
Hugues Kamba 20f41a0540 LPC55S69_NS: Fix baremetal compilation error
As the `psa` library is not included in the baremetal profile, perform
a TFM system reset only if the `psa` library is included in
the build otherwise perform a normal CMSIS system reset.
2019-11-28 14:53:31 +00:00
Przemyslaw Stekiel 2e793842d8 STM QSPI driver: return init status, fix pin function setting 2019-11-28 12:41:40 +01:00
Hugues Kamba 444c0893e4 Fix targets.json syntax errors
Remove duplicated keys.
2019-11-28 08:30:58 +00:00
Przemyslaw Stekiel b2dad08387 Change explicit pinmap to static pinmap 2019-11-28 08:32:12 +01:00
Przemyslaw Stekiel e3a34a57e1 Move GPIO_AF_NONE from PeripheralPins.h to PinNamesTypes.h 2019-11-28 08:32:10 +01:00
Przemyslaw Stekiel b35579ba39 NUCLEO_F429ZI add CAN pinmaps 2019-11-28 08:32:07 +01:00
Przemyslaw Stekiel 6489bb7c99 STM: Add support for internal ADC pins 2019-11-28 08:32:06 +01:00
Przemyslaw Stekiel 0e0952fadc NRF52840_DK: Add explicit pinmap support 2019-11-28 08:32:06 +01:00
Przemyslaw Stekiel 42b2eeede9 NUCLEO_F303RE: Add explicit pinmap support 2019-11-28 08:32:06 +01:00
Przemyslaw Stekiel a83756504f LPC55S69_NS: Add explicit pinmap support 2019-11-28 08:32:05 +01:00
Przemyslaw Stekiel a2320f2e5c NUCLEO_L073RZ: Add explicit pinmap support 2019-11-28 08:32:05 +01:00
Przemyslaw Stekiel 2855e801cb NUCLEO_F411RE: Add explicit pinmap support 2019-11-28 08:32:05 +01:00
Przemyslaw Stekiel dc26390d08 DISCO_L475VG_IOT01A: Add explicit pinmap support 2019-11-28 08:32:04 +01:00
Przemyslaw Stekiel 31f99416ae STM QSPI driver: Add explicit pinmap support 2019-11-28 08:32:04 +01:00
Przemyslaw Stekiel c8a80bbcd3 STM CAN driver: Add explicit pinmap support 2019-11-28 08:32:04 +01:00
Przemyslaw Stekiel ba12228556 Explicit pinmap: Fix build failures reported by CI 2019-11-28 08:32:03 +01:00
Przemyslaw Stekiel d75cc97d80 Explicit pinmap - fix style 2019-11-28 08:32:02 +01:00
Przemyslaw Stekiel 17c1b9a860 Fix spelling error 2019-11-28 08:32:02 +01:00
Przemyslaw Stekiel 7b0ceb0140 NUCLEO_F429ZI: Add constexpr pinmap tables 2019-11-28 08:32:01 +01:00
Przemyslaw Stekiel 211356f307 K64F: Add constexpr pinmap tables 2019-11-28 08:32:01 +01:00
Przemyslaw Stekiel 3d719f7e35 K64F, NUCLEO_F429ZI: Use explicit pinmap for console 2019-11-28 08:32:00 +01:00