| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-30 | increase freertos stack size when debug is enabled | hathach | |
| 2025-10-01 | examples/device/*_freertos: expand stack size when needed | Karl Palsson | |
| All four of these examples immediately crashed on stack overflow when connected, at least on a FRDM_K64F board. In 46fd82299040f the default freertos stack size was increased, but _only_ for stm32? Perhaps either all platform examples need the default increased, rather than increasing the problem task stacks as is done here. Signed-off-by: Karl Palsson <[email protected]> | |||
| 2025-10-01 | Merge pull request #3269 from karlp/pr/fix-rtt | Ha Thach | |
| examples: make: fix LOGGER=rtt | |||
| 2025-09-29 | examples: make: fix LOGGER=rtt | Karl Palsson | |
| CMake builds worked, but the variables were brokenly updated for make. Fixes: a64e3eb0aa update board_test always output on uart Signed-off-by: Karl Palsson <[email protected]> | |||
| 2025-09-29 | Refresh board presets | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-27 | audio: simplify alt settings management | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-17 | Fix board_reset_to_bootloader | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-17 | Fix board_init_after_tusb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-12 | exclude stm32l0538 due to size limit | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-12 | fix warnings, update docs | hathach | |
| 2025-08-05 | fix rp2 iso transfer: reset state before notify stack. since new audio ↵ | hathach | |
| driver can execute xfer_is() | |||
| 2025-08-02 | fix tud_audio_set_itf_close_EP_cb() typo | hathach | |
| 2025-08-02 | Merge pull request #3091 from raldone01/fix/web_serial | Ha Thach | |
| Rewrite of the web_serial example website. | |||
| 2025-08-02 | Merge pull request #3195 from hathach/update-inquiry2 | Ha Thach | |
| add bufsize to tud_msc_inquiry2_cb() | |||
| 2025-08-01 | Update examples/device/msc_dual_lun/src/msc_disk_dual.c | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-08-01 | add bufsize to tud_msc_inquiry2_cb() | hathach | |
| 2025-08-01 | add at32 to README.rst, rename at32 board to lower case, correct name to ↵ | hathach | |
| match mcu, add meta data | |||
| 2025-08-01 | Merge pull request #3191 from hathach/at32 | Ha Thach | |
| support at32 mcu (2) | |||
| 2025-07-31 | add ci build for all at32, use linker and startup from mcu cmsis instead of ↵ | hathach | |
| local files | |||
| 2025-07-29 | Add reconnect m | raldone01 | |
| 2025-07-26 | More catches. | raldone01 | |
| 2025-07-24 | Improve web usb and web serial robustness. | raldone01 | |
| 2025-07-11 | Mitigate potential xss. | raldone01 | |
| 2025-07-11 | add tud_msc_inquiry2_cb() for full inquiry response | hathach | |
| 2025-07-09 | add board_vbus_set() for samd21/d51 to enable usb host vbus | hathach | |
| enable host example build for samd21/d51 | |||
| 2025-07-08 | Use localstorage clear. | raldone01 | |
| 2025-07-08 | Remember scroll position. | raldone01 | |
| 2025-07-08 | Fix ui desync issue. Fix disconnection issue. | raldone01 | |
| 2025-07-08 | Merge remote-tracking branch 'origin/master' into xfer_isr | hathach | |
| # Conflicts: # examples/device/audio_4_channel_mic_freertos/src/main.c # examples/device/audio_test_freertos/src/main.c # src/class/audio/audio_device.c | |||
| 2025-07-05 | Add missing idf cmake file. | raldone01 | |
| 2025-07-05 | Remove double text encoder in `SerialPort`. | raldone01 | |
| 2025-07-05 | Add support for dark and light theme. | raldone01 | |
| 2025-07-05 | Attempt to fix disconnect button state desync. | raldone01 | |
| 2025-07-05 | Improve performance slightly | raldone01 | |
| 2025-07-05 | Choose a larger buffer. | raldone01 | |
| 2025-07-05 | Major overhaul and logic cleanup. | raldone01 | |
| Adds support for web serial as well. | |||
| 2025-07-05 | Minor bug fixes. | raldone01 | |
| Persist settings. | |||
| 2025-07-05 | Rewrite of the web_serial example website. | raldone01 | |
| Fixes: #2632 | |||
| 2025-07-05 | enable ci host and dual build for ch32v20x | hathach | |
| 2025-07-03 | update cdc_msc/cdc_msc_freertos to also support notification | hathach | |
| 2025-07-03 | make notify API and memory configurable with CFG_TUD_CDC_NOTIFY | hathach | |
| add tud_cdc_n_notify_conn_speed_change() add tud_cdc_notify_complete_cb() | |||
| 2025-07-02 | Merge branch 'master' into fork/HiFiPhile/dcd_notif | hathach | |
| 2025-07-02 | update board_test always output to uart regardless of LOGGER option | hathach | |
| 2025-07-02 | update example | hathach | |
| 2025-07-02 | update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM | hathach | |
| 2025-07-02 | remove legacy DEPS_SUBMODULES in make | hathach | |
| 2025-07-01 | update example | hathach | |
| 2025-06-30 | Merge branch 'master' into fork/HiFiPhile/async_io | hathach | |
| 2025-06-27 | clean up | hathach | |
| 2025-06-22 | Merge branch 'master' into async_io | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
