Difference between revisions of "Libsoc"

From ArmadeusWiki
Jump to: navigation, search
(Created page with "Libsoc is a library that simplify APF/OPOS boards devices usage for developers. This library is written to be used with C and Python languages. The core is written in C and...")
 
(Install libsoc on target)
Line 11: Line 11:
 
               [*] libsoc
 
               [*] libsoc
 
</pre>
 
</pre>
 +
 +
== Use libsoc in a development project ==

Revision as of 09:19, 4 July 2017

Libsoc is a library that simplify APF/OPOS boards devices usage for developers. This library is written to be used with C and Python languages.

The core is written in C and bindings are available for Python language. 

Install libsoc on target

launch make menuconfig and select libsoc :

   Target packages  --->
       Libraries  --->
           Hardware handling  --->
               [*] libsoc

Use libsoc in a development project