rockbox/firmware/target/arm/tms320dm320
Aidan MacDonald 672bbe434b usb: rename usb_drv_recv() to usb_recv_recv_nonblocking()
IMHO the current name is somewhat misleading:

- usb_drv_send() is blocking and we have usb_drv_send_nonblocking()
  for the non-blocking case. This inconsistent naming can only
  promote confusion. (And what would we call a blocking receive?)

- Other hardware abstraction APIs in Rockbox are usually blocking:
  storage, LCD, backlight, audio... in other words, blocking is the
  default expected behavior, with non-blocking calls being a rarity.

Change-Id: I05b41088d09eab582697674f4f06fdca0c8950af
2021-09-20 22:41:29 +01:00
..
creative-zvm pcm: Remove unused function pcm_play_dma_get_peak_buffer() 2021-07-25 14:07:41 +00:00
dsp
mrobe-500 pcm: Remove unused function pcm_play_dma_get_peak_buffer() 2021-07-25 14:07:41 +00:00
sansa-connect usb: rename usb_drv_recv() to usb_recv_recv_nonblocking() 2021-09-20 22:41:29 +01:00
app.lds DM320: Regorganize LCD and TTB memory layout 2021-07-09 09:24:38 +00:00
boot.lds DM320: Regorganize LCD and TTB memory layout 2021-07-09 09:24:38 +00:00
crt0.S Sansa Connect: Clear recoverzap parameter 2021-05-21 18:55:14 +00:00
debug-dm320.c Add missing kernel.h includes (hopefully all of them). 2014-01-05 20:32:09 +01:00
dma-dm320.c
dma-target.h
dsp-dm320.c Sansa Connect: Set unknown GIOs to state with lowest power consumption. This slightly improves runtime. 2011-12-26 09:45:18 +00:00
dsp-target.h
dsp_image_helloworld.h
i2c-dm320.c Sansa Connect: Use deviceid in USB Serial Number 2021-07-10 08:56:32 +02:00
i2c-dm320.h Sansa Connect: Use deviceid in USB Serial Number 2021-07-10 08:56:32 +02:00
kernel-dm320.c
sdmmc-dm320.c Sansa Connect: Fix reported CPU frequency 2021-07-09 14:16:05 +02:00
spi-dm320.c Fix stupid omission 2017-08-16 11:02:55 -04:00
spi-target.h Clean spi.h and spi-target.h 2012-01-07 22:04:12 +00:00
system-dm320.c Sansa Connect: Fix reported CPU frequency 2021-07-09 14:16:05 +02:00
system-target.h Sansa Connect: Fix reported CPU frequency 2021-07-09 14:16:05 +02:00
timer-dm320.c
uart-dm320.c
uart-target.h