summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-10-15fix unused warningshathach
2025-10-15refactor sltb009a to family efm32hathach
2025-10-15merge samd2x and saml2x bsp, add OPT_MCU_SAML2X to replace OPT_MCU_SAML21 & ↵hathach
OPT_MCU_SAML22
2025-10-14suppress some warnings in zephyr buildhathach
2025-10-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-10-14fix missing prototypeshathach
2025-10-14more make refactorhathach
2025-10-14more warnings fixhathach
2025-10-14refactor same7x using codexhathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-10-14move make.mk to hw/bsp/family_support.mkhathach
2025-10-14Merge pull request #3299 from hathach/initial-nrf54h20Ha Thach
Initial nrf54h20 support
2025-10-14Merge pull request #3304 from hathach/add-tool-for-ossHa Thach
add tools that provided freely to develop project
2025-10-14Update README.rstHa Thach
Co-authored-by: Copilot <[email protected]>
2025-10-14add tools that provided freely to develop projecthathach
2025-10-13Merge pull request #3302 from hathach/revert-3300-qodana-automation-241005150Ha Thach
Revert "Add qodana CI checks"
2025-10-13Revert "Add qodana CI checks"Ha Thach
2025-10-13Merge pull request #3300 from hathach/qodana-automation-241005150Ha Thach
Add qodana CI checks
2025-10-13Add github workflow fileQodana Application
2025-10-13Add qodana.yaml fileQodana Application
2025-10-13fix build with west zephyrhathach
2025-10-13rename pca10056 to nrf52840dk, pca10059 to nrf52840donglehathach
2025-10-13update make build system rename pca10095 to nrf5340dkhathach
2025-10-13get cmake build with 54h20 not tested on actual hw, probably not runninghathach
2025-10-12Merge pull request #3220 from adam-embedded/with-stm32l496nucleoHa Thach
Added stm32l496nucleo board support
2025-10-11Merge branch 'master' into dwc2_iso_incompHiFiPhile
2025-10-11Merge branch 'master' into uac1HiFiPhile
2025-10-11Move control buffer out of USB sectionHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-10-11dfu: remove transfer buffer out of USB section, since data will copy to/from ↵HiFiPhile
use EP0 buffer. Signed-off-by: HiFiPhile <[email protected]>
2025-10-11Merge branch 'master' into dwc2_ep0HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-10-11correct l496zg variant, fix build warninghathach
2025-10-11Merge branch 'master' into fork/adam-embedded/with-stm32l496nucleohathach
2025-10-11Merge pull request #3293Ha Thach
ESP32-S3 bulk transfer issues #3154
2025-10-11Merge pull request #3297 from hathach/hil-increase-timeout-for-mtpHa Thach
increase timeout for mtp hil test
2025-10-11increase timeout for mtp hil testhathach
2025-10-10example/dfu: add MSOS 2.0 descriptor for auto driver loadingHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>