| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-04-19 | cmake cleanup | hathach | |
| 2021-04-18 | update per review | hathach | |
| 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-11 | update rp2040 to use pico-sdk externally | hathach | |
| also try to update ci | |||
| 2021-03-18 | use boot2_generic_03h for adafruit feather rp2040 | hathach | |
| - also use boot2_generic_03h for now for itsy bitsy and qt rp2040 - change default flash target for rp2040 to flash-pyocd | |||
| 2021-03-02 | update pico-sdk to more recent commit | hathach | |
| - move target_link_libraries() to family.cmake - enable pico_bootsel_via_double_reset | |||
| 2021-02-01 | added enumerate walkaround for RP2040-E5 | hathach | |
| - PICO_RP2040_USB_DEVICE_ENUMERATION_FIX=1 - target linke pico_fix_rp2040_usb_device_enumeration | |||
| 2021-01-27 | rp2040 move uart id to board specific | hathach | |
| 2021-01-26 | change output filename to BOARD-Directory | hathach | |
| 2021-01-25 | get all device example build with rp2040 (except freeRTOS) | hathach | |
| 2021-01-24 | rp2040 audio_test compile | hathach | |
| 2021-01-24 | cmake esp32s2 and rp2040 getting along | hathach | |
| 2021-01-23 | rp2040 cdc_msc work well | hathach | |
| 2021-01-23 | rp2040 better support multiple boards | hathach | |
| 2021-01-23 | get board_test running with pico on both led and button | hathach | |
| 2021-01-22 | update cmake build to work with esp32s2 and rp2040 | hathach | |
| 2021-01-22 | fix esp32s2 ci build | hathach | |
| 2020-07-16 | rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE | hathach | |
| rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE | |||
| 2020-06-29 | added esp32s2 kaluga bsp | hathach | |
| 2020-04-29 | fix ci board test with esp32 | hathach | |
| 2020-04-17 | mass rename tud/dcd_irq_handler to tud/dcd_init_handler | hathach | |
| 2020-04-11 | Merge branch 'master' into refactor-irqhandler | Ha Thach | |
| 2020-04-09 | make saola as cmake component, easier to add more esp32 board | hathach | |
| 2020-04-09 | add neopixel led strip driver for saola, make saola as an component | hathach | |
| 2020-04-07 | rename saola to saola_1 | hathach | |
| 2020-04-07 | add saola button pin support, esp32 build with board_test | hathach | |
| 2020-04-06 | mass rename tud_isr to tud_irq_handler | hathach | |
| 2020-04-06 | move irqhandler to application | hathach | |
| tud_isr() must be called by application to forward the irqhandle to the stack | |||
| 2020-03-22 | Merge branch 'master' into cr1901-msp430f5529 | hathach | |
| 2020-03-14 | Use CRLF on UART. | Nathan Conrad | |
| 2019-10-25 | Merge branch 'master' into cr1901-msp430f5529 | hathach | |
| 2019-10-18 | change to use nrfx uarte | hathach | |
| 2019-10-18 | change DEBUG optimization option from O0 to Og | hathach | |
| add uart write to board test example | |||
| 2019-10-04 | examples: Fix #ifndef guard for CFG_TUD_ENDPOINT0_SIZE. | William D. Jones | |
| 2019-09-27 | Fix typo of CFG_TUD_ENDOINT0_SIZE. | Nathan Conrad | |
| 2019-09-27 | Fix typo of CFG_TUD_ENDOINT0_SIZE. | Nathan Conrad | |
| 2019-08-31 | add button read to board_test example | hathach | |
| 2019-08-24 | add board_test example for testing new board | hathach | |
