| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 18 hours | sysview: FreeRTOS trace hooks, stack high-water and heap tracking | hathach | |
| hw/bsp/sysview_freertos_hooks.h maps the FreeRTOS trace macros onto SystemView task records (task names, switches, ready/blocked) and adds heap tracking; the FreeRTOSConfig.h of the families used on the rig include it when SYSVIEW is on. The FreeRTOS examples grow their USB task stacks when CFG_TU*_SYSVIEW is enabled, the same way they already do for CFG_TUSB_DEBUG -- the instrumentation's stack cost is real (measured overflows on lpc55 before the bump). | |||
| 2026-07-03 | fix: correct video stack macro typo in video capture examples | cuolm | |
| Corrects VIDEO_STACK_SZIE to VIDEO_STACK_SIZE. | |||
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach | |
| 2025-11-14 | Merge remote-tracking branch 'tinyusb/master' into embedded-ideas/master | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-11-06 | make host info to devcie cdc to work with freertos/noos | hathach | |
| 2025-10-31 | Fixed trailing whitespaces in files (used wrong editor) | Tobi | |
| 2025-10-30 | Video class: Changed pararameters of payload request to a dedicated ↵ | Tobi | |
| structure in order to meet coding guideliness | |||
| 2025-10-30 | Added bufferless operation to the video capture example. Can be tested with ↵ | Tobi | |
| e.g. nanoCH32V305 board with the following settings: - tusb_config.h - #define CFG_TUD_VIDEO_STREAMING_EP_BUFSIZE 1024 - #define CFG_TUD_VIDEO_STREAMING_BULK 1 - #define CFG_EXAMPLE_VIDEO_DISABLE_MJPEG - #define CFG_EXAMPLE_VIDEO_BUFFERLESS and - usb_descriptor.h - #define FRAME_RATE 60 | |||
| 2025-09-17 | Fix board_init_after_tusb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-07-02 | update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM | hathach | |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2024-10-15 | move core init code to dwc2 common. update/correct build for esppressif | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach | |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach | |
| update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible | |||
| 2024-04-25 | adding support for esp32 for use with max3421e host | hathach | |
| 2024-01-30 | Merge pull request #2428 from YixingShen/master | Ha Thach | |
| update video_capture | |||
| 2024-01-29 | add freertos build support for video_capture example | hathach | |
| 2024-01-26 | Merge branch 'master' of https://github.com/YixingShen/tinyusb | YixingShen | |
| 2024-01-26 | add "set tx_busy 1" into video_capture's video_tas for "if (tx_busy) return" | YixingShen | |
| 2024-01-25 | minor update to video capture example | hathach | |
| 2024-01-24 | clean up video example for readability | hathach | |
| 2023-12-18 | fixed device/video_capture/src/images.h,main.c ↵ | YixingShen | |
| CFG_EXAMPLE_VIDEO_DISABLE_MJPG to CFG_EXAMPLE_VIDEO_DISABLE_MJPEG | |||
| 2023-08-09 | Merge pull request #2202 from Rocky04/patch-4 | Ha Thach | |
| Invoke unmounted state on configuration reset | |||
| 2023-08-07 | Update examples | Rocky04 | |
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach | |
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach | |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach | |
| add BOARD_UPPERCASE for board detection | |||
| 2023-03-17 | Merge branch 'master' into portability | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2022-10-08 | Add motion jpeg | kkitayam | |
| 2022-10-06 | Fix pointer | kkitayam | |
| 2022-09-13 | Remove unreachable code | Ben Avison | |
| IAR generates warning Pe111 'statement is unreachable'. In a couple of cases, replace return statements with TU_ATTR_FALLTHROUGH; because some compilers apparently can't figure out that the return statements are unreachable but do whinge about an imagined fall-through without them! | |||
| 2022-09-13 | Change images to MJPEG | kkitayam | |
| 2022-06-06 | more example update | hathach | |
| 2021-10-17 | more with -Wcast-qual | hathach | |
| 2021-10-11 | rename some video constants | hathach | |
| 2021-10-09 | Change the video image to scrolling color bars. | kkitayam | |
| 2021-09-30 | Add cast operations to unused parameters | kkitayam | |
| 2021-09-30 | Move frame settings to usb_descriptors.h | kkitayam | |
| 2021-09-29 | Implement frame rate settings | kkitayam | |
| 2021-09-29 | Change video frames to project logo | kkitayam | |
| 2021-09-29 | Refactor application API parameters | kkitayam | |
| 2021-09-29 | Change frame buffer management | kkitayam | |
| 2021-09-29 | Refactor packet handling | kkitayam | |
| 2021-09-29 | Add green plain | kkitayam | |
| 2021-09-29 | Separate a handling resource into controller and streaming | kkitayam | |
| 2021-09-29 | add tentative example | kkitayam | |
