23 lines
608 B
Plaintext
23 lines
608 B
Plaintext
ACS OPTA Cardcontroller
|
|
|
|
bootloader repo : https://github.com/arduino/mcuboot-arduino-stm32h7
|
|
|
|
mbed repo : https://github.com/PA4WD/mbed-os
|
|
platformio stm32 : https://github.com/platformio/platform-ststm32
|
|
|
|
arduino mbed (niet gebruikt) : https://github.com/arduino/ArduinoCore-mbed
|
|
|
|
ModuleNotFoundError: No module named 'jinja2'
|
|
pip install jinja2
|
|
pip install py3compat
|
|
pip install pyelftools==0.29
|
|
pip install intelhex
|
|
pip install future
|
|
pip install prettytable
|
|
pip install six
|
|
pip install jsonschema
|
|
|
|
|
|
|
|
pio check -e opta_sdn_debug > check.txt 2>&1
|
|
pio run -e opta_sdn_debug > build.txt 2>&1 |