summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-26iar cstat require cmake at least 4.1hathach
2025-10-25add IAR CStat to static_analysis.ymlhathach
2025-10-25dcd/dwc2: clear pending suspend interrupt before usb resetpeppapighs
2025-10-25add SonarQube scanhathach
2025-10-25add SonarQube scanhathach
2025-10-25download ninja binary, apt seems take too long ~ 1 minhathach
also upload sarif as artifacts
2025-10-25merge codeql and pvs-studio to static_analysis.ymlhathach
2025-10-25add pvs-studio analyze to cihathach
2025-10-24Ensure type promotionHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-10-24add pvs-studio analyze to cihathach
2025-10-24Merge remote-tracking branch 'upstream/master' into uac1HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-10-24fix more warningshathach
2025-10-24fix several warningshathach
2025-10-24enable IAR CState with IAR_CSTAT=1hathach
2025-10-23Merge pull request #3316 from hathach/more-cmake-refactorHa Thach
More cmake refactor
2025-10-23force clang asm with -x assembler-with-cpphathach
2025-10-23fix more buildhathach
2025-10-23refactor 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-22Apply suggestions from code reviewZixun LI
Co-authored-by: Copilot <[email protected]>
2025-10-22Fix copilot issuesMengsk
Signed-off-by: Mengsk <[email protected]>
2025-10-22Add is_isr parameter to usbd_edpt_xfer and usbd_edpt_xfer_fifocopilot-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-22Fix duplicate is_isr parameter in dcd_dwc2.ccopilot-swe-agent[bot]
Co-authored-by: HiFiPhile <[email protected]>
2025-10-22Clean up submodule trackingcopilot-swe-agent[bot]
Co-authored-by: HiFiPhile <[email protected]>
2025-10-22Remove submodules from trackingcopilot-swe-agent[bot]
2025-10-22Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifocopilot-swe-agent[bot]
Co-authored-by: HiFiPhile <[email protected]>
2025-10-22Initial exploration of issue #3311copilot-swe-agent[bot]
Co-authored-by: HiFiPhile <[email protected]>
2025-10-22Initial plancopilot-swe-agent[bot]
2025-10-21use CMake in getting_started examplesc1570
2025-10-20add note about CMakec1570
2025-10-20add missing class driver callbacksc1570
2025-10-20revert unnecessary Sphinx config changesc1570
2025-10-20streamlined getting_startedc1570
2025-10-20getting_started structurec1570
2025-10-20more consolidationc1570
2025-10-20improved getting_started, integrated "first device/host"c1570
2025-10-20rearrage TOCc1570
2025-10-20improve flowc1570
2025-10-20Naming conventions, buffer handlingc1570
2025-10-20WIP improved docs (feat. LLM)c1570
2025-10-16fix some warnings detected by pvs-studiohathach
2025-10-16add tu_div_round_nearest() (only handle positive) to replace ↵hathach
DIV_ROUND_CLOSEST() to remove the need of typeof
2025-10-15Merge pull request #3306 from hathach/refactor-buildsystemHa Thach
Refactor buildsystem and bsp
2025-10-15Update hw/bsp/same7x/boards/same70_qmtech/board.hHa Thach
Co-authored-by: Copilot <[email protected]>
2025-10-15skip mtp in hil test, it seems not stable and failed too oftenhathach
2025-10-15refactor spresense into cxd56. there is no orphan board in bsp.hathach
2025-10-15fix more warningshathach
2025-10-15fix more warningshathach
2025-10-15fix build warning with clanghathach
2025-10-15add nuc to ci buildhathach
2025-10-15refactor all nuc to familyhathach