iCoder2011 / NoteOn-Firmware

Device Firmware for the NoteOn Smartpen Project.

Home Page:http://hackaday.io/project/2678-NoteOn-Smartpen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoteON Smartpen Firmware

Part of the NoteOn Smartpen Project - http://hackaday.io/project/2678-NoteOn-Smartpen Copyright 2014 Nick Ames nick@fetchmodus.org Licensed under the GNU GPLv3. See LICENSE file.

Current Status

Drivers for all peripherals except the Bluetooth transceiver have been completed.

Required Software

Source File Layout

The src/ directory contains the firmware source files. src/peripherals/ contains modules providing high-level interfaces to on-chip peripherals, such as I2C and SPI. src/board/ contains modules providing high-level interfaces to other ICs on the PCB, such as the IMU and bluetooth controller.

The ld/ directory contains a linker script for the STM32F302x8.

The libopencm3/ directory contains libopencm3 as a git submodule.

The build/ directory contains the compiled binary files.

License

The NoteOn Smartpen firmware is licensed under the GNU GPLv3. NoteOn contains code from the libopencm3 and newlib projects.

Other components of NoteOn are licensed under Creative Commons Attribution-ShareAlike 4.0 International.

About

Device Firmware for the NoteOn Smartpen Project.

http://hackaday.io/project/2678-NoteOn-Smartpen

License:GNU General Public License v3.0


Languages

Language:C 94.3%Language:Makefile 4.4%Language:C++ 1.2%