Commit Graph

1222 Commits

Author SHA1 Message Date
1f04fe7924 added .clang-format
fix more alerts
disable IAR CStat since pvs-studio check is better integrated with clion
2025-11-05 17:34:27 +07:00
8979af34c0 Fixed more alert found by PVS-Studio 2025-11-04 19:56:53 +07:00
00f374682e fixing alert by scanning tool 2025-11-03 11:46:54 +07:00
aa739c946d Merge branch 'master' into uac1
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-30 19:50:47 +01:00
813eba22c1 Merge pull request #3271 from karlp/pr/examplesd-freertos-stacks
examples/device/*_freertos: expand stack size when needed
2025-10-30 14:21:24 +07:00
ec8ef7a9af increase freertos stack size when debug is enabled 2025-10-30 11:16:19 +07:00
d92b810df7 fix Identifiers that start with '__' or '_[A-Z]' are reserved.
fix compiling with nuc family
2025-10-28 14:14:01 +07:00
a12806a6cd fix descriptor warning when shifting zero 2025-10-28 00:17:26 +07:00
b08f672daf add pvs-studio analyze to ci 2025-10-24 17:31:04 +07:00
4dd9122417 Merge remote-tracking branch 'upstream/master' into uac1
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-24 11:16:07 +02:00
f39dcae9f1 fix several warnings 2025-10-24 13:04:49 +07:00
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
2f3b21a1e5 fix some warnings detected by pvs-studio 2025-10-16 10:44:22 +07:00
fd9d43d7c5 refactor spresense into cxd56. there is no orphan board in bsp. 2025-10-15 19:31:16 +07:00
55227a6146 fix more warnings 2025-10-15 16:37:01 +07:00
a8be575953 fix build warning with clang 2025-10-15 15:27:48 +07:00
8199ed6fd0 refactor all nuc to family 2025-10-15 13:37:21 +07:00
0d690c8b80 update nuc121/125 2025-10-15 12:49:36 +07:00
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
c48bbfab5e more make refactor 2025-10-14 17:53:55 +07:00
0a2b6e77da more warnings fix 2025-10-14 17:33:56 +07:00
47b13f6b10 improve cmake warning flags, fix various warnings in examples 2025-10-14 17:13:28 +07:00
9bf18d080b move make.mk to hw/bsp/family_support.mk 2025-10-14 15:14:43 +07:00
1902377418 Merge branch 'master' into uac1 2025-10-11 16:50:47 +02:00
044512c459 fix typo 2025-10-06 13:34:05 +07:00
afdfb0895f Fix HIS stylus descriptor and hid_composite example
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-05 19:09:44 +02:00
6acf49e4c2 Use one control buffer as EP0 has no concurrency
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-05 01:13:36 +02:00
0b630f000d Merge branch 'master' into fork/HiFiPhile/uac1 2025-10-04 15:41:44 +07:00
1ded8ac94c Update headset example
Signed-off-by: Mengsk <admin@hifiphile.com>
2025-10-03 10:15:19 +02:00
05ea8cf0ee Merge remote-tracking branch 'tinyusb/master' into uac1 2025-10-03 09:34:40 +02:00
3b007249cf fix iar build 2025-10-03 11:26:14 +07:00
d322207441 Add UAC1 support to uac2_headset example
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-02 23:59:24 +02:00
3773d60a1e fix typos 2025-10-02 17:15:22 +07:00
981dc982ce mtp example work with highspeed device 2025-10-02 15:57:59 +07:00
4a0613cbaf fix mtp serial 2025-10-02 12:49:38 +07:00
6d32256188 HIL add timeout for opening mtp device 2025-10-02 10:43:55 +07:00
cd9266bf3d Add note about bRefresh value
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-01 22:00:12 +02:00
1cec005f8f examples/device/*_freertos: expand stack size when needed
All four of these examples immediately crashed on stack overflow when
connected, at least on a FRDM_K64F board.

In 46fd822990 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 <karl.palsson@marel.com>
2025-10-01 10:47:19 +00:00
4e4e2be566 test mtp with hil 2025-10-01 16:25:38 +07:00
d5108589b6 Minor fixes
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-01 09:42:13 +02:00
732d4a8c97 fix serial, try to test mtp with hil 2025-09-30 22:44:58 +07:00
9f75b32ac1 Add UAC1 support to audio_test_multi_rate example
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-30 16:30:34 +02:00
9afe71c77e Add UAC1 support to speaker example
Signed-off-by: Mengsk <admin@hifiphile.com>
2025-09-30 16:30:34 +02:00
5d179c255b Update TUD_AUDIO_EP_SIZE macro
Signed-off-by: Mengsk <admin@hifiphile.com>
2025-09-30 15:51:50 +02:00
289680a6b9 Add basic UAC1 support
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-30 15:51:50 +02:00
9637a2006b More descriptors working
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-30 15:51:50 +02:00
ff492dc2b6 fix ci 2025-09-29 15:32:53 +07:00
bdd557caf1 Merge branch 'master' into fork/ennebi/mtp 2025-09-29 15:32:08 +07:00
4f3a5f92fa refactor mtp examples, add phase and session id to callback data 2025-09-29 15:08:12 +07:00
78121a8d3f Update UAC2 naming
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-29 10:00:39 +02:00