| 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 | 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-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 descriptor warning when shifting zero | hathach | |
| 2025-10-26 | iar cstat require cmake at least 4.1 | hathach | |
| 2025-10-24 | add pvs-studio analyze to ci | hathach | |
| 2025-10-24 | fix several warnings | hathach | |
| 2025-10-24 | enable IAR CState with IAR_CSTAT=1 | hathach | |
| 2025-10-23 | force clang asm with -x assembler-with-cpp | 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-15 | refactor spresense into cxd56. there is no orphan board in bsp. | hathach | |
| 2025-10-15 | fix more warnings | hathach | |
| 2025-10-15 | fix build warning with clang | hathach | |
| 2025-10-15 | refactor all nuc to family | hathach | |
| 2025-10-15 | update nuc121/125 | hathach | |
| 2025-10-15 | merge samd2x and saml2x bsp, add OPT_MCU_SAML2X to replace OPT_MCU_SAML21 & ↵ | hathach | |
| OPT_MCU_SAML22 | |||
| 2025-10-14 | fix lots of warnings for missing-prototypes for irqhandler | hathach | |
| 2025-10-14 | more make refactor | hathach | |
| 2025-10-14 | more warnings fix | hathach | |
| 2025-10-14 | improve cmake warning flags, fix various warnings in examples | hathach | |
| 2025-10-14 | move make.mk to hw/bsp/family_support.mk | hathach | |
| 2025-10-06 | fix typo | hathach | |
| 2025-10-05 | Fix HIS stylus descriptor and hid_composite example | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-03 | fix iar build | hathach | |
| 2025-10-02 | fix typos | hathach | |
| 2025-10-02 | mtp example work with highspeed device | hathach | |
| 2025-10-02 | fix mtp serial | hathach | |
| 2025-10-02 | HIL add timeout for opening mtp device | hathach | |
| 2025-10-01 | examples/device/*_freertos: expand stack size when needed | Karl Palsson | |
| All four of these examples immediately crashed on stack overflow when connected, at least on a FRDM_K64F board. In 46fd82299040f the default freertos stack size was increased, but _only_ for stm32? Perhaps either all platform examples need the default increased, rather than increasing the problem task stacks as is done here. Signed-off-by: Karl Palsson <[email protected]> | |||
| 2025-10-01 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-10-01 | test mtp with hil | hathach | |
| 2025-10-01 | Merge pull request #3269 from karlp/pr/fix-rtt | Ha Thach | |
| examples: make: fix LOGGER=rtt | |||
| 2025-09-30 | fix serial, try to test mtp with hil | hathach | |
| 2025-09-29 | examples: make: fix LOGGER=rtt | Karl Palsson | |
| CMake builds worked, but the variables were brokenly updated for make. Fixes: a64e3eb0aa update board_test always output on uart Signed-off-by: Karl Palsson <[email protected]> | |||
| 2025-09-29 | Refresh board presets | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | fix ci | hathach | |
| 2025-09-29 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-09-29 | refactor mtp examples, add phase and session id to callback data | hathach | |
| 2025-09-27 | audio: simplify alt settings management | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-27 | make command container more consistent | hathach | |
| 2025-09-27 | implement serial for MTP | hathach | |
| 2025-09-27 | implement control request | hathach | |
| 2025-09-26 | skip mtp for cynthion_d11 | hathach | |
| 2025-09-26 | fix more ci build | hathach | |
| 2025-09-26 | fix compile warnings | hathach | |
| 2025-09-25 | clean up, wrap up bulk command supported | hathach | |
| 2025-09-25 | implement delete object | hathach | |
