| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-30 | Added 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-30 | Video 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-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 | add pvs-studio analyze to ci | hathach | |
| 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-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 | |||
| 2025-10-15 | Update hw/bsp/same7x/boards/same70_qmtech/board.h | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-10-15 | skip mtp in hil test, it seems not stable and failed too often | hathach | |
| 2025-10-15 | refactor spresense into cxd56. there is no orphan board in bsp. | hathach | |
| 2025-10-15 | fix more warnings | hathach | |
| 2025-10-15 | fix more warnings | hathach | |
| 2025-10-15 | fix build warning with clang | hathach | |
| 2025-10-15 | add nuc to ci build | hathach | |
| 2025-10-15 | refactor all nuc to family | hathach | |
| 2025-10-15 | update nuc121/125 | hathach | |
| 2025-10-15 | merge nuc121 and 125 | hathach | |
| 2025-10-15 | more warning fix | hathach | |
