| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
also remove pico_bootsel_via_double_reset from rp2040
|
|
|
|
|
|
|
|
|
|
- fix ceedling with ruby 3.1
- allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line
|
|
|
|
This reverts commit 6afd4a57896f9c9e794de3ab6eabc73d18be4bd0, reversing
changes made to 5c14bd13da211ff2679115b0dba96ac80c1a516c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update video_capture
|
|
|
|
|
|
|
|
|
|
use struct to define uvc descriptor for video_capture since uvc is
rather too complicated to use macro templates
|
|
|
|
|
|
|
|
|
|
|
|
- add ch34x_set_line_coding()
|
|
|
|
|
|
|
|
- fix warnings build hcd max3421 with rp2040
- add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1
will enable this
- add max3421 driver implementation for rp2040 family
- update tusb_config for host to allow easy enable host selection for
rp2040 (default/pio-usb/max3421)
|
|
|
|
- remove configAssert()
- configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
|
|
CFG_EXAMPLE_VIDEO_DISABLE_MJPG to CFG_EXAMPLE_VIDEO_DISABLE_MJPEG
|
|
|
|
update esp32 to also be supported by hil test
|
|
made log line end consistent \r\n
|
|
test run locally well
|
|
|
|
|
|
|
|
|
|
|
|
add -Wl,--no-warn-rwx-segment for gcc 12+
|
|
|
|
tested with feather nrf52840, m0, m4
|
|
|