Commit Graph

1165 Commits

Author SHA1 Message Date
35fa6b660a Fix CI. 2022-12-30 16:10:54 +01:00
7ff2f43bfd Add multi-rate audio test example for new ISO buffer allocation. 2022-12-30 15:09:50 +01:00
396716cc2c clean up 2022-12-22 20:26:32 +07:00
f33883c308 add tuh_cdc_get_local_line_coding() 2022-12-22 19:41:39 +07:00
05c119ce97 cdc host, add set line coding API 2022-12-22 18:28:06 +07:00
11233e4d3e minor clean up 2022-12-22 11:43:57 +07:00
cd9008e5a9 add tuh_cdc_tx_complete_cb() callback 2022-12-21 13:05:45 +07:00
84a483f5ea add more host cdc API
tuh_cdc_write_available(), tuh_cdc_read_flush(), tuh_cdc_rx_cb()
callback
2022-12-21 12:47:00 +07:00
badb30a6c3 correct cdc host app 2022-12-21 12:25:13 +07:00
b3e63c335a updat cdc host app 2022-12-21 11:47:07 +07:00
854e5222ae finalizing cdc host, has a working read/write
TODO: first character seems not to get echoed. set control line state
seems to failed with LOG < 2
2022-12-21 00:26:46 +07:00
4f03695084 adding tuh_cdc_mount_cb/tuh_cdc_umount_cb
start adding cdc_app.c to example
2022-12-16 17:08:37 +07:00
71a5906865 Merge pull request #1767 from pete-pjb/master
Allow the use of non-static allocation for FreeRTOS mutexes & queues
2022-12-05 12:45:48 +07:00
de5a67bf3b clean osal_freertos, update freertos examples to work with configSUPPORT_DYNAMIC_ALLOCATION only
note: for example to build with configSUPPORT_STATIC_ALLOCATION = 0, one
of heap_n.c must be included in makefile/cmake
2022-12-05 12:09:41 +07:00
43b255f413 more typos 2022-12-04 19:44:01 +07:00
6a2cf67289 Fix typos 2022-12-04 19:43:23 +07:00
5785467016 update pico-pio-usb submodule and its warnings suppress 2022-11-28 23:21:17 +07:00
7298923927 rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_t
add user arg to all scsi command API that support complete callback
2022-11-23 16:01:48 +07:00
21d552bbdf allow all host examples to use pico-pio-usb for rp2040 2022-11-23 12:30:10 +07:00
a394273ed2 add board_getchar() for non-blocking getchar() 2022-11-21 16:28:54 +07:00
460bef9dbb host msc example work well with rp2040 pio-usb 2022-11-21 15:49:38 +07:00
ba9f88f18c suppress fatfs cast-qual 2022-11-21 12:33:31 +07:00
53677d4844 house keeping 2022-11-21 12:28:33 +07:00
cab65acc46 add pwd 2022-11-21 11:52:51 +07:00
51873cd1be implement rm command 2022-11-21 11:24:58 +07:00
47bc269b50 fix build with rp2040 and rx65 2022-11-21 11:12:10 +07:00
2312bfe3c4 implement cp command 2022-11-20 16:40:15 +07:00
bf69ffb8f7 add mv command 2022-11-19 15:53:55 +07:00
daeaea9556 add mkdir 2022-11-19 15:37:23 +07:00
16e1838862 implement cat command 2022-11-19 15:27:07 +07:00
083ed364ba add cd command 2022-11-19 13:56:33 +07:00
bb570e02d6 msc explorer ls work great 2022-11-19 13:44:07 +07:00
a6001fc8f2 update uart read for lpc18/43 for testing 2022-11-18 21:50:00 +07:00
b00529e287 add msc file explorer example
- add lib/fatfs version 15
- add lib/embedded-cli
2022-11-18 21:39:04 +07:00
2c9b5ddff0 Rename descriptor macros for consistency 2022-10-12 20:07:22 +09:00
aed8051f50 Add motion jpeg 2022-10-08 21:53:32 +09:00
3499aa2b21 Fix pointer 2022-10-06 21:10:27 +09:00
1debf62707 Fix compile errors 2022-09-13 21:22:02 +09:00
e80714740c Change images to MJPEG 2022-09-13 21:22:02 +09:00
8a537a0092 Remove Hardcoded interface numbers from video descriptors
Removing the Hardcoded interface numbers from the video descriptors allow the user to add other interfaces before or after the Video Control Interface and Video Streaming Interface
2022-08-23 17:18:32 +02:00
d1c61e33a6 add 'stm32l052dap52' (STM32L052K8 MCU) board target
'dap52' is Olimex's name of their STM32L052-based fork of 'dap42'
2022-08-03 12:31:37 -05:00
ed2e587ace Merge pull request #1568 from hathach/revert-hid-callback-len-temporarily
temporarily revert len back to uint8_t in tud_hid_report_complete_cb() 0.14.0 release
2022-07-19 12:16:32 +07:00
2110e27678 Merge pull request #1531 from pigrew/usbtmc_highspeed
USBTMC: Fixes and support for high-speed USB
2022-07-18 22:20:43 +07:00
b495d6f8ec temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up coming release 2022-07-17 22:56:07 +07:00
fc1a27b6c9 RP@040: rework CMake for compiler warnings 2022-07-12 12:58:30 -05:00
4ea27acd1d minor update to webusb serial example 2022-07-12 01:55:33 +07:00
bb5dbd2da8 only enable warnings with approriate gcc version for rp2040 2022-07-11 23:57:34 +07:00
0bfb9d62de Merge pull request #1543 from robert-hh/1170_0.13.0
mimxrt: Change the definitions for MIMXRT boards.
2022-07-11 15:53:24 +07:00
6da1e93edd fix rt1050 evk build with latest mcu-sdk 2022-07-11 14:21:19 +07:00
19768936ae bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XX 2022-07-11 14:01:18 +07:00