1
0
mirror of https://github.com/marqs85/ossc.git synced 2024-06-09 09:29:29 +00:00
ossc/software/sys_controller
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
..
it6613 fix audio infoframe content to comply with HDMI spec 2019-08-24 10:54:13 +03:00
mem_init Fix profile import 2020-11-01 14:32:28 +02:00
memory advanced OSD implementation 2020-10-05 23:05:43 +03:00
ossc Fix profile import 2020-11-01 14:32:28 +02:00
pcm1862 pcm1862: add pre-ADC gain setting 2018-03-02 23:11:52 +02:00
spi_charlcd Update lcd.c 2019-11-14 04:03:06 +08:00
ths7353 enable 35MHz video LPF for 720p & 1080i in auto mode 2019-03-16 01:20:16 +02:00
tvp7002 Mode preset selection improvements 2020-08-13 21:32:26 +03:00
ulibSD ulibSD/sd_io.c: Fix writing to SD card. 2020-11-05 19:11:04 +02:00
crt0.boot_E.S switch to RV32E 2018-10-30 01:31:40 +02:00
crt0.boot.S integrate zero-riscy 2018-10-06 13:19:12 +03:00
link.common.ld fix dataram size setting 2019-10-12 22:59:04 +03:00
link.riscv.ld integrate zero-riscy 2018-10-06 13:19:12 +03:00
Makefile first OSD implementation 2019-10-03 02:03:43 +03:00
pulpino.h integrate zero-riscy 2018-10-06 13:19:12 +03:00