summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-30more changelog0.6.0hathach
2020-03-30Merge pull request #315 from hathach/developHa Thach
added changelog for release
2020-03-30minor changeloghathach
2020-03-30added changeloghathach
2020-03-29Merge pull request #312 from hathach/developHa Thach
house keeping work
2020-03-28Merge pull request #309 from pigrew/stm32_hal_updatesHa Thach
Stm32 F0,F3,F4 updates
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
fix #303
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-28Merge pull request #311 from majbthrd/usbnet_ecm_macosHa Thach
usbnet: tweak CDC-ECM after MacOS testing
2020-03-28Merge pull request #310 from pigrew/ep0_zeroLenResponsesHa Thach
USBD: Fix zero-length EP0 responses
2020-03-28add repository_dispatch to allow other repo to remote trigger buildhathach
2020-03-27usbnet: tweak CDC-ECM after MacOS testingPeter Lawrence
2020-03-27USBD: Use tud_control_xfer only for dataNathan Conrad
2020-03-26house keepinghathach
2020-03-26Merge pull request #308 from pigrew/stm32f4_uartHa Thach
Modify include of HAL, remove CMSIS clock configuration code, STM32F407 UART
2020-03-26Modify include of HAL, and remove CMSIS clock configuration code, and ↵Nathan Conrad
implement UART for STM32F407Disco
2020-03-25makefile clean uphathach
allow board to define CROSS_COMPILE (default to arm gcc)
2020-03-25Merge pull request #304 from pigrew/stm32_xfer_rewriteHa Thach
STM32FSDEV: Rewrite transfer ISR
2020-03-25Merge pull request #305 from hathach/developHa Thach
fix mac address for rndis response
2020-03-24Merge pull request #306 from jeremyherbert/masterHa Thach
add support for seeeduino xiao
2020-03-23add support for seeeduino xiaoJeremy Herbert
2020-03-24Merge branch 'master' into developHa Thach
2020-03-24update doc for MSP430hathach
2020-03-24Merge pull request #194 from cr1901/msp430f5529Ha Thach
[WIP] MSP430 Support
2020-03-24msp_exp430f5529lp: Fix board.mk, remove .travis.yml.bck.William D. Jones
2020-03-24dcd_msp430x5xx: Add dummy dcd_edpt0_status_complete handler. AddWilliam D. Jones
comment which describes why it might be needed.
2020-03-23msp_exp430f5529lp: Allow user to choose mspdebug as alternate programmer.William D. Jones
2020-03-24Merge pull request #307 from hathach/upgrade-nrfxHa Thach
Upgrade nrfx from 2.0.0 to 2.1.0
2020-03-23Merge remote-tracking branch 'cr1901/msp430f5529' into msp430f5529William D. Jones
2020-03-24clean up action checkout for sbumoduleshathach
2020-03-24ci checkout submoduleshathach
2020-03-24checkout v2 with submodulehathach
2020-03-24change cmsis5 to masterhathach
2020-03-24update cmsis_5hathach
2020-03-24nrf use new cmsis_4 submodule for core headerhathach
2020-03-24add cmsis_4 as submodulehathach
2020-03-24more string idhathach
2020-03-23enhance string indexhathach
2020-03-23per reviewhathach
- remove -Wno-error=lto-type-mismatch - change back to unsigned int
2020-03-23remove -Wnested-externs since many driver does this including CMSIS_5hathach
2020-03-23house keepinghathach
2020-03-23add CMSIS_5 as submodulehathach
2020-03-23upgrade nrfx from 2.0.0 to 2.1.0hathach
2020-03-23add TODO note to remove tud_network_mac_addresshathach
2020-03-23fix rndis response to get mac addresshathach
- remove cflags -fshort-enums - clean up webserver descriptor