Commit graph

10 commits

Author SHA1 Message Date
ReFil
4f61b21791
STM32F303 Port (#55)
* initiall f3 port

* submodules init

* Update Makefile

* clock adjustment

* Update STM32F303VCTx_FLASH.ld

* Update tusb_config.h

* Update stm32f3xx_hal_conf.h

* Update Makefile

* Update boards.c

* function tweaks

* Indentation

* remove extraneous file

* Update board_flash.c

Flash sectors and programming totally recreated for f3

* Update board_flash.c

* flash offset

* undo flash offset

* app jumping

* Update boards.c

* Update STM32F303VCTx_FLASH.ld

* Update boards.c

* force disconnect

* fix usb issue due to serial descriptor

correct UART config


* correct ci config

* change vid/pid to unassigned one (cafe, ffff)

* specify st f3 submodules for version

Co-authored-by: hathach <thach@tinyusb.org>
2021-02-05 00:00:38 +07:00
Greg Steiert
a42ac5e1b6 moved neopixel driver to submodule shared with tinyUSB and other projects 2021-01-11 01:30:54 +00:00
hathach
88f914ff0a added uf2 as submodule 2020-12-08 23:29:11 +07:00
hathach
1a1aa24cdc add esp-idf as submodule
update ci to fix build with esp32s2, since idf changes too often, it is
better to have it as submodule as the same version as circuitpython
2020-11-06 13:25:56 +07:00
hathach
ff57452683 adding rt1060 support
able to get msc enumerated
2020-10-23 00:03:57 +07:00
hathach
50b2235afd add back submodules 2020-10-14 23:17:30 +07:00
hathach
5383c3c7c1 moving submodule 2020-10-14 23:05:09 +07:00
hathach
5abc052bd9 adding support for stm32f4 as starting point 2020-10-14 16:01:49 +07:00
hathach
10434b811f added micro-ecc submodule like idf 2020-06-09 17:55:03 +07:00
hathach
b5648dd64a added tinyusb submodule as part of components 2020-06-04 01:03:13 +07:00