Commit Graph

9794 Commits

Author SHA1 Message Date
e7105b1fa3 fine tune ci to build more with circleci (#3386)
* fine tune ci to build more with circleci
* skip make for arm-iar, esp-idf
* skip make + clang for circleci since llvm-objcopy got killed due to memory issue.
2025-12-04 21:34:10 +07:00
f68e354729 Merge pull request #3384 from hathach/pr-size-diff
Size metrics
2025-12-04 09:03:37 +07:00
1b6f2b90a4 clean up 2025-12-03 23:10:21 +07:00
b0093ff067 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-03 23:08:58 +07:00
f51ca33f25 upload metrics.json and aggregate code metrics, post metrics comment
fine tune ci matrix run
2025-12-03 23:04:49 +07:00
ee3d3e3551 upload metrics.json and aggregate code metrics, fine tune ci matrix run 2025-12-03 11:00:57 +07:00
3d190475ad upload metrics.json, test ci 2025-12-03 00:44:12 +07:00
09e1113aaf adding metrics for computing average compiled size 2025-12-02 23:55:24 +07:00
c859744784 adding metrics for computing average compiled size 2025-12-02 13:01:49 +07:00
a337a6d337 run linkermap as post build for size analyze 2025-12-01 18:37:16 +07:00
df6f136003 add linkermap to deps and linkermap taget 2025-12-01 14:46:47 +07:00
7ee288bc22 change armgcc setup to manual download due to issue with action (#3377)
* change armgcc setup to manual download due to issue with action
* build windows, macos with cmake as well
2025-11-29 01:41:30 +07:00
583fe844e9 Merge pull request #3376 from hathach/fix-zephyr-build
fix build with zephyr with latest nrfx v4
2025-11-28 14:02:31 +07:00
7d012b014e fix build with zephyr with latest nrfx v4 2025-11-28 13:34:00 +07:00
1618c58dc4 Merge pull request #3373 from hathach/vendor-dedicated-hwfifo
update Vendor device to omit ep buffer for port with dedicated hwfifo
2025-11-27 23:52:51 +07:00
6e9e9ce9d1 add CFG_TUD_VENDOR_RX_MANUAL_XFER per suggestion 2025-11-27 23:24:00 +07:00
1465a9b5bc make vendor_read_* API() is only available when CFG_TUD_VENDOR_RX_BUFSIZE > 0
vendor_write_flush() and write_available()  only available when  CFG_TUD_VENDOR_TX_BUFSIZE > 0
2025-11-27 19:14:23 +07:00
9a9bf0fd7b change tud_vendor_rx_cb() behavior, buffer and bufsize only available when CFG_TUD_VENDOR_RX_BUFSIZE = 0
update vendor device to omit ep buf when dedicated hwfifo is supported
2025-11-27 18:41:57 +07:00
f3dc2186ae add tud_vendor_n_read_discard(), refactor vendor device. Update webusb example for more robust 2025-11-27 16:25:19 +07:00
4ef0f61bde add tu_fifo_discard_n() and tu_edpt_stream_discard() 2025-11-27 16:23:00 +07:00
5ef55bfa30 Merge pull request #3359 from hathach/xfer-fifo
remove ep buffer for port with dedicated hw fifo
2025-11-27 11:42:31 +07:00
8cf2c3b00b re-enable other hil tests 2025-11-27 11:04:35 +07:00
07dfbadc00 correct tu_edpt_stream_read() with non-fifo mode. Fix rhport with vendor device 2025-11-27 10:30:35 +07:00
4affbc1f7b more rename 2025-11-27 09:40:50 +07:00
726497af68 omit cdc epnotify for dedicated hw fifo 2025-11-27 00:16:39 +07:00
d6c50c7ce2 add tud_cdc_n_notify_msg() 2025-11-27 00:03:59 +07:00
02e67c8fa1 more fifo refactor 2025-11-27 00:03:41 +07:00
26a73df158 add tu_scatter_read32(), tu_scatter_write32() to simplify tu_fifo 2025-11-26 17:56:18 +07:00
0fa3002433 omit ep buffer for midi device if device support CFG_TUD_EDPT_DEDICATED_HWFIFO 2025-11-26 16:34:38 +07:00
f63b67211b dwc2 stm32 check if dcache enabled before calling SCB DCache function 2025-11-26 16:15:12 +07:00
c925277e24 change tu_fifo_buffer_info_t layout 2025-11-26 15:26:42 +07:00
1a51a7e159 dwc2 only enable dedicated hwfifo if DMA is not enabled 2025-11-26 14:05:10 +07:00
e1c218f648 Merge branch 'master' into xfer-fifo
# Conflicts:
#	src/common/tusb_fifo.h
2025-11-26 14:03:56 +07:00
67ba8eab2e focus on cdc test, write lots more data, each trunk is 64 or less since examples having minimum 64 bytes fifo (fs) 2025-11-26 13:54:04 +07:00
38842491bb Merge pull request #3369 from hathach/misc_fix
Few misc fixes
2025-11-26 08:46:31 +07:00
8205b6094f Merge pull request #3368 from hathach/disable_isr
bsp: Disable SysTick ISR if FreeRTOS is enabled
2025-11-26 08:35:05 +07:00
3f0d2668f1 fifo: fix IAR Warning[Pa082]: undefined behavior: the order of volatile accesses is undefined 2025-11-25 16:41:30 +01:00
91c3b338b2 example: fix audio_debug glitch on Windows 2025-11-25 16:41:30 +01:00
8221ea220b bsp: Disable SysTick ISR if FreeRTOS is enabled 2025-11-25 16:30:32 +01:00
4632a78883 dcd/fsdev: re-enable SBUF for STM32U0, no more issue 2025-11-25 16:16:12 +01:00
12814620f5 Merge pull request #3367 from hathach/n6_build
Fix STM32N6 IAR build
2025-11-25 18:06:58 +07:00
dc083e4d9c Merge remote-tracking branch 'tinyusb/master' into n6_build
Signed-off-by: Zixun LI <zli@ogga.fr>
2025-11-25 10:59:43 +01:00
e59b2c40fc Fix N6 build
Signed-off-by: Zixun LI <zli@ogga.fr>
2025-11-25 10:49:07 +01:00
fee2d2a034 Merge pull request #3360 from Milek7/sb-ep-fix-pr
stm32_fsdev: Fix missed cases in single-buffered isochronous endpoint support.
2025-11-24 18:05:46 +07:00
50a7d923dd stm32_fsdev: Fix missed cases in single-buffered isochronous endpoint support. 2025-11-23 12:09:21 +01:00
b98127fba2 hil stress test cdc 2025-11-22 17:31:31 +07:00
b7bf1d9835 hil stress test cdc 2025-11-22 11:06:57 +07:00
0f1b249871 Merge pull request #3357 from thamul/master
Fix in multiple example codes, wrong descriptor device qualifier length.
2025-11-21 22:46:55 +01:00
d76ddc695f Also fix bDescriptorType
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-11-21 22:11:52 +01:00
d9094ffcee implement wanted char for cdc device without ep_buf 2025-11-22 01:02:52 +07:00