summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2021-06-07Add MM32 SDK and USB driver (#869)zhangslice
* Add MM32 SDK and USB driver * add mindmotion mm32sdk as submodule remove the local copy of mm32 * mit license Signed-off-by: zhangslice <[email protected]> Co-authored-by: hathach <[email protected]>
2021-06-02undo search replace errorgraham sanderson
2021-06-02minor comment change to force rebuildgraham sanderson
2021-06-02move core definition of source file includes from SDK into family.cmakegraham sanderson
only build webserver example if lwip submodule initialized
2021-06-01remove TINYUSB_FAMILT_PROJECT_NAME_INCLUDES_BOARD settinggraham sanderson
2021-06-01damn submodules!graham sanderson
2021-06-01rename family.cmake to family_common.cmakegraham sanderson
2021-06-01fix rp2040 examples build from local tinyusb treegraham sanderson
2021-05-31restore unintentionally modified submodulesgraham sanderson
2021-05-31guard stdio_uart_init_full with LIB_PICO_STDUI_UART as the function doesn't ↵graham sanderson
exist otherwise
2021-05-31set PICO_TINYUSB_PATH for when building from within tinyusb without ↵graham sanderson
pico-sdk/tinyusb submodule
2021-05-31Fix up build_family style builds:graham sanderson
- added back pre-existing board directories which now just select PICO_BOARD - added boards/pico_sdk which just uses the pre-existing PICO_BOARD setting - fixed rp2040/family.cmake to include the magic string "CFG_TUSB_MCU=OPT_MCU_RP2040" expected by build_family.py
2021-05-30Rework rp2040 examples and CMake build:graham sanderson
- Examples should be CMake buildable from their own subdirectory; such a build will error out based on matching .skip.MCU_xxx or a mismatched .only.MCU_ - It should be possible to build from a higher level and use .skip.MCU_ and .only.MCU_ to filter which examples get built - The intention is for the CMakeLists.txts in the examples to be non family specific and without MCU based IFs. I have started this work, but am not really sure the state of the esp32 stuff; in any case the plan is to have everything encapsulated in the FAMILY/family.cmake - pico_examples now just includes examples/device/CMakeLists.txt and examples/host/CMakeLists.txt directly, as they also build correctly when included from there. Note that .skip.MCU_ for esp32 in the directories it wasn't previously avaiable has not been added, as the .skip is common to the regular Makefile builds also. It isn't clear whether these examples should build for esp32, but if not .skip should be added.
2021-05-26fix dfu example buildhathach
2021-05-26fix board test example build with nrfhathach
2021-05-25fix warnings cast function type for nrf, fix pico osal warninghathach
add TODO for overflow in tusb_fifo.c
2021-04-29fix mkl25z cihathach
2021-04-29fix build with mkl25zhathach
2021-04-28fixed build with lpc51hathach
2021-04-28add lpc54628 but usb clock;phy doesn't seem to be righthathach
2021-04-28fix lpc54 buttonhathach
2021-04-28generalize lpc54 familyhathach
2021-04-28fix build with lpc54hathach
2021-04-28fix lpc55 buildhathach
2021-04-28fix build with imxrthathach
2021-04-28update lpc mcu sdk pathhathach
2021-04-28add official nxp mcux-sdk submodulehathach
2021-04-28add nxp_lpcopen as submodulehathach
2021-04-28remove submodule hw/mcu/nxphathach
2021-04-28making new family lpc54hathach
2021-04-28complete lpc15 familyhathach
2021-04-28create new lpc15 familyhathach
2021-04-28lpc1549 work well nowhathach
2021-04-26clean up lpc55 boardshathach
2021-04-26change lpc55s28 default port to 1hathach
2021-04-26Merge pull request #807 from UweBonnes/lpc55-port1-hsHa Thach
mcu-link: Board support for MCU-LINK with LPC55S69JBD64
2021-04-26use correct NBYTES_MAX for full and high speedhathach
2021-04-26mcu_link: Board support for MCU_LINK with LPC55S69JBD64Uwe Bonnes
2021-04-26ip3511 correct buffer offset, nbytes layout for highspeed port1hathach
able to get passed enumeration and up to READ10
2021-04-24lpc55 improve multiple controller supporthathach
port1 highspeed requires USB_RAM
2021-04-24lpc55 correct bus_reset with highspeed on support controllerhathach
correct hsphy init for family
2021-04-24update dcd ip3511 for better multiple rhport supporthathach
2021-04-22add lpc55 uart writehathach
2021-04-19correct boot stage2 for itsybitsy and qt rp2040hathach
2021-04-19Merge pull request #783 from alisitsyn/esp-based_on_334e95fHa Thach
WIP: Add new Espressif target esp32s3 for tinyUSB
2021-04-18update ci buildhathach
2021-04-18add stm32f072eval to grouphathach
2021-04-18add f070 nucleo to grouphathach
2021-04-18create stm32f0 grouphathach
2021-04-17When used with FreeRTOS, lower the interrupt priority for OTG_FS_IRQnDima Barsky