summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-23ci checkout sub-submodulehathach
2021-01-23change lwip to github mirrorhathach
2021-01-23action checkout submodule=truehathach
2021-01-23try fetchRecurseSubmodules = falsehathach
2021-01-23try to fix cross included submodules with pico-sdkhathach
2021-01-23doc updatehathach
2021-01-23add pico-sdk as submodulehathach
2021-01-23rp2040 cdc_msc work wellhathach
2021-01-23rp2040 better support multiple boardshathach
2021-01-23get board_test running with pico on both led and buttonhathach
2021-01-22update cmake build to work with esp32s2 and rp2040hathach
2021-01-22fix compiler warninghathach
2021-01-22Merge pull request #599 from hathach/group-boards-into-familyHa Thach
Group boards into family
2021-01-22Merge branch 'master' into group-boards-into-familyhathach
2021-01-22more cihathach
2021-01-22fix esp32s2 ci buildhathach
2021-01-21Merge pull request #598 from hathach/picoHa Thach
RP2040 support
2021-01-21revert submodules changeshathach
2021-01-21Merge branch 'master' into picoHa Thach
2021-01-20Add __restrict keyword and memore alignment to src/dst pointer ofReinhard Panhuber
_tu_fifo_read_from_const_src_ptr() _tu_fifo_write_to_const_dst_ptr()
2021-01-19RP2040 supportgraham sanderson
2021-01-19Adjust #include "dcd.h" to "device/dcd.h", the same for usbd.h in usbd.cReinhard Panhuber
2021-01-19Change names from edpt_ISO_xfer to edpt_iso_xferReinhard Panhuber
2021-01-18Explicitly add cast to uint32_t before shifting uint8 to leftReinhard Panhuber
2021-01-18Correct include path to #include "common/tusb_fifo.h"Reinhard Panhuber
2021-01-18Merge remote-tracking branch 'upstream/master' into edpt_ISO_xferReinhard Panhuber
2021-01-18Implement dcd_edpt_ISO_xfer() and adapt transmission schemeReinhard Panhuber
2021-01-18Add usbd_edpt_ISO_xfer()Reinhard Panhuber
2021-01-18Clean upReinhard Panhuber
2021-01-18Add FIFO copy modes: tu_fifo_copy_mode_tReinhard Panhuber
Allows to copy from/to constant pointers required for STM32 hardware FIFO copies.
2021-01-18Add tusb_fifo.h header file to dcd.hReinhard Panhuber
2021-01-18Implement the usage of usbd_edpt_ISO_xfer()Reinhard Panhuber
2021-01-17Add tu_fifo_read_n_into_other_fifo() to copy into from FIFO into anotherReinhard Panhuber
Fix overflow in tu_fifo_write_n()
2021-01-14Merge pull request #590 from kkitayam/support_for_cmdHa Thach
Add support for Windows10 Command Prompt as a shell on GNU make.
2021-01-14replaced variable name to CMDEXE from UNAME.kkitayam
removed the rule that .d files are converted to .P files.
2021-01-13update build_all.py to support both single board and family grouphathach
2021-01-13move luna into samd21 grouphathach
2021-01-13clean uphathach
2021-01-13add f746nucleo to group f7hathach
2021-01-13add f746disco into f7 grouphathach
2021-01-13add stlinkv3mini to f7 grouphathach
2021-01-13add stm32f769disco into f7 familyhathach
2021-01-13add f767nucleo to stm32f7 grouphathach
2021-01-13adding stm32f7 familyhathach
2021-01-13also build boards without familyhathach
2021-01-12Changed some source file paths for SRC_C to relative paths.kkitayam
Added statements to validate GCCVERSION on Windows Command Prompt.
2021-01-11added support for cmd.exe as a shell on make.kkitayam
2021-01-11Merge pull request #589 from gsteiert/feature-dbl-m33Ha Thach
moved neopixel to its own files with additional features
2021-01-10moving sct neopixel driver to shared libraryGreg Steiert
2021-01-10moved neopixel to its own files with additional featuresGreg Steiert