1
0
mirror of https://github.com/marqs85/ossc.git synced 2024-06-08 18:29:30 +00:00
ossc/software
Ari Sundholm 598705c7fa ulibSD/sd_io.c: Fix writing to SD card.
There were a few things wrong with the SD card write implementation:
1. The protocol change regarding the interpretation of offsets
   introduced with SDHC cards was not taken into account in the write
   path, unlike in the read path.
2. All SPI writes involved in the process were actually issued as reads
   due to the use of the SPI_RW() function, the implementation of which
   seems to have gone through some churn. Likely just an instance of
   bit-rot.
2020-11-05 19:11:04 +02:00
..
sys_controller ulibSD/sd_io.c: Fix writing to SD card. 2020-11-05 19:11:04 +02:00
sys_controller_bsp advanced OSD implementation 2020-10-05 23:05:43 +03:00
ossc_sw.project misc tool updates 2020-04-28 18:48:35 +03:00