b-parasite-esp32/code/parasite
rbaron 66a0d8e4e3 Serial upload works.
Currently uploading via the Arduino IDE and PlatformIO works. But it's not perfect yet:
1. We're using a custom-compiled bootloader for the e73 board, which is nice;
2. We're still using `board = adafruit_feather_nrf52832` in the `platformio.ini` file. Using our custom board `boards/e73-tbb.json` doesn't work yet. Uploading results in a `*** [upload] IndexError : list index out of range` error. Most likely has to be fixed in https://github.com/platformio/platform-nordicnrf52/blob/develop/builder/main.py.
2021-02-10 09:36:58 +01:00
..
.vscode Initial commit. 2021-02-09 17:55:58 +01:00
boards Trying to make DFU work. No luck so far. 2021-02-10 00:07:57 +01:00
include Initial commit. 2021-02-09 17:55:58 +01:00
lib Initial commit. 2021-02-09 17:55:58 +01:00
src Serial upload works. 2021-02-10 09:36:58 +01:00
test Initial commit. 2021-02-09 17:55:58 +01:00
.gitignore Initial commit. 2021-02-09 17:55:58 +01:00
log Initial commit. 2021-02-09 17:55:58 +01:00
platformio.ini Serial upload works. 2021-02-10 09:36:58 +01:00
variant.h Initial commit. 2021-02-09 17:55:58 +01:00