| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-31 | Merge remote-tracking branch 'tinyusb/master' into ↵ | HiFiPhile | |
| copilot/fix-dcd-edpt-xfer-issue Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-31 | Merge pull request #3270 from HiFiPhile/uac1 | Ha Thach | |
| audio: Add UAC1.0 support | |||
| 2025-10-30 | Merge branch 'master' into uac1 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-30 | Merge pull request #3294 from hathach/add-ohci-lpc55 | Ha Thach | |
| try to enable ohci for lpc55 but not working, probably clock issue | |||
| 2025-10-30 | update lpc55 family.c | hathach | |
| 2025-10-30 | Merge branch 'master' into add-ohci-lpc55 | hathach | |
| # Conflicts: - hw/bsp/lpc17/family.cmake - hw/bsp/lpc40/family.cmake - hw/bsp/lpc55/family.cmake | |||
| 2025-10-30 | Merge pull request #3271 from karlp/pr/examplesd-freertos-stacks | Ha Thach | |
| examples/device/*_freertos: expand stack size when needed | |||
| 2025-10-30 | increase freertos stack size when debug is enabled | hathach | |
| 2025-10-29 | Merge pull request #3320 from hathach/more-sast | Ha Thach | |
| fix warnings | |||
| 2025-10-28 | filter out sarif for codeql hw/mcu and lib/ | hathach | |
| 2025-10-28 | IAR C-Stat exclude mcu folder | hathach | |
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-10-28 | fix security in gh action | hathach | |
| 2025-10-28 | fix warning with strict prototypes warnings | hathach | |
| 2025-10-28 | fix descriptor warning when shifting zero | hathach | |
| 2025-10-28 | added .pvsconfig to exclude some rules | hathach | |
| 2025-10-28 | disable warning for startup file | hathach | |
| 2025-10-27 | improve warnings with rp2040 family | hathach | |
| 2025-10-27 | update static_analysis.yml workflow | hathach | |
| 2025-10-25 | Merge pull request #3319 from peppapighs/dwc2-usbsuspm | Zixun LI | |
| dcd/dwc2: fix suspend interrupt indefinitely disabled on AT32F405 | |||
| 2025-10-26 | Merge pull request #3318 from hathach/static-analysis | Ha Thach | |
| Static analysis | |||
| 2025-10-26 | iar cstat require cmake at least 4.1 | hathach | |
| 2025-10-25 | add IAR CStat to static_analysis.yml | hathach | |
| 2025-10-25 | dcd/dwc2: clear pending suspend interrupt before usb reset | peppapighs | |
| 2025-10-25 | add SonarQube scan | hathach | |
| 2025-10-25 | add SonarQube scan | hathach | |
| 2025-10-25 | download ninja binary, apt seems take too long ~ 1 min | hathach | |
| also upload sarif as artifacts | |||
| 2025-10-25 | merge codeql and pvs-studio to static_analysis.yml | hathach | |
| 2025-10-25 | add pvs-studio analyze to ci | hathach | |
| 2025-10-24 | Ensure type promotion | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-24 | add pvs-studio analyze to ci | hathach | |
| 2025-10-24 | Merge remote-tracking branch 'upstream/master' into uac1 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-24 | fix more warnings | hathach | |
| 2025-10-24 | fix several warnings | hathach | |
| 2025-10-24 | enable IAR CState with IAR_CSTAT=1 | hathach | |
| 2025-10-23 | Merge pull request #3316 from hathach/more-cmake-refactor | Ha Thach | |
| More cmake refactor | |||
| 2025-10-23 | force clang asm with -x assembler-with-cpp | hathach | |
| 2025-10-23 | fix more build | hathach | |
| 2025-10-23 | refactor family.cmake: rename add_board_target() to family_add_board() and ↵ | hathach | |
| move it to family_configure_common() also move startup and linker from board target to actual exe | |||
| 2025-10-22 | Fix copilot issues | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-10-22 | Add is_isr parameter to usbd_edpt_xfer and usbd_edpt_xfer_fifo | copilot-swe-agent[bot] | |
| - Added bool is_isr parameter to usbd_edpt_xfer() and usbd_edpt_xfer_fifo() wrapper functions - These are called by class drivers to queue USB transfers - Updated all callers to pass false by default (non-ISR context) - Updated audiod_rx_xfer_isr() and audiod_tx_xfer_isr() to pass true (ISR context) - All 21 unit tests pass Co-authored-by: HiFiPhile <[email protected]> | |||
| 2025-10-22 | Fix duplicate is_isr parameter in dcd_dwc2.c | copilot-swe-agent[bot] | |
| Co-authored-by: HiFiPhile <[email protected]> | |||
| 2025-10-22 | Clean up submodule tracking | copilot-swe-agent[bot] | |
| Co-authored-by: HiFiPhile <[email protected]> | |||
| 2025-10-22 | Remove submodules from tracking | copilot-swe-agent[bot] | |
| 2025-10-22 | Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifo | copilot-swe-agent[bot] | |
| Co-authored-by: HiFiPhile <[email protected]> | |||
| 2025-10-22 | Initial exploration of issue #3311 | copilot-swe-agent[bot] | |
| Co-authored-by: HiFiPhile <[email protected]> | |||
| 2025-10-22 | Initial plan | copilot-swe-agent[bot] | |
| 2025-10-16 | fix some warnings detected by pvs-studio | hathach | |
| 2025-10-16 | add tu_div_round_nearest() (only handle positive) to replace ↵ | hathach | |
| DIV_ROUND_CLOSEST() to remove the need of typeof | |||
| 2025-10-15 | Merge pull request #3306 from hathach/refactor-buildsystem | Ha Thach | |
| Refactor buildsystem and bsp | |||
