| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-22 | change stdio channel to SCI5 from SCI0. | kkitayam | |
| change ports settings for LED and button. add PLL setting for 240MHz based on HOCO into HardwareSetup(). | |||
| 2021-06-20 | adding rx65n | hathach | |
| 2021-06-19 | fix build with saml21, update microchip driver submodule | hathach | |
| 2021-06-18 | fix build with mm32 board | hathach | |
| 2021-06-18 | dsp updata | zhangslice | |
| Signed-off-by: zhangslice <[email protected]> | |||
| 2021-06-15 | add support SAML21 | sabas1080 | |
| 2021-06-12 | Rename SAM7X to SAMX7X | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-12 | dcd: sam7x: rename family dcd to include the whole family | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-06-11 | bsp: same70_xplained: replace template vars from make | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-06-11 | bsp: same70_xplained: fix unused variable warning | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-06-10 | Make examples standalone buildable via CMake | graham sanderson | |
| 2021-06-02 | undo search replace error | graham sanderson | |
| 2021-06-02 | minor comment change to force rebuild | graham sanderson | |
| 2021-06-02 | move core definition of source file includes from SDK into family.cmake | graham sanderson | |
| only build webserver example if lwip submodule initialized | |||
| 2021-06-01 | remove TINYUSB_FAMILT_PROJECT_NAME_INCLUDES_BOARD setting | graham sanderson | |
| 2021-06-01 | rename family.cmake to family_common.cmake | graham sanderson | |
| 2021-06-01 | fix rp2040 examples build from local tinyusb tree | graham sanderson | |
| 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 | |
