Commit Graph

4482 Commits

Author SHA1 Message Date
daa31d4810 Declare interrupt handler functions for ESP32 DWC2 2025-11-04 10:48:24 +02:00
a6c16d1475 Merge pull request #3248 from ArcaneNibble/ohci-upstream
ohci: Implement support for d-cache operations
2025-11-01 09:32:03 +07:00
6837e47584 Merge branch 'master' into fork/ArcaneNibble/ohci-upstream 2025-10-31 14:21:17 +07:00
aa739c946d Merge branch 'master' into uac1
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-30 19:50:47 +01:00
88305b1b34 Merge branch 'master' into add-ohci-lpc55
# Conflicts:
- hw/bsp/lpc17/family.cmake
- hw/bsp/lpc40/family.cmake
- hw/bsp/lpc55/family.cmake
2025-10-30 14:35:11 +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
113a763bc3 fix warning with strict prototypes warnings 2025-10-28 11:10:29 +07:00
a12806a6cd fix descriptor warning when shifting zero 2025-10-28 00:17:26 +07:00
d55e074a36 improve warnings with rp2040 family 2025-10-27 17:11:42 +07:00
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
80309e4d13 dcd/dwc2: clear pending suspend interrupt before usb reset 2025-10-25 17:09:39 +08:00
9f1a86c0cb Ensure type promotion
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-24 13:27:38 +02: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
55c6d07af3 fix more warnings 2025-10-24 14:28:59 +07:00
f39dcae9f1 fix several warnings 2025-10-24 13:04:49 +07:00
2f3b21a1e5 fix some warnings detected by pvs-studio 2025-10-16 10:44:22 +07:00
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
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
1902377418 Merge branch 'master' into uac1 2025-10-11 16:50:47 +02:00
080ca2e5cc Move control buffer out of USB section
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-11 16:49:42 +02:00
83baf13dcb try to enable ohci for lpc55 but not working, probably clock issue 2025-10-10 13:47:41 +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
cc82e088b5 fix todo size in list_reverse() 2025-10-09 18:50:04 +07:00
a97da37424 Fix dcd_int_enable when remapping the USB interrupt 2025-10-09 19:44:11 +08:00
d4374bb0db centralize hcd_dcache_uncached() for ED 2025-10-09 18:18:08 +07:00
970384d6db Merge branch 'master' into fork/ArcaneNibble/ohci-upstream 2025-10-09 12:27:30 +07: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
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
e38172fdf6 Fix descriptor looping
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-04 12:11:42 +02:00
b18a8fbcd5 update for release 0.19.0 2025-10-03 22:12:11 +07:00
05ea8cf0ee Merge remote-tracking branch 'tinyusb/master' into uac1 2025-10-03 09:34:40 +02:00
d322207441 Add UAC1 support to uac2_headset example
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-02 23:59:24 +02:00