- Notifications
You must be signed in to change notification settings - Fork0
The OpenMono software library, with APIs for interacting with Wifi display etc.
License
getopenmono/mono_framework
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a framework for developingMono applications. For documentation on how to install and use this framework, see thedeveloper site. If you want to generate the documentation, seeDOXYGEN.md.
This text describes how to build the framework.
Install version 5 of theARM GCC Embedded toolchain. Then add the path to your command-line environment if needed:
- MacOS:
/usr/local/openmono/gcc-arm-none-eabi-5_2-2015q4/bin
- MacOS: XCode. If problems, seesolution.
- Windows:
C:/openmono/gcc-arm-none-eabi-5_2-2015q4/bin
Run
$ bash resources/setup_icons.sh resources/icons.mk.tmp
(If you have problems with XCode, you might need to runsudo xcode-select -s /Applications/Xcode.app/Contents/Developer
.)
Run
$ make release
to compile a new version of the framework into thedist
folder. The result is all header files and 4 static libraries:
mono_framework.a
: This framework.mbedlib.a
: The mbed library.monoCyLib.a
: The Cypress hardware library.CyComponentLibrary.a
: Cypress dependencies.
To use these newly created files instead of the ones from theofficial release, overwrite the official file:
- MacOS:
sudo cp -r dist/mono/* /usr/local/openmono/mono/
- Windows: Copy the
dist/mono
contents toc:/OpenMono/mono
- Linux:
sudo cp -r dist/mono/* /usr/lib/openmono/mono/
About
The OpenMono software library, with APIs for interacting with Wifi display etc.
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors4
Uh oh!
There was an error while loading.Please reload this page.