mbed-os/targets/TARGET_TOSHIBA/TARGET_TMPM066
Deepika 0d5166ccc0 Set ISR stack and heap sizes for low end devices
Set the ISR stack to be 1KB. https://github.com/ARMmbed/mbed-os/pull/7238
Set the heap size to 3KB(2KB + overhead + spare) so that atleast 2KB free ram is
available for testing.
With dynamic heap size, explicit size is not required. IAR 7.8 supports
static heap, hence the change is needed in IAR linker files.
2018-10-19 12:07:55 +01:00
..
Periph_Driver Added Support for Toshiba TMPM066 2017-08-17 10:54:25 +05:30
device Set ISR stack and heap sizes for low end devices 2018-10-19 12:07:55 +01:00
PeripheralNames.h Added Support for Toshiba TMPM066 2017-08-17 10:54:25 +05:30
PinNames.h SERIAL_FC disabled, critical section API Updation 2017-08-17 10:54:25 +05:30
PortNames.h Added Support for Toshiba TMPM066 2017-08-17 10:54:25 +05:30
analogin_api.c ADC Reset Conflict Fixed 2017-08-17 10:54:25 +05:30
device.h SERIAL_FC disabled, critical section API Updation 2017-08-17 10:54:25 +05:30
gpio_api.c SERIAL_FC disabled, critical section API Updation 2017-08-17 10:54:25 +05:30
gpio_irq_api.c SERIAL_FC disabled, critical section API Updation 2017-08-17 10:54:25 +05:30
gpio_object.h SERIAL_FC disabled, critical section API Updation 2017-08-17 10:54:25 +05:30
i2c_api.c SERIAL_FC disabled, critical section API Updation 2017-08-17 10:54:25 +05:30
objects.h Added Support for Toshiba TMPM066 2017-08-17 10:54:25 +05:30
pinmap.c SERIAL_FC disabled, critical section API Updation 2017-08-17 10:54:25 +05:30
port_api.c SERIAL_FC disabled, critical section API Updation 2017-08-17 10:54:25 +05:30
pwmout_api.c Added Support for Toshiba TMPM066 2017-08-17 10:54:25 +05:30
serial_api.c Issue with mbed compile for GCC_ARM tool resolved 2017-08-17 11:14:09 +05:30
sleep.c SERIAL_FC disabled, critical section API Updation 2017-08-17 10:54:25 +05:30
us_ticker.c Implemented us_ticker free() 2018-10-19 11:46:55 +01:00