Skip to content

hebnern/lx106-hal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardware Abstraction Library for Xtensa LX106

2014-11-13

This is the libhal part of the SDK.

Requirements

The following things are assumed to be true before you start:

  • You have GNU autotools installed.
  • You have a cross-compiler in ~/x-tools/xtensa-lx106-elf/bin.
  • The programs in ~/x-tools/xtensa-lx106-elf/bin are all prefixed with xtensa-lx106-elf-, so adding the directory to $PATH will not interfere with other programs.

Building

To build, install a cross-compiler for Xtensa LX106, e.g. using crosstool-NG. Then run

autoreconf -i
PATH=~/x-tools/xtensa-lx106-elf/bin:$PATH
mkdir build
cd build
../configure --host=xtensa-lx106-elf
make

License

Distributed under the MIT license. See the LICENSE file.

About

The libhal part of the SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.0%
  • Assembly 26.6%
  • C++ 10.5%
  • Objective-C 5.9%