Commit graph

15 commits

Author SHA1 Message Date
Jan Boon
422dbad7e6 Fix build on rp2040 2021-03-06 09:06:49 +08:00
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
f250eddd3d lpc55s69 is mounted as lpc55boot 2020-12-25 13:41:32 +07:00
hathach
e45ebfb442 update lib/uf2 2020-12-22 11:42:25 +07:00
hathach
0f86d5486c compile and generated update-uf2 for rt10xx but it doesn't seem to run 2020-12-10 19:02:59 +07:00
hathach
fdccd6905e update uf2 submodule 2020-12-09 17:28:50 +07:00
hathach
88f914ff0a added uf2 as submodule 2020-12-08 23:29:11 +07:00
hathach
b8c1af61d9 update tinyusb, fix windows complain when jump to app 2020-11-25 00:24:46 +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
eac0d51174 update rt10xx port linker to work with latest sdk
remove teensy40 board since it has its own bootloader (and isn't tested)
2020-11-03 20:01:10 +07:00
hathach
36b01975af added SEGGER RTT for logging 2020-10-24 14:13:29 +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
5abc052bd9 adding support for stm32f4 as starting point 2020-10-14 16:01:49 +07:00