summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2020-05-29fix idf usb pin init changeshathach
2020-05-18fix cast-align warning for nuc505hathach
2020-05-17enable -Wcast-alignhathach
2020-05-15Add support for stm32f746nucleo boardMark Olsson
2020-05-06stm32l476disco: Fix system clock setupJerzy Kasenberg
2020-05-06stm32l476disco: fix uninitialized filed usageJerzy Kasenberg
2020-04-29fix esp32 ci adding FREERTOS STATIC to sdkconfig defaulthathach
2020-04-22Merge branch 'master' into add-more-examplehathach
2020-04-22added swo as loggerhathach
2020-04-22add LOGGER option to use rtthathach
2020-04-20add uart for ea4357hathach
2020-04-17Merge pull request #354 from hathach/cxd56-disconnect-connectHa Thach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-17add code for disconnect/connect (not tested)hathach
2020-04-17update per reviewhathach
2020-04-16add dfu generate target for fomuhathach
2020-04-16dcd disconnect/connect for transdimension iphathach
2020-04-11Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-10change saola-1 led to pin 18 by defaulthathach
2020-04-09add neopixel led strip driver for saola, make saola as an componenthathach
2020-04-08rename hal_dcd_isr to dcd_irq_handler for fomuhathach
2020-04-08move irq from msp430hathach
2020-04-08move irq for stm32 synopsyshathach
2020-04-08move irq for stm32 fsdevhathach
2020-04-08clean uphathach
2020-04-08add TODO for saola on-board neopixelhathach
2020-04-07rename saola to saola_1hathach
2020-04-07add saola button pin support, esp32 build with board_testhathach
2020-04-06fix CROSS_COMPILE for esp32s2hathach
2020-04-06add tud_irq_handler() for all lpc ip3511 (13, 15, 11)hathach
2020-04-06add tud_irq_handler() to all NUC boardhathach
2020-04-06call tud_irq_handler() for all nrf5x boardhathach
2020-04-06mass rename tud_isr to tud_irq_handlerhathach
2020-04-06move irqhandler to applicationhathach
2020-04-03add saola board.mkhathach
2020-04-01add esp32s2 saola bsphathach
2020-03-29Merge pull request #312 from hathach/developHa Thach
2020-03-28Update UARTs for stm32f4xx discovery boards. Other minor cleanups.Nathan Conrad
2020-03-28add ENTRY(Reset_Handler) to linker of samd21 and samd51 boardhathach
2020-03-28Update F4 BSP with new HAL configNathan Conrad
2020-03-28Update F3 BSP for new HALNathan Conrad
2020-03-28Update F0 BSP for new HALNathan Conrad
2020-03-28added Arduino Nano 33 BLE with/without Sensehathach
2020-03-28Merge branch 'master' into develophathach
2020-03-26Modify include of HAL, and remove CMSIS clock configuration code, and impleme...Nathan Conrad
2020-03-25makefile clean uphathach
2020-03-25Merge pull request #304 from pigrew/stm32_xfer_rewriteHa Thach
2020-03-24Merge pull request #306 from jeremyherbert/masterHa Thach
2020-03-23add support for seeeduino xiaoJeremy Herbert
2020-03-24Merge pull request #194 from cr1901/msp430f5529Ha Thach