1
0
Fork
You've already forked flexican-firmware
0
No description
  • CMake 64.5%
  • C 35.5%
Dmitrii Sharshakov 9ed024d0ec
build: create firmware project
Add basic structure for the application.
Signed-off-by: Dmitrii Sharshakov <d3dx12.xx@gmail.com>
2025年09月01日 21:27:19 +02:00
app build: create firmware project 2025年09月01日 21:27:19 +02:00
.gitignore build: create firmware project 2025年09月01日 21:27:19 +02:00
LICENSE build: create firmware project 2025年09月01日 21:27:19 +02:00
README.md build: create firmware project 2025年09月01日 21:27:19 +02:00
west.yml build: create firmware project 2025年09月01日 21:27:19 +02:00

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: