summaryrefslogtreecommitdiff
path: root/hw/mcu
AgeCommit message (Collapse)Author
2021-10-05Add initial port for FT9xx series from Bridgetek.Gordon McNab
Add FT90X and FT93X to the list of devices in tusb_option.h. 1700 for FT90x and 1701 for FT93x. Set endpoint attributes for FT90x and FT93x in dcd_attr.h. Add FT90x routines for USB device in src/portable/bridgetek/ft90x/dcd_ft90x.c The location for hardware header files and libraries is hw/mcu/bridgetek/ft90x/hardware. There are no files in the repository, but files will be linked as a submodule in the future. The required files can be copied from or linked to the location "C:/Program Files(x86)/Bridgetek/FT9xx Toolchain/Toolchain/hardware" once the toolchain is installed. Makefile for the MM900EV1B board for developing with an FT900 device is present. Use "BOARD=mm900ev1b".
2021-09-30remove bcm filesScott Shawcroft
2021-09-29update mm32sdk submodulehathach
2021-09-29add submodule hathach/mm32sdkhathach
2021-09-29remove official mm32sdk submodulehathach
2021-09-24MMU worksScott Shawcroft
2021-09-22Trying to setup the mmuScott Shawcroft
2021-09-17rpi start. doesn't workScott Shawcroft
2021-08-03Update nuclei-sdk with __riscv_flen fixStefan Kerkmann
2021-08-03Add board support for gd32vf103 longan nanoStefan Kerkmann
2021-06-28Merge pull request #927 from hathach/add-rx65n-boardHa Thach
Add rx65n board
2021-06-28update renesas rx submodulehathach
2021-06-19fix build with saml21, update microchip driver submodulehathach
2021-06-07Add MM32 SDK and USB driver (#869)zhangslice
* Add MM32 SDK and USB driver * add mindmotion mm32sdk as submodule remove the local copy of mm32 * mit license Signed-off-by: zhangslice <[email protected]> Co-authored-by: hathach <[email protected]>
2021-04-29fix mkl25z cihathach
2021-04-29fix build with mkl25zhathach
2021-04-28add official nxp mcux-sdk submodulehathach
2021-04-28add nxp_lpcopen as submodulehathach
2021-04-28remove submodule hw/mcu/nxphathach
2021-04-11remove pico-sdk as submodulehathach
2021-04-09Add support for SAM L22 familyJoey Castillo
2021-03-31add a submodule of Renesas RX family to `hw/mcu/renesas/rx`kkitayam
2021-03-31removed a submodule for Renesaskkitayam
2021-03-28added a submodule for RX63Nkkitayam
2021-03-23added efm32gg12 family cmsisRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-03-10Update pico sdk 1.1.0 (#712)Ha Thach
* update pico-sdk to 1.1.0 also correct fetch_submodule_if_empty behavior
2021-03-02update pico-sdk to more recent commithathach
- move target_link_libraries() to family.cmake - enable pico_bootsel_via_double_reset
2021-03-01update microchip_driverhathach
2021-02-03update pico-sdk to 1.0.1hathach
2021-01-25Update Spresense SDK to 2.0.2Kamil Tomaszewski
2021-01-23add pico-sdk as submodulehathach
2020-12-25update readme, contributor and doc for new port KL25hathach
update nxp_driver
2020-11-09same70 xplained led and button works wiht board_test examplehathach
2020-11-08update microchipo driver submodulehathach
2020-10-30remove st_driver submodulehathach
2020-10-30add more stm mcuhathach
2020-10-30l4 use offical st driver repohathach
2020-10-30l0 use offical st driver repohathach
2020-10-30h7 use offical st driver repohathach
2020-10-30f7 use offical st driver repohathach
2020-10-30f3 use offical st driver repohathach
2020-10-30f2 use offical st driver repohathach
2020-10-30f1 use offical st driver repohathach
2020-10-30f0 use offical st driver repohathach
2020-10-30f4 use offical st driver repohathach
2020-10-11update microchip driverhathach
also skip audio_test for same5x for now due to assert() macro conflict
2020-10-05Update Microchip submodule commitJean Gressmann
2020-10-05Adds files for the open source D5035-01 hardwareJean Gressmann
The board's files are here: https://github.com/RudolphRiedel/USB_CAN-FD
2020-08-21fix samg55 ci buildhathach
2020-07-03STM32/OTG_HS: Allow OTG_HS port to run at FS speed.Uwe Bonnes
Add "REDUCE_SPEED=1" to the compile options.