summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2023-06-07able to receive first PD messagehathach
2023-06-07revert board flash latency to 8hathach
2023-06-06able to get usbpd irq handlerhathach
- handle cc1, cc2 voltage changes - get order set, rx message end interrupt - add segger rtt support for cmake
2023-06-05clean uphathach
2023-06-05clean uphathach
2023-06-05Merge remote-tracking branch 'mainline/master' into HEADMartino Facchin
Update fsp to 4.0.0
2023-06-02build g0 g4 iar cmakehathach
2023-06-02update cmake to build with IAR for g0 and g4hathach
2023-06-02add IAR support for G0 with cmakehathach
2023-06-02cmake refactorhathach
2023-06-02fix usb clock for dpow1hathach
2023-06-01add new b_g474e_dpow1 boardhathach
2023-06-01add note for B0 clock varianthathach
2023-06-01add freertosconfig for g0, add cmake stlink, add g0 to cmake cihathach
2023-06-01tested with g0b1 nucleohathach
2023-06-01add cmake support for g0, exlicitly call HAL_Init() and also HAL_IncTick() ↵hathach
in systick irq, fix button active state.
2023-06-01Merge branch 'master' into feature/STM32G0hathach
2023-06-01skip set CMAKE_EXECUTABLE_SUFFIX for espressif porthathach
2023-06-01add lto for cmakehathach
2023-05-26move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly ↵hathach
with make
2023-05-26update deps, rename kinetis_k32 to k32lhathach
2023-05-26move set TOP to family_support.cmakehathach
2023-05-25update cmake with freertoshathach
2023-05-25add family_support_configure_common()hathach
2023-05-23Enhance chipidea (#2075)Ha Thach
* update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd
2023-05-19fix freertos build with nrfhathach
2023-05-19improve flash targethathach
2023-05-19adding cpu core .mk for makefilehathach
fix cortex m33 for nrf5340 dk
2023-05-19move cmake folder to tools/hathach
2023-05-19ehci fix dcache clean when control endpoint failedhathach
2023-05-17adding hcd_dcache_clean/hcd_dcache_invalidatehathach
2023-05-16EHCI: fix xfer failed with disconnected device as stalledhathach
- change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if not defined - change QHD_MAX for EHCI, should be user configurable and more optimized in the future
2023-05-16fix nrf buildhathach
2023-05-15update nrf cmake and make to support nrf5340 (pca10095)hathach
2023-05-15adding nrfhathach
2023-05-13revert family.mkHa Thach
2023-05-13add support for other lpc55 boardshathach
2023-05-13able to build lpc55hathach
2023-05-10add python script to help building cmake, build all imxrt boards with cihathach
2023-05-10allow imxrt build with dual exmapleshathach
2023-05-09skip link option --print-memory-usage for renesas rx since it does not ↵hathach
support this option
2023-05-09fix ehci issue with portsc when enable port power and port resethathach
fix attached device not regconized if attached before power on
2023-05-09simplify cmake target, remove -bsphathach
2023-05-08change imxrt board_uart_read() to non-blockinghathach
simple host seems to work
2023-05-08fix linking missing ivt symbol for imxrt with cmakehathach
changed device port = 0, host port =1 for imxrt 1060 and 1064
2023-05-08build host examples with imxhathach
2023-05-07update all device cmake example for imxhathach
2023-05-06cmake work well with imxrthathach
2023-05-05more temp workhathach
2023-05-04wiphathach