Skip to content

Commit 0234012

Browse files
authored
Update README.md
1 parent d3874f2 commit 0234012

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ Although mainly aimed at developers of tcMenu organisation and people building w
1414
4. Clone `AdafruitGFXNativePort` into the `mbed_lib` directory
1515
5. Set up either `platformio.ini` with the right parameters for your board, or configure Cmake and import the `cmakeProject` directory into an IDE.
1616

17+
## Required libraries in `cmakeProject/lib`
18+
19+
* https://github.com/TcMenu/TaskManagerIO
20+
* https://github.com/TcMenu/tcMenuLib
21+
* https://github.com/TcMenu/IoAbstraction
22+
* https://github.com/TcMenu/tcUnicodeHelper
23+
* https://github.com/TcMenu/SimpleCollections
24+
* https://github.com/TcMenu/LiquidCrystalIO
25+
* https://github.com/TcMenu/TcMenuLog
26+
27+
## Required libraries in `cmakeProject/mbed_lib`
28+
29+
* https://github.com/TcMenu/Adafruit-GFX-mbed-fork
30+
1731
## PicoSDK Cmake specific notes
1832

1933
See the readme file in the cmakeProject directory.

0 commit comments

Comments
 (0)