summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-30Added 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-10-30Video Class: New callback function added which allows to generate frame data ↵Tobi
on the fly - If buffer is set to NULL, the callback will request payload data from a user function. This allows to work with dynamic content on platforms which are not able to hold a whole frame in memory. - Callback uses the same "weak" linking as other callbacks for this class.
2025-10-30Merge pull request #3294 from hathach/add-ohci-lpc55Ha Thach
try to enable ohci for lpc55 but not working, probably clock issue
2025-10-30update lpc55 family.chathach
2025-10-30Merge branch 'master' into add-ohci-lpc55hathach
# Conflicts: - hw/bsp/lpc17/family.cmake - hw/bsp/lpc40/family.cmake - hw/bsp/lpc55/family.cmake
2025-10-30Merge pull request #3271 from karlp/pr/examplesd-freertos-stacksHa Thach
examples/device/*_freertos: expand stack size when needed
2025-10-30increase freertos stack size when debug is enabledhathach
2025-10-29Merge pull request #3320 from hathach/more-sastHa Thach
fix warnings
2025-10-28filter out sarif for codeql hw/mcu and lib/hathach
2025-10-28IAR C-Stat exclude mcu folderhathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
fix compiling with nuc family
2025-10-28fix security in gh actionhathach
2025-10-28fix warning with strict prototypes warningshathach
2025-10-28fix descriptor warning when shifting zerohathach
2025-10-28added .pvsconfig to exclude some ruleshathach
2025-10-28disable warning for startup filehathach
2025-10-27improve warnings with rp2040 familyhathach
2025-10-27update static_analysis.yml workflowhathach
2025-10-25Merge pull request #3319 from peppapighs/dwc2-usbsuspmZixun LI
dcd/dwc2: fix suspend interrupt indefinitely disabled on AT32F405
2025-10-26Merge pull request #3318 from hathach/static-analysisHa Thach
Static analysis
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-24add pvs-studio analyze to cihathach
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-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
2025-10-15update nuc121/125hathach
2025-10-15merge nuc121 and 125hathach
2025-10-15more warning fixhathach