Commit Graph

4435 Commits

Author SHA1 Message Date
fd9d43d7c5 refactor spresense into cxd56. there is no orphan board in bsp. 2025-10-15 19:31:16 +07:00
53deb6cc6c fix more warnings 2025-10-15 15:43:08 +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
4efb17130b fix unused warnings 2025-10-15 09:33:23 +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
367044e487 fix lots of warnings for missing-prototypes for irqhandler 2025-10-14 23:02:32 +07:00
47b13f6b10 improve cmake warning flags, fix various warnings in examples 2025-10-14 17:13:28 +07:00
38255ffc38 Merge pull request #3299 from hathach/initial-nrf54h20
Initial nrf54h20 support
2025-10-14 14:22:45 +07:00
ee7a7c56db get cmake build with 54h20 not tested on actual hw, probably not running 2025-10-13 12:41:55 +07:00
aa0fc2e08f successfully 2025-10-10 10:20:19 +05:30
8f2e3ed441 Merge pull request #3292 from tangpipi/fix_at32_remap
at32_fsdev: Fix dcd_int_enable when remapping the USB interrupt
2025-10-09 22:13:31 +07:00
0fab57b8c1 Merge pull request #3279 from HiFiPhile/dwc2_ep0
dcd/dwc2: fix enumeration when EP0 size=8
2025-10-09 21:42:32 +07:00
a97da37424 Fix dcd_int_enable when remapping the USB interrupt 2025-10-09 19:44:11 +08:00
bf69c49c29 fix incorrect MTP xact_len calculation 2025-10-08 07:22:34 +08:00
16dd74912f dcd/dwc2: cleanup previous pending EP0 IN transfer if a SETUP packet is received
Signed-off-by: Mengsk <admin@hifiphile.com>
2025-10-07 15:49:55 +02:00
fedcdefa3d Merge remote-tracking branch 'tinyusb/master' into dwc2_ep0 2025-10-06 17:13:56 +02:00
5ac0bed779 dcd/dwc2: fix enumration when EP0 size=8
Signed-off-by: Mengsk <admin@hifiphile.com>
2025-10-06 17:12:05 +02:00
044512c459 fix typo 2025-10-06 13:34:05 +07:00
e72a9eb305 Merge pull request #3280 from HiFiPhile/hid_stylus
Fix HID stylus descriptor and hid_composite example
2025-10-06 12:03:41 +07:00
f272d87a3f remove dcd_esp32sx which is replaced by dwc2 2025-10-06 10:58:58 +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
b18a8fbcd5 update for release 0.19.0 2025-10-03 22:12:11 +07:00
981dc982ce mtp example work with highspeed device 2025-10-02 15:57:59 +07:00
eceb281f17 Merge branch 'master' into fork/ennebi/mtp 2025-10-01 17:18:05 +07:00
13c240134a minor update 2025-10-01 16:53:44 +07:00
7281bfbfc4 Fix warning
Signed-off-by: Mengsk <admin@hifiphile.com>
2025-09-29 16:09:34 +02:00
30f8a9dfae Disable SBUF_ISO for U0
Signed-off-by: Mengsk <admin@hifiphile.com>
2025-09-29 16:09:34 +02:00
bd35dd17a8 Fix PMA size for U0
Signed-off-by: Mengsk <admin@hifiphile.com>
2025-09-29 16:09:34 +02: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
8952838a26 audio: simplify alt settings management
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-27 22:17:10 +02:00
152d25ed62 Merge pull request #3256 from hathach/weak_cb
Migrate weak function override to new syntax, update delay api usage
2025-09-27 20:38:03 +07:00
a09c65c4e4 make command container more consistent 2025-09-27 18:43:46 +07:00
bc688ccbad add edpt claim for public API 2025-09-27 18:28:11 +07:00
adce3bbac0 implement serial for MTP 2025-09-27 17:33:00 +07:00
cb21ca1b0c implement control request 2025-09-27 17:08:21 +07:00
f9d4bc7981 implement tud_mtp_mounted() and tud_mtp_event_send()
refactor phase state
2025-09-26 15:52:37 +07:00
e92262eb5c fix more ci build 2025-09-26 11:51:09 +07:00
e4f7fcf7ec fix compile warnings 2025-09-26 10:06:32 +07:00
34be38db19 clean up, wrap up bulk command supported 2025-09-25 18:58:25 +07:00
c9a8330081 implement send object command, able to create new file 2025-09-25 17:47:50 +07:00
f8397717ea implement MTP_OP_SEND_OBJECT_INFO, refactor fs example 2025-09-25 15:32:13 +07:00
f4a3c1a1ba Fix incorrect comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-25 08:34:18 +08:00
f36b63ad63 Add HID Usage Page and Table for Power Devices (0x84 - 0x85) 2025-09-24 20:54:48 +08:00
b8126d9c4e clean up 2025-09-24 15:27:20 +07:00
6317730be6 unify callback argument. support multiple packet get object 2025-09-24 12:49:52 +07:00
3c39f60f63 refactor API 2025-09-23 15:23:16 +07:00
1ab45bc525 try to add logo png to mtp example 2025-09-23 09:34:03 +07:00
7162caee20 Fix erroneous documentation of TU_ASSERT/TU_VERIFY 2025-09-22 12:58:24 +02:00