No description
- CMake 64.5%
- C 35.5%
|
Dmitrii Sharshakov
9ed024d0ec
Add basic structure for the application. Signed-off-by: Dmitrii Sharshakov <d3dx12.xx@gmail.com> |
||
|---|---|---|
| app | build: create firmware project | |
| .gitignore | build: create firmware project | |
| LICENSE | build: create firmware project | |
| README.md | build: create firmware project | |
| west.yml | build: create firmware project | |
FlexiCAN application firmware
Create a virtual CAN bus for native simulator
sudo modprobe vcan
sudo ip link add dev vcan0 type vcan
sudo ip link property add dev vcan0 altname zcan0
Getting the code and running via native simulator
west init -m https://codeberg.org/dsseng/flexican-firmware.git flexican-firmware
cd flexican-firmware/flexican-firmware
west update
west build -p auto -b native_sim/native/64 -t run app
# Use picocom or another terminal emulator to connect to the pseudotty printed in the output
License
All files in this repository are licensed under Mozilla Public License, Version 2.0, unless stated otherwise.
These are the currently built dependencies of this project and their licenses:
- Zephyr RTOS - Apache-2.0