mbed-os/targets/TARGET_RENESAS/TARGET_RZ_A1XX
TomoYamanaka 04fcd33f15 Renesas : Improve Flash iap
I modified the _page_program() because when the request of the size exceeding the maximum size(256 byte) per one writing of Flash recieved, it was not able to loop the writing with sifting the address every 256 byte.

Also I modified the return value of flash_get_page_size() because I found that the minimum size per one writing of Flash is 1 byte by reviewing Flash spec.
"FLASH_PAGE_SIZE" macro's value is remain 256, it doesn't be used at flash_get_page_size(), used at _page_program() for refferencing of the maximum page size.
2018-08-02 13:48:56 +09:00
..
TARGET_GR_LYCHEE Renesas : Improve Flash iap 2018-08-02 13:48:56 +09:00
TARGET_RZ_A1H Renesas : Improve Flash iap 2018-08-02 13:48:56 +09:00
TARGET_VK_RZ_A1H Implementation of USTICKER feature for Renesas mbed boards 2018-05-25 12:22:06 -05:00
common Fix redeclaration of type name "bool_t" 2018-05-28 18:55:13 +09:00
PeripheralPins.h Commonalize the files in "targets/TARGET_RENESAS/TARGET_RZ_A1XX" directory 2018-01-09 18:20:50 +09:00
analogin_api.c Commonalize the files in "targets/TARGET_RENESAS/TARGET_RZ_A1XX" directory 2018-01-09 18:20:50 +09:00
can_api.c Commonalize the files in "targets/TARGET_RENESAS/TARGET_RZ_A1XX" directory 2018-01-09 18:20:50 +09:00
ethernet_api.c Implementation of unified EMAC driver for Renesas mbed boards 2018-05-23 12:24:09 +03:00
ethernetext_api.h Implementation of unified EMAC driver for Renesas mbed boards 2018-05-23 12:24:09 +03:00
flash_api.c Renesas : Improve Flash iap 2018-08-02 13:48:56 +09:00
gpio_addrdefine.h Revise the folder structure in "targets/TARGET_RENESAS" directory 2018-01-09 17:39:22 +09:00
gpio_api.c Commonalize the files in "targets/TARGET_RENESAS/TARGET_RZ_A1XX" directory 2018-01-09 18:20:50 +09:00
gpio_irq_api.c Commonalize the files in "targets/TARGET_RENESAS/TARGET_RZ_A1XX" directory 2018-01-09 18:20:50 +09:00
gpio_object.h Revise the folder structure in "targets/TARGET_RENESAS" directory 2018-01-09 17:39:22 +09:00
i2c_api.c Commonalize the files in "targets/TARGET_RENESAS/TARGET_RZ_A1XX" directory 2018-01-09 18:20:50 +09:00
lp_ticker.c Add the clear process of "inited" flag in lp_ticker_free() 2018-07-31 19:22:04 +09:00
mtu2.c Implementation of LPTICKER feature for Renesas mbed boards 2018-07-31 19:22:03 +09:00
mtu2.h Implementation of LPTICKER feature for Renesas mbed boards 2018-07-31 19:22:03 +09:00
objects.h Support Flash iAP for GR-PEACH and GR-LYCHEE 2018-06-22 10:40:45 +09:00
pinmap.c Commonalize the files in "targets/TARGET_RENESAS/TARGET_RZ_A1XX" directory 2018-01-09 18:20:50 +09:00
port_api.c Commonalize the files in "targets/TARGET_RENESAS/TARGET_RZ_A1XX" directory 2018-01-09 18:20:50 +09:00
pwmout_api.c Implementation of LPTICKER feature for Renesas mbed boards 2018-07-31 19:22:03 +09:00
rtc_api.c Implement of RTC feature for Renesas mbed boards 2018-05-25 12:53:06 -05:00
serial_api.c Commonalize the files in "targets/TARGET_RENESAS/TARGET_RZ_A1XX" directory 2018-01-09 18:20:50 +09:00
sleep.c Implementation of SLEEP feature for Renesas mbed boards 2018-05-25 12:04:32 -05:00
spi_api.c Commonalize the files in "targets/TARGET_RENESAS/TARGET_RZ_A1XX" directory 2018-01-09 18:20:50 +09:00
spibsc.h Support Flash iAP for GR-PEACH and GR-LYCHEE 2018-06-22 10:40:45 +09:00
trng_api.c Support TRNG function for GR-LYCHEE 2018-01-16 13:45:15 +09:00
us_ticker.c Implementation of USTICKER feature for Renesas mbed boards 2018-05-25 12:22:06 -05:00