summaryrefslogtreecommitdiff
path: root/hw/bsp
AgeCommit message (Collapse)Author
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 nxp_lpcopen as submodulehathach
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
2021-04-18Merge branch 'master' into alisitsyn-esp-based_on_334e95fhathach
2021-04-16Change LED_STATE_ON to 0 for f401 and f411 blackpill boardsDima Barsky
2021-04-16espressif: group boards using target name as a familyAlex Lisitsyn
`hw\bsp` separate one family folder to esp32s2, esp32s3 add board specific board.cmake file to override board specific options(features) fix examples and test scripts to use new family approach
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn
add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted
2021-04-15Changed LED_PIN to 17, LED_STATE_ON to 0Dima Barsky
2021-04-11update rp2040 to use pico-sdk externallyhathach
also try to update ci
2021-04-09Add support for SAM L22 familyJoey Castillo
2021-03-31add sltb009a bspRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-03-31added comments for JLink connection work.kkitayam
2021-03-31add a submodule of Renesas RX family to `hw/mcu/renesas/rx`kkitayam
2021-03-29move rx63n into its own familyhathach