* Solid connection? * Add a small wait after we reset the port * Moving up to latest as this fixes a lot of reset logic * Moving libraries over to jfedor's set, standard does not work for SDK 2.1.1 * Switching Pico and TinyUSB to specific versions via hid-remapper * Working? * Move TX to PIO0:2 Move NeoPico to PIO0:1 * Moving state machines back to 0.7.11 alignment * And a pause/wait for core1 to be ready before running it solves my last issue * Removing core1 reset entirely, remove i2c hangup if display is not present during web config * Reverting / clean some code, restore tusb to our old config, update aux and remove comments for PR * Adding ws2812.pio.h to our ignore list as its generated during make
23 lines
281 B
Plaintext
23 lines
281 B
Plaintext
.pio
|
|
.vscode/
|
|
.cache/
|
|
node_modules/
|
|
configs/MyBoard
|
|
.DS_Store
|
|
build/
|
|
|
|
.*.sw*
|
|
compile_commands.json
|
|
lib/httpd/fsdata.c
|
|
modules/Custom.cmake
|
|
.idea
|
|
cmake-*
|
|
env.ini
|
|
|
|
# Container
|
|
.devcontainer
|
|
*Dockerfile
|
|
*docker-compose.yml
|
|
www/src_gen/enums.ts
|
|
/lib/NeoPico/src/generated/ws2812.pio.h
|