Building without any framework

If I create a project and comment out the line with “board” and “framework”, will I get an environment for building my project natively, e.g. without any additional libraries/frameworks/pinout assumptions?

For example,

[env:native]
platform=ststm32
board_mcu=stm32f103rbt6
board_f_cpu=72000000L
1 Like

You can definitely skip framework, see AVR programming without arduino framework

1 Like