Skip to content

marilira/firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firmware v5

display Nextion display LCD backup

ECU Front case telemetry

Embedded system workflow

workflow

System requirements

  • VS code ESP-IDF extension
  • ESP-IDF v5.1.2

Bug fixes

vs code config folder

If there are no config files in /.vscode folder or there's only one file, delete the /.vscode folder and use the following command to create the new config folder properly:

Crtl + Shift + P
ESP-IDF: Add .vscode Configuration Folde

code highlighting

Add this following line to .vscode/c_cpp_properties.json before "includePath"

"compileCommands": "${workspaceFolder}/build/compile_commands.json",

flashing error

Run the following commands on the terminal to give the user permission to access the USB device:

sudo adduser <username> dialout

and

sudo chmod a+rw /dev/ttyUSB*

About

Parahybaja

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.9%
  • Dockerfile 1.7%
  • CMake 1.4%