| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-31 | guard stdio_uart_init_full with LIB_PICO_STDUI_UART as the function doesn't ↵ | graham sanderson | |
| exist otherwise | |||
| 2021-05-31 | set PICO_TINYUSB_PATH for when building from within tinyusb without ↵ | graham sanderson | |
| pico-sdk/tinyusb submodule | |||
| 2021-05-31 | Fix 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-30 | Rework 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-26 | fix dfu example build | hathach | |
| 2021-05-26 | fix board test example build with nrf | hathach | |
| 2021-05-25 | fix warnings cast function type for nrf, fix pico osal warning | hathach | |
| add TODO for overflow in tusb_fifo.c | |||
| 2021-04-29 | fix mkl25z ci | hathach | |
| 2021-04-29 | fix build with mkl25z | hathach | |
| 2021-04-28 | fixed build with lpc51 | hathach | |
| 2021-04-28 | add lpc54628 but usb clock;phy doesn't seem to be right | hathach | |
| 2021-04-28 | fix lpc54 button | hathach | |
| 2021-04-28 | generalize lpc54 family | hathach | |
| 2021-04-28 | fix build with lpc54 | hathach | |
| 2021-04-28 | fix lpc55 build | hathach | |
| 2021-04-28 | fix build with imxrt | hathach | |
| 2021-04-28 | update lpc mcu sdk path | hathach | |
| 2021-04-28 | add nxp_lpcopen as submodule | hathach | |
| 2021-04-28 | making new family lpc54 | hathach | |
| 2021-04-28 | complete lpc15 family | hathach | |
| 2021-04-28 | create new lpc15 family | hathach | |
| 2021-04-28 | lpc1549 work well now | hathach | |
| 2021-04-26 | clean up lpc55 boards | hathach | |
| 2021-04-26 | change lpc55s28 default port to 1 | hathach | |
| 2021-04-26 | Merge pull request #807 from UweBonnes/lpc55-port1-hs | Ha Thach | |
| mcu-link: Board support for MCU-LINK with LPC55S69JBD64 | |||
| 2021-04-26 | use correct NBYTES_MAX for full and high speed | hathach | |
| 2021-04-26 | mcu_link: Board support for MCU_LINK with LPC55S69JBD64 | Uwe Bonnes | |
| 2021-04-26 | ip3511 correct buffer offset, nbytes layout for highspeed port1 | hathach | |
| able to get passed enumeration and up to READ10 | |||
| 2021-04-24 | lpc55 improve multiple controller support | hathach | |
| port1 highspeed requires USB_RAM | |||
| 2021-04-24 | lpc55 correct bus_reset with highspeed on support controller | hathach | |
| correct hsphy init for family | |||
| 2021-04-24 | update dcd ip3511 for better multiple rhport support | hathach | |
| 2021-04-22 | add lpc55 uart write | hathach | |
| 2021-04-19 | correct boot stage2 for itsybitsy and qt rp2040 | hathach | |
| 2021-04-19 | Merge pull request #783 from alisitsyn/esp-based_on_334e95f | Ha Thach | |
| WIP: Add new Espressif target esp32s3 for tinyUSB | |||
| 2021-04-18 | update ci build | hathach | |
| 2021-04-18 | add stm32f072eval to group | hathach | |
| 2021-04-18 | add f070 nucleo to group | hathach | |
| 2021-04-18 | create stm32f0 group | hathach | |
| 2021-04-17 | When used with FreeRTOS, lower the interrupt priority for OTG_FS_IRQn | Dima Barsky | |
| 2021-04-18 | Merge branch 'master' into alisitsyn-esp-based_on_334e95f | hathach | |
| 2021-04-16 | Change LED_STATE_ON to 0 for f401 and f411 blackpill boards | Dima Barsky | |
| 2021-04-16 | espressif: group boards using target name as a family | Alex 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-16 | tinyusb: add support of esp32s3 target | Alex 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-15 | Changed LED_PIN to 17, LED_STATE_ON to 0 | Dima Barsky | |
| 2021-04-11 | update rp2040 to use pico-sdk externally | hathach | |
| also try to update ci | |||
| 2021-04-09 | Add support for SAM L22 family | Joey Castillo | |
| 2021-03-31 | add sltb009a bsp | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-03-31 | added comments for JLink connection work. | kkitayam | |
| 2021-03-31 | add a submodule of Renesas RX family to `hw/mcu/renesas/rx` | kkitayam | |
| 2021-03-29 | move rx63n into its own family | hathach | |
