mbed-os/targets
Peter B d56f942ae7
Update spi_api.c
Modified line 145:  previously the fill character has been hard coded to 0x00. However in Mbed OS core SPI_FILL_CHAR is defined in the core to be 0xFF by default (one can change that through mbed_app.json for example). This mod allows us to use the same fill character that is defined for Mbed OS.

Also modified spi_master_block_write(): previously it called am_hal_iom_blocking_transfer on line 182, but that prevented succesful SD card writing operations. Now i changed that part to am_hal_iom_spi_blocking_fullduplex and SD functionality seems to be working.
2020-10-26 16:03:04 +01:00
..
TARGET_ARM_FM Clean up ARM toolchain heap+stack setup in targets 2019-10-23 14:53:49 +03:00
TARGET_ARM_SSG psa: Update TF-M for ARM_MUSCA_B1 2020-07-14 11:54:57 +01:00
TARGET_Ambiq_Micro Update spi_api.c 2020-10-26 16:03:04 +01:00
TARGET_Analog_Devices ad4050lz: fix gcc copy table and zero table missing 2020-05-13 14:16:05 +01:00
TARGET_Cypress/TARGET_PSOC6 Merge pull request #13416 from dustin-crossman/pr/cysbsyskit_update_6.2.0 2020-08-26 07:14:46 +01:00
TARGET_Freescale kinetis: fix headers for usbphy 2020-08-21 15:03:27 +01:00
TARGET_GigaDevice Remove GD32_E103VB target 2020-04-09 15:32:40 +01:00
TARGET_Maxim Remove MAX32625NEXPAQ target 2020-04-30 09:56:36 +01:00
TARGET_NORDIC Add SPIM description to README.md 2020-08-17 10:27:46 -05:00
TARGET_NUVOTON Nuvoton: Fix degrading QSPI to SPI 2020-09-03 10:25:08 +08:00
TARGET_NXP Fix: #13203: USB device: wait_us instead of ThisThread::sleep_for, delay given is 5us 2020-07-01 13:11:42 +05:30
TARGET_RENESAS Modifed some source files for GR-MANGO. 2020-08-18 10:48:56 +09:00
TARGET_STM Merge pull request #13523 from jeromecoutant/PR_H7_ADC2 2020-09-03 13:24:55 +01:00
TARGET_Samsung introduce S1SBP6A 2020-08-12 07:19:29 +09:00
TARGET_Silicon_Labs Remove EFM32PG12 targets 2020-04-30 09:56:37 +01:00
TARGET_TOSHIBA Define MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE properly in rtos mbed_lib.json 2020-05-15 15:16:44 +01:00
TARGET_WICED [WIFI: WicedInterface] Add NSAPI_PRESENT macro 2020-06-19 14:28:45 +09:00
targets.json Apollo3 and artemis code review changes, remvoe dead code, add missing spdx identifiers, fix style 2020-09-09 15:47:23 -06:00