Libsoc: Difference between revisions

From ArmadeusWiki
(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...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Under_Construction}}
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.  
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.  
  The core is written in C and bindings are available for Python language.  
Line 11: Line 13:
               [*] libsoc
               [*] libsoc
</pre>
</pre>
== Use libsoc in a development project ==
=== In a C/C++ project ===
=== In a Python project ===
== See also ==
* [https://github.com/jackmitch/libsoc Libsoc] project on github.
* [[AsDevices]] Armadeus version of libsoc

Latest revision as of 08:21, 4 July 2017

Page under construction... 

Construction.png Informations on this page are not guaranteed !!

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

In a C/C++ project

In a Python project

See also