This project is a shell that can be used to work with and build our libraries for either platformIo or PicoSDK with CMake. You can choose to use this, or take inspiration from it and roll your own core project. To use with platformIO simply open in a suitable IDE in the top level directory, it has a platformio.ini
. To use with CMake, simply open the cmakeProject
directory with a suitable IDE.
Although this is mainly aimed at users and developers of tcMenu based applications, it also serves as a getting started point for you to develop source and build both libraries within an IDE using platformIO or PicoSDK Cmake.
- Clone this repo
- Create a
lib
andmbed_lib
directory under thecmakeProject
directory (this makes it easy to host both options in one solution) - Clone
IoAbstraction
,LiquidCrystalIO
,TaskManagerIO
,tcMenu
,SimpleCollections
,TcMenuLog
andtcUnicodeHelper
into thelib
directory - Clone
AdafruitGFXNativePort
into thembed_lib
directory - Set up either
platformio.ini
with the right parameters for your board, or configure Cmake and import thecmakeProject
directory into an IDE.