corygrant / CANBoard_FW

Firmware - CAN enabled IO board
MIT License
6 stars 3 forks source link

command line compilation #7

Open rusefillc opened 1 year ago

rusefillc commented 1 year ago

Any chance to compile firmware from command line?

rusefillc commented 1 year ago

They say stm32cubeidec has command line option?

https://github.com/opelpanfan/car-dash-wide/issues/5#issuecomment-1448950778

corygrant commented 1 year ago

Yes I believe that is possible, but I've never used it. Or, things could move away from Cube. I use it because it's easy and I haven't had a chance to learn STM32 CLI. Are you familar with it?

rusefillc commented 1 year ago

I only use stm32 with ChibiOS not freertos but definitely with Makefile i.e. only CLI

https://developer.arm.com/downloads/-/gnu-rm is where we take the arm gcc port