.. |
TARGET_APPNEARME_MICRONFCBOARD
|
Update copyright year
|
2015-02-10 11:21:05 +00:00 |
TARGET_ARCH_GPRS
|
Removed the Peripheral Pin Definitions from the xxx_api.c files (analogin, i2c, pwmout, serial, & spi) to follow an example from Erik O. from this platform: https://github.com/mbedmicro/mbed/blob/master/libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z/PeripheralPins.c to allow for advanced compatibility of platforms;
|
2014-07-30 17:53:01 -04:00 |
TARGET_LPC11U24_301
|
Removed the Peripheral Pin Definitions from the xxx_api.c files (analogin, i2c, pwmout, serial, & spi) to follow an example from Erik O. from this platform: https://github.com/mbedmicro/mbed/blob/master/libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z/PeripheralPins.c to allow for advanced compatibility of platforms;
|
2014-07-30 17:53:01 -04:00 |
TARGET_LPC11U24_401
|
Removed the Peripheral Pin Definitions from the xxx_api.c files (analogin, i2c, pwmout, serial, & spi) to follow an example from Erik O. from this platform: https://github.com/mbedmicro/mbed/blob/master/libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z/PeripheralPins.c to allow for advanced compatibility of platforms;
|
2014-07-30 17:53:01 -04:00 |
TARGET_LPC11U34_421
|
Update copyright year
|
2015-02-10 11:21:05 +00:00 |
TARGET_LPC11U35_401
|
add USBTX and USBRX pin definitions for targets that don't provide them (so that tests compile), but set to NC
|
2014-11-13 11:24:36 +00:00 |
TARGET_LPC11U37H_401
|
On-Board SD Card support added, SD Card related test cases updated too
|
2015-01-24 22:57:01 +05:30 |
TARGET_LPCCAPPUCCINO
|
add USBTX and USBRX pin definitions for targets that don't provide them (so that tests compile), but set to NC
|
2014-11-13 11:24:36 +00:00 |
TARGET_MCU_LPC11U35_501
|
Porting of new target: Added new target to target.py, added header files for PinNames.h and device.h. Added linker library.
|
2014-12-09 13:01:20 -06:00 |
TARGET_OC_MBUINO
|
Changed the #define DEVICE_SEMIHOST to 0 to allow for wakeup of deepsleep and changed #define DEVICE_LOCALFILESYSTEM to 0 to fix errors relating to removing semihost in device.h;
|
2014-09-10 14:21:24 -04:00 |
PeripheralPins.h
|
Removed the Peripheral Pin Definitions from the xxx_api.c files (analogin, i2c, pwmout, serial, & spi) to follow an example from Erik O. from this platform: https://github.com/mbedmicro/mbed/blob/master/libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KLXX/TARGET_KL46Z/PeripheralPins.c to allow for advanced compatibility of platforms;
|
2014-07-30 17:53:01 -04:00 |
PortNames.h
|
Add the vendor name as a proper target label
|
2013-07-03 17:14:43 +01:00 |
analogin_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_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
|
The following changes were based on the request by Martin Kojtal:
|
2014-08-04 11:06:15 -04:00 |
objects.h
|
Add the vendor name as a proper target label
|
2013-07-03 17:14:43 +01: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 |
port_api.c
|
Add the vendor name as a proper target label
|
2013-07-03 17:14:43 +01:00 |
pwmout_api.c
|
The following changes were based on the request by Martin Kojtal:
|
2014-08-04 11:06:15 -04:00 |
serial_api.c
|
Changed serial pin_mode with brackets and for all targets
|
2014-10-06 12:15:24 +02:00 |
sleep.c
|
Fixed sleep and disabled semihosting on LPC11U35
|
2014-01-24 10:51:48 -07: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 |