mbed-os/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC82X
Toyomasa Watarai e753aa2d9e [NXP's HAL] Fix PwmOut period using SCT
* Some targets which use SCT timer for PwmOut have a bug which PWM
signal does not come out when period set more than 65536us. (issue
#1050)
* Fix SCT counter mode from 16-bit Low to 32-bit Unified mode
* Fix wrong cast size (uint64_t) for 32-bit register
* Some TABs convert to white spaces
* Affected with LPC812, LPC824, LPC1549 and LPC11U68
2015-04-17 15:39:15 +09:00
..
TARGET_LPC824 Update device.h 2015-03-21 15:26:20 +01:00
TARGET_SSCI824 Update device.h 2015-03-21 15:26:57 +01:00
PortNames.h Add LPC824 platform 2014-10-05 16:18:48 +09:00
analogin_api.c Add LPC824 platform 2014-10-05 16:18:48 +09:00
gpio_api.c Add LPC824 platform 2014-10-05 16:18:48 +09:00
gpio_irq_api.c Add LPC824 platform 2014-10-05 16:18:48 +09:00
gpio_object.h Decorated all HALs with gpio_is_connected() function implementation 2014-12-19 13:37:16 +00:00
i2c_api.c Update i2c_api.c 2015-03-21 15:25:13 +01:00
objects.h Add LPC824 platform 2014-10-05 16:18:48 +09:00
pinmap.c Add LPC824 platform 2014-10-05 16:18:48 +09:00
pwmout_api.c [NXP's HAL] Fix PwmOut period using SCT 2015-04-17 15:39:15 +09:00
rom_i2c_8xx.h Add LPC824 platform 2014-10-05 16:18:48 +09:00
serial_api.c [LPC824] Add UART channel dupilication check 2015-04-03 18:03:31 +09:00
sleep.c Add LPC824 platform 2014-10-05 16:18:48 +09:00
spi_api.c Add to GCC_CR 2015-01-04 12:02:01 +09:00
us_ticker.c Update us_ticker.c 2015-03-21 15:10:39 +01:00