summaryrefslogtreecommitdiff
path: root/examples/device/board_test
AgeCommit message (Expand)Author
2021-05-30Rework rp2040 examples and CMake build:graham sanderson
2021-04-19cmake cleanuphathach
2021-04-18update per reviewhathach
2021-04-16espressif: group boards using target name as a familyAlex Lisitsyn
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn
2021-04-11update rp2040 to use pico-sdk externallyhathach
2021-03-18use boot2_generic_03h for adafruit feather rp2040hathach
2021-03-02update pico-sdk to more recent commithathach
2021-02-01added enumerate walkaround for RP2040-E5hathach
2021-01-27rp2040 move uart id to board specifichathach
2021-01-26change output filename to BOARD-Directoryhathach
2021-01-25get all device example build with rp2040 (except freeRTOS)hathach
2021-01-24rp2040 audio_test compilehathach
2021-01-24cmake esp32s2 and rp2040 getting alonghathach
2021-01-23rp2040 cdc_msc work wellhathach
2021-01-23rp2040 better support multiple boardshathach
2021-01-23get board_test running with pico on both led and buttonhathach
2021-01-22update cmake build to work with esp32s2 and rp2040hathach
2021-01-22fix esp32s2 ci buildhathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
2020-06-29added esp32s2 kaluga bsphathach
2020-04-29fix ci board test with esp32hathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-11Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-09make saola as cmake component, easier to add more esp32 boardhathach
2020-04-09add neopixel led strip driver for saola, make saola as an componenthathach
2020-04-07rename saola to saola_1hathach
2020-04-07add saola button pin support, esp32 build with board_testhathach
2020-04-06mass rename tud_isr to tud_irq_handlerhathach
2020-04-06move irqhandler to applicationhathach
2020-03-22Merge branch 'master' into cr1901-msp430f5529hathach
2020-03-14Use CRLF on UART.Nathan Conrad
2019-10-25Merge branch 'master' into cr1901-msp430f5529hathach
2019-10-18change to use nrfx uartehathach
2019-10-18change DEBUG optimization option from O0 to Oghathach
2019-10-04examples: Fix #ifndef guard for CFG_TUD_ENDPOINT0_SIZE.William D. Jones
2019-09-27Fix typo of CFG_TUD_ENDOINT0_SIZE.Nathan Conrad
2019-09-27Fix typo of CFG_TUD_ENDOINT0_SIZE.Nathan Conrad
2019-08-31add button read to board_test examplehathach
2019-08-24add board_test example for testing new boardhathach