Ariel

Results 13 comments of Ariel

Summary: - i needed my patch or modifying the boards.txt file to remove the "arduino:" piece. - as soon as i define `PLATFORM_PATH` i needed to also define all 4...

@noseglasses No, i just set the PLATFORM_PATH variable as mentioned in the README. My CMakeLists.txt has this piece: > set(PLATFORM_PATH $ENV{PINOCCIO_PATH}/hardware/pinoccio) > set(PLATFORM_ARCHITECTURE avr) > > set(CMAKE_TOOLCHAIN_FILE $ENV{ARDUINO_CMAKE}/cmake/ArduinoToolchain.cmake) I actually...