Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-06-06Fix sign-compare warningRafael G. Martins
2022-07-25Add PlatformIO supportMohammad Amin Sameti
2022-06-08Implement STM32H743 (#113)via
2022-06-06All ep_write functions take const buffer pointer.Matthew Via
2022-06-03Fix PMA offset in F103 ASM driverVasily Voropaev
2022-05-05Suppressing warnings on -Wextra for STM32WB55hedger/extrawarningsfixhedger
2022-01-03Merge pull request #106 from flipperdevices/masterDmitry Filimonchuk
2021-12-23fix some bugs in ASM drivers.Dmitry Filimonchuk
2021-11-29Fix suspend handling on WB55nminaylov
2021-11-15Fix L1 PMA access (#104)Dmitry Filimonchuk
2021-11-08Add F411E demo, macro fixesDmitry Filimonchuk
2021-10-17Merge pull request #98 from flipperdevices/masterDmitry Filimonchuk
2021-10-17fix 'align' keyword placedash
2021-10-03Add support for STM32WB55nminaylov
2021-09-18fix stm32F0 UID offset (#97)Dmitry Filimonchuk
2021-01-26Fix/wpedantic (#78)Dmitry Filimonchuk
2020-11-12Fix/devfs rxcount (#70)Dmitry Filimonchuk
2020-11-12Revert "fix devfs rxcount calculation"Dmitry Filimonchuk
2020-11-12fix devfs rxcount calculationDmitry Filimonchuk
2020-07-31add F446 OTGHS in DEVFS modeDmitry Filimonchuk
2020-07-31hide driver functionsDmitry Filimonchuk
2020-07-31[DEVFS] small C code optimizationDmitry Filimonchuk
2020-07-31[OTGFS] fix readouts from out of bufferDmitry Filimonchuk
2020-07-01fix F373Dmitry Filimonchuk
2020-05-31remove unwanted includeDmitry Filimonchuk
2020-05-31add F446 OTGFSDmitry Filimonchuk
2020-05-30remove unwanted attributesDmitry Filimonchuk
2020-05-08add USB remap support for MCUs in low pin count packagesdash
2020-05-05use #pragma message instead of #warningDmitry Filimonchuk
2020-01-29hotfix incorrect epsize alignment. ASM drivers are OKDmitry
2019-12-16add STM32G4 seriesDmitry
2019-09-07fix STATUS_OUT readDmitry
2019-03-17Fixing a bug in `stm32f103_devfs`Max Chan
2019-03-01remove unwanted soft core reset for F4 OTGFS driverDmitry
2019-02-05fix F103 driver getinfo()Dmitry
2019-01-16fix total number endpoints for F429 and F105Dmitry
2018-12-19add named section for assembly driversDmitry
2018-12-06add STM32L4x3 and STM32L4x2 support for L052 assembly driverDmitry
2018-11-24Quenching fallthrough warningsMax Chan
2018-11-24Adding STM32L433 driver, modified from STM32L052Max Chan
2018-11-05Add STM32F429 OTGHS support. (FS device mode using internal PHY)Dmitry
2018-10-29Add "externally_visible" attribute for usbd_core entry point and drivers.Dmitry
2018-09-23Fix MAX_EP. I though it was the total number of endpoints but by the way it i...Fabián Inostroza
2018-09-22Add support for stm32f105 and stm32f107. Based on the stm32f429 driver.Fabián Inostroza
2018-09-22Updates for STM32F103xETravis Robinson
2018-09-22refactor: revise get_next_pma() functionDmitry
2018-09-22refactor: replace HW capabilities bitmapped field to getinfo() function call.Dmitry
2018-09-22refactor: remove unwanted usb_reset()Dmitry
2018-09-22refactor: remove deprecated usbd_control()Dmitry
2018-02-23Fixed support STM32F0xx (#17)Andrei Paulau