mbed-os/targets/TARGET_STM
Paul Thompson 430784b084 Initial work was for unsigned-signed comparison fix. Current work fixes negative number issues
Compile: stm32f7xx_hal_pcd.c
../targets/TARGET_STM/TARGET_STM32F7/device/stm32f7xx_hal_pcd.c: In function 'PCD_WriteEmptyTxFifo':
../targets/TARGET_STM/TARGET_STM32F7/device/stm32f7xx_hal_pcd.c:1310:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (len > ep->maxpacket)
           ^
../targets/TARGET_STM/TARGET_STM32F7/device/stm32f7xx_hal_pcd.c:1325:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (len > ep->maxpacket)
             ^
2018-04-12 09:43:18 -07:00
..
TARGET_STM32F0 Merge pull request #5962 from bcostm/fix_usart_irq_index 2018-01-31 12:16:17 -06:00
TARGET_STM32F1 Merge pull request #5962 from bcostm/fix_usart_irq_index 2018-01-31 12:16:17 -06:00
TARGET_STM32F2 remove magic calibration value for HSI in ST's targets 2018-02-12 16:47:35 +00:00
TARGET_STM32F3 DISCO_F303VC : Align clock configuration with STM32 family 2018-02-08 14:25:46 +01:00
TARGET_STM32F4 Remove irrelevant comments 2018-03-29 16:52:03 +01:00
TARGET_STM32F7 Initial work was for unsigned-signed comparison fix. Current work fixes negative number issues 2018-04-12 09:43:18 -07:00
TARGET_STM32L0 remove magic calibration value for HSI in ST's targets 2018-02-12 16:47:35 +00:00
TARGET_STM32L1 Merge pull request #6544 from ithinuel/add_rak811_adc 2018-04-10 18:08:03 -05:00
TARGET_STM32L4 Correct armc6 detection logic 2018-04-05 15:13:52 -05:00
PeripheralPins.h
PinNamesTypes.h
PortNames.h
analogin_api.c
analogout_api.c
can_api.c
gpio_api.c
gpio_irq_api.c
gpio_object.h
hal_tick_16b.c add support for the RAK811 2018-03-23 10:19:49 +00:00
hal_tick_32b.c
i2c_api.c
lp_ticker.c
mbed_overrides.c STM32F7: move cache initialization 2018-01-30 14:01:50 +01:00
mbed_rtx.h Correct armc6 detection logic 2018-04-05 15:13:52 -05:00
nvic_addr.h
pinmap.c
port_api.c
pwmout_api.c
rtc_api.c Merge pull request #6370 from jeromecoutant/PR_LPT_RTC_OPTIM 2018-03-20 14:19:07 -05:00
rtc_api_hal.h
serial_api.c STM32L0: Enable stop mode operation for the LPUART 2018-02-06 15:42:39 +01:00
serial_api_hal.h
sleep.c Style fix 2018-04-06 17:03:53 +02:00
stm32_assert.h
stm_spi_api.c STM32 SPI ASYNC - Add FIFO flush before transfer 2018-02-05 11:06:51 +01:00
trng_api.c
us_ticker_16b.c
us_ticker_32b.c