Skip to content

Drivers for Neon software collection

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

nradulovic/neon-drivers

Repository files navigation

Table of contents

Neon Drivers

Neon is a collection of software components for real-time applications.

Using Drivers

Configuration

Configuration is done in neon_drivers_app_config.h header file. The file is included by mcu/config.h file, which is in included in other Neon Drivers components.

Building

Include paths

  • drivers/include - standard Neon include path
  • port/_port-name_ - where the _port-name is the directory of port that is used.

Source files

  • source/rtc/*.c - RTC source files.
  • port/_port-name_/*.c - port source files. Ports may have additional source files located in port/_port-name_ directory which need to be compiled.

Project dependencies

Neon Eds does depend on the following components:

  • eds

Support

If you've found an error, please file an issue.

Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Please see CONTRIBUTING.rst for more details.

About

Drivers for Neon software collection

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages