mbed-os/targets
Laurent MEUNIER e20d35df27 STM32F4: Flash: fix 2MB GetSector computation
The computation of the sector number in GetSector for 2MB flash sizes
consists in adding an extra constant for 2MB dual bank (12 as in
ADDR_FLASH_SECTOR_12), then going through the same address check as if it
was an address of the first sector.

That means that we need to modify tmp and address as if it was a first bank
address, which we're doing here by sub_stracting 0x100000 delta.
2017-11-17 14:55:45 +00:00
..
TARGET_ARM_SSG Enable Compiling with ARMC6 across all targets 2017-09-11 13:20:32 -05:00
TARGET_Atmel Enable Compiling with ARMC6 across all targets 2017-09-11 13:20:32 -05:00
TARGET_Freescale MCUXpresso: Fix LPTimer issue when using multiple timeout objects 2017-11-03 12:59:04 +00:00
TARGET_Maxim Enable Compiling with ARMC6 across all targets 2017-09-11 13:20:32 -05:00
TARGET_NORDIC fix bug: I2C timeout due the clos strething by slave on nRFx SoC 2017-10-20 16:18:28 +01:00
TARGET_NUVOTON Remove dead power-down code with mbed OS 3 2017-10-20 16:18:27 +01:00
TARGET_NXP Replace PACKED attribute on lpc4088 ethernet structs with MBED_PACKED. Placement of packed attribute was causing warnings due to following typedef 2017-11-03 12:59:06 +00:00
TARGET_ONSEMI Checking in the fixes related to I2C issues. 2017-11-17 14:55:45 +00:00
TARGET_RENESAS CAN Extended mode fix 2017-10-06 14:12:45 +01:00
TARGET_Realtek rtl8195am - fix us_ticker collision and race 2017-11-03 12:59:04 +00:00
TARGET_STM STM32F4: Flash: fix 2MB GetSector computation 2017-11-17 14:55:45 +00:00
TARGET_Silicon_Labs Fix analogin scaling for EFM32 target 2017-10-20 16:18:28 +01:00
TARGET_TOSHIBA Enable Compiling with ARMC6 across all targets 2017-09-11 13:20:32 -05:00
TARGET_WIZNET Enable Compiling with ARMC6 across all targets 2017-09-11 13:20:32 -05:00
TARGET_ublox Enable Compiling with ARMC6 across all targets 2017-09-11 13:20:32 -05:00
targets.json NUCLEO_L496ZG JSON Clock Configuration 2017-11-03 13:02:54 +00:00