summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-10-30Video Class: New callback function added which allows to generate frame data ↵Tobi
on the fly - If buffer is set to NULL, the callback will request payload data from a user function. This allows to work with dynamic content on platforms which are not able to hold a whole frame in memory. - Callback uses the same "weak" linking as other callbacks for this class.
2025-10-30Merge branch 'master' into add-ohci-lpc55hathach
# Conflicts: - hw/bsp/lpc17/family.cmake - hw/bsp/lpc40/family.cmake - hw/bsp/lpc55/family.cmake
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
fix compiling with nuc family
2025-10-28fix warning with strict prototypes warningshathach
2025-10-28fix descriptor warning when shifting zerohathach
2025-10-27improve warnings with rp2040 familyhathach
2025-10-25Merge pull request #3319 from peppapighs/dwc2-usbsuspmZixun LI
dcd/dwc2: fix suspend interrupt indefinitely disabled on AT32F405
2025-10-25dcd/dwc2: clear pending suspend interrupt before usb resetpeppapighs
2025-10-24fix more warningshathach
2025-10-24fix several warningshathach
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-15refactor spresense into cxd56. there is no orphan board in bsp.hathach
2025-10-15fix more warningshathach
2025-10-15refactor all nuc to familyhathach
2025-10-15update nuc121/125hathach
2025-10-15fix unused warningshathach
2025-10-15merge samd2x and saml2x bsp, add OPT_MCU_SAML2X to replace OPT_MCU_SAML21 & ↵hathach
OPT_MCU_SAML22
2025-10-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-10-14improve cmake warning flags, fix various warnings in exampleshathach
2025-10-14Merge pull request #3299 from hathach/initial-nrf54h20Ha Thach
Initial nrf54h20 support
2025-10-13get cmake build with 54h20 not tested on actual hw, probably not runninghathach
2025-10-10try to enable ohci for lpc55 but not working, probably clock issuehathach
2025-10-10successfullypoornadharshan13-rgb
2025-10-09Merge pull request #3292 from tangpipi/fix_at32_remapHa Thach
at32_fsdev: Fix dcd_int_enable when remapping the USB interrupt
2025-10-09Merge pull request #3279 from HiFiPhile/dwc2_ep0Ha Thach
dcd/dwc2: fix enumeration when EP0 size=8
2025-10-09Fix dcd_int_enable when remapping the USB interrupt唐皮皮
2025-10-08fix incorrect MTP xact_len calculationRigoLigo
2025-10-07dcd/dwc2: cleanup previous pending EP0 IN transfer if a SETUP packet is receivedMengsk
Signed-off-by: Mengsk <[email protected]>
2025-10-06Merge remote-tracking branch 'tinyusb/master' into dwc2_ep0Mengsk
2025-10-06dcd/dwc2: fix enumration when EP0 size=8Mengsk
Signed-off-by: Mengsk <[email protected]>
2025-10-06fix typohathach
2025-10-06Merge pull request #3280 from HiFiPhile/hid_stylusHa Thach
Fix HID stylus descriptor and hid_composite example
2025-10-06remove dcd_esp32sx which is replaced by dwc2hathach
2025-10-05Fix HIS stylus descriptor and hid_composite exampleHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-10-03update for release 0.19.0hathach
2025-10-02mtp example work with highspeed devicehathach
2025-10-01Merge branch 'master' into fork/ennebi/mtphathach
2025-10-01minor updatehathach
2025-09-29Fix warningMengsk
Signed-off-by: Mengsk <[email protected]>
2025-09-29Disable SBUF_ISO for U0Mengsk
Signed-off-by: Mengsk <[email protected]>
2025-09-29Fix PMA size for U0Mengsk
Signed-off-by: Mengsk <[email protected]>
2025-09-29Merge branch 'master' into fork/ennebi/mtphathach
2025-09-29refactor mtp examples, add phase and session id to callback datahathach
2025-09-27audio: simplify alt settings managementHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-09-27Merge pull request #3256 from hathach/weak_cbHa Thach
Migrate weak function override to new syntax, update delay api usage
2025-09-27make command container more consistenthathach
2025-09-27add edpt claim for public APIhathach
2025-09-27implement serial for MTPhathach
2025-09-27implement control requesthathach