summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-08add G0 to supported platforms in README.rst :)Hubert Denkmair
2023-03-08fix path to stm32g0xx.hHubert Denkmair
2023-03-08add basic STM32G0 supportHubert Denkmair
2023-03-08add basic STM32G0 supportHubert Denkmair
2023-03-08Merge pull request #1941 from hathach/minor-ciHa Thach
2023-03-08more ci mergehathach
2023-03-08improve cihathach
2023-03-06Merge pull request #1933 from kilograham/rp2040_llvm_tweaksHa Thach
2023-03-06Merge pull request #1938 from hathach/update-buildHa Thach
2023-03-06clean uphathach
2023-03-06more ci fixhathach
2023-03-06integrate top.mk into make.mkhathach
2023-03-06clean up tophathach
2023-03-06fix iar cihathach
2023-03-06change gcc to 10.3 due to freeRTOS warninghathach
2023-03-06update size to fix macos cihathach
2023-03-06Merge pull request #1937 from silvergasp/fix_wrong_sizeHiFiPhile
2023-03-05fix: Fix wrong destsz used with tu_memcpy_sNathaniel Brough
2023-03-05try gcc 12.2 with macoshathach
2023-03-05ignore mkdir in windows cihathach
2023-03-05more ci testhathach
2023-03-05fix ci build on windowshathach
2023-03-04bump up gcc, test macos unamehathach
2023-03-03only build 1 board on windows/macoshathach
2023-03-03clean up f0 warningshathach
2023-03-03use make abspath intead of shell realpathhathach
2023-03-03try adding build for windows and macoshathach
2023-03-02rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARMgraham sanderson
2023-03-01Merge pull request #1932 from hathach/add-usbip-fsdevHa Thach
2023-03-01add TUP_USBIP_FSDEV and TUP_USBIP_FSDEV_STM32, clean up ifdef with stm32hathach
2023-02-28Merge pull request #1828 from HiFiPhile/stm32_fsdevHa Thach
2023-02-28rename ep_num to ep_idx, minor clean uphathach
2023-02-27Merge pull request #1852 from silvergasp/mem_sHa Thach
2023-02-27minor clean uphathach
2023-02-22Merge pull request #1491 from Ryzee119/ohci_fixesHa Thach
2023-02-22comment out osal_task_delay if using os nonehathach
2023-02-22white spacehathach
2023-02-22move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virthathach
2023-02-22Merge pull request #1796 from Sinitax/masterHa Thach
2023-02-22Merge pull request #1919 from hathach/use-tu-static-for-fuzzHa Thach
2023-02-22use tu_static instead of static _fuzz_threadhathach
2023-02-22rename OHCI_RHPORTS to TUP_OHCI_RHPORTShathach
2023-02-22revert some changeshathach
2023-02-22move check LIB_PICO_STDIO_UART to board.hhathach
2023-02-22Merge pull request #1867 from silvergasp/thread_local_globalsHa Thach
2023-02-22missing some fileshathach
2023-02-22rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_threadhathach
2023-02-18ohci: Disable MIE interrupt during IRQ processing, zero HccADoneHead on compl...wooyay
2023-02-18ohci: Use enum instead of magic numberRyzee119
2023-02-18ohci: Add ability to separate physical and virtual memoryRyan Wendland