9553 Commits

Author SHA1 Message Date
Zixun LI
a6efc7d722
Merge pull request #3319 from peppapighs/dwc2-usbsuspm
dcd/dwc2: fix suspend interrupt indefinitely disabled on AT32F405
2025-10-25 23:11:26 +02:00
Ha Thach
96d510978e
Merge pull request #3318 from hathach/static-analysis
Static analysis
2025-10-26 01:44:04 +07:00
hathach
42f000df8e
iar cstat require cmake at least 4.1 2025-10-26 01:04:15 +07:00
hathach
d7c4bf14b4
add IAR CStat to static_analysis.yml 2025-10-25 17:21:57 +07:00
peppapighs
80309e4d13 dcd/dwc2: clear pending suspend interrupt before usb reset 2025-10-25 17:09:39 +08:00
hathach
5818db49b2
add SonarQube scan 2025-10-25 15:20:07 +07:00
hathach
531009c9a0
add SonarQube scan 2025-10-25 13:36:26 +07:00
hathach
6cc445ef0f
download ninja binary, apt seems take too long ~ 1 min
also upload sarif as artifacts
2025-10-25 12:54:40 +07:00
hathach
5e3e24337f
merge codeql and pvs-studio to static_analysis.yml 2025-10-25 12:28:20 +07:00
hathach
948ba203ca
add pvs-studio analyze to ci 2025-10-25 00:15:41 +07:00
hathach
b08f672daf
add pvs-studio analyze to ci 2025-10-24 17:31:04 +07:00
hathach
55c6d07af3
fix more warnings 2025-10-24 14:28:59 +07:00
hathach
f39dcae9f1
fix several warnings 2025-10-24 13:04:49 +07:00
hathach
878c8f26c5
enable IAR CState with IAR_CSTAT=1 2025-10-24 09:58:46 +07:00
Ha Thach
ac37176cec
Merge pull request #3316 from hathach/more-cmake-refactor
More cmake refactor
2025-10-23 19:19:35 +07:00
hathach
7c95d9bed5
force clang asm with -x assembler-with-cpp 2025-10-23 18:00:15 +07:00
hathach
bde449997e
fix more build 2025-10-23 04:05:33 +07:00
hathach
c8a1b757f0
refactor family.cmake: rename add_board_target() to family_add_board() and move it to family_configure_common()
also move startup and linker from board target to actual exe
2025-10-23 02:23:20 +07:00
hathach
2f3b21a1e5
fix some warnings detected by pvs-studio 2025-10-16 10:44:22 +07:00
hathach
e93e47ae04
add tu_div_round_nearest() (only handle positive) to replace DIV_ROUND_CLOSEST() to remove the need of typeof 2025-10-16 10:03:10 +07:00
Ha Thach
79445c2386
Merge pull request #3306 from hathach/refactor-buildsystem
Refactor buildsystem and bsp
2025-10-15 20:59:58 +07:00
Ha Thach
4dfac3f356
Update hw/bsp/same7x/boards/same70_qmtech/board.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-15 20:37:04 +07:00
hathach
d96d468b55
skip mtp in hil test, it seems not stable and failed too often 2025-10-15 19:58:59 +07:00
hathach
fd9d43d7c5
refactor spresense into cxd56. there is no orphan board in bsp. 2025-10-15 19:31:16 +07:00
hathach
55227a6146
fix more warnings 2025-10-15 16:37:01 +07:00
hathach
53deb6cc6c
fix more warnings 2025-10-15 15:43:08 +07:00
hathach
a8be575953
fix build warning with clang 2025-10-15 15:27:48 +07:00
hathach
3ce037d62b
add nuc to ci build 2025-10-15 13:38:52 +07:00
hathach
8199ed6fd0
refactor all nuc to family 2025-10-15 13:37:21 +07:00
hathach
0d690c8b80
update nuc121/125 2025-10-15 12:49:36 +07:00
hathach
9bd3622fc7
merge nuc121 and 125 2025-10-15 12:24:45 +07:00
hathach
ce2dab7fb3
more warning fix 2025-10-15 10:00:14 +07:00
hathach
4efb17130b
fix unused warnings 2025-10-15 09:33:23 +07:00
hathach
6a1117a8d8
refactor sltb009a to family efm32 2025-10-15 00:33:04 +07:00
hathach
2a8811ebb0
merge samd2x and saml2x bsp, add OPT_MCU_SAML2X to replace OPT_MCU_SAML21 & OPT_MCU_SAML22 2025-10-15 00:15:46 +07:00
hathach
6f93feee09
suppress some warnings in zephyr build 2025-10-14 23:23:23 +07:00
hathach
367044e487
fix lots of warnings for missing-prototypes for irqhandler 2025-10-14 23:02:32 +07:00
hathach
4bdd08ed2d
fix missing prototypes 2025-10-14 19:41:04 +07:00
hathach
c48bbfab5e
more make refactor 2025-10-14 17:53:55 +07:00
hathach
0a2b6e77da
more warnings fix 2025-10-14 17:33:56 +07:00
hathach
a5fde08285
refactor same7x using codex 2025-10-14 17:18:26 +07:00
hathach
47b13f6b10
improve cmake warning flags, fix various warnings in examples 2025-10-14 17:13:28 +07:00
hathach
9bf18d080b
move make.mk to hw/bsp/family_support.mk 2025-10-14 15:14:43 +07:00
Ha Thach
38255ffc38
Merge pull request #3299 from hathach/initial-nrf54h20
Initial nrf54h20 support
2025-10-14 14:22:45 +07:00
Ha Thach
9fd9fc66ce
Merge pull request #3304 from hathach/add-tool-for-oss
add tools that provided freely to develop project
2025-10-14 12:14:42 +07:00
Ha Thach
9a25b9e51a
Update README.rst
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-14 11:58:07 +07:00
hathach
0c3631c91d
add tools that provided freely to develop project 2025-10-14 11:55:42 +07:00
Ha Thach
7ccda4d833
Merge pull request #3302 from hathach/revert-3300-qodana-automation-241005150
Revert "Add qodana CI checks"
2025-10-13 18:23:38 +07:00
Ha Thach
92d3414fe1
Revert "Add qodana CI checks" 2025-10-13 18:22:58 +07:00
Ha Thach
77e0d06a13
Merge pull request #3300 from hathach/qodana-automation-241005150
Add qodana CI checks
2025-10-13 17:33:13 +07:00