mbed-os/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC15XX
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
..
PeripheralNames.h [LPC1549] Added AnalogOut API and PWM improvement 2014-03-12 19:23:14 +09:00
PinNames.h Changed LED mapping to RGB 2014-05-22 08:52:10 -06:00
PortNames.h [LPC1549] initial commit 2014-02-11 15:54:38 +09:00
analogin_api.c Update analogin_api.c 2014-09-30 12:53:59 -06:00
analogout_api.c assert rename to mbed_assert header file 2014-05-28 16:38:00 +02:00
can_api.c Change "error.h" to "mbed_error.h" to avoid conflicts with 3rd party code 2014-08-15 16:19:18 +01:00
device.h [LPC1549, LPC11U68] Add RTC support 2014-10-13 22:20:41 +09:00
gpio_api.c assert rename to mbed_assert header file 2014-05-28 16:38:00 +02:00
gpio_irq_api.c Change "error.h" to "mbed_error.h" to avoid conflicts with 3rd party code 2014-08-15 16:19:18 +01:00
gpio_object.h Decorated all HALs with gpio_is_connected() function implementation 2014-12-19 13:37:16 +00:00
i2c_api.c Fix erroneous boolean expression conversions 2014-07-15 15:24:30 +02:00
objects.h [LPC1549] Added CAN support 2014-06-30 15:21:42 +09:00
pinmap.c Change "error.h" to "mbed_error.h" to avoid conflicts with 3rd party code 2014-08-15 16:19:18 +01:00
pwmout_api.c [NXP's HAL] Fix PwmOut period using SCT 2015-04-17 15:39:15 +09:00
rtc_api.c [LPC1549, LPC11U68] Add RTC support 2014-10-13 22:20:41 +09:00
serial_api.c Merge pull request #1014 from jurgis/1013-lpc1549-serial-attach-without-handler-not-disabling-irq 2015-04-07 08:35:32 +02:00
spi_api.c Change "error.h" to "mbed_error.h" to avoid conflicts with 3rd party code 2014-08-15 16:19:18 +01:00
us_ticker.c update definitions for us_ticker_set_interrupt() across all platforms to use timestamp_t 2014-08-29 17:02:39 +01:00