pico-tracker/firmware
Richard Meadows 73d18dc2ad add __NOPs to stop dodgy busy-wait loops being optimised out0
Really need to get on top of these
2016-08-12 22:27:35 +01:00
..
chip [memory] access 16k eeprom area by pointer, don't specifically allocate it 2016-08-05 16:04:13 +01:00
inc split callsigns into a separate file 2016-08-07 12:32:08 +01:00
samd20
src add __NOPs to stop dodgy busy-wait loops being optimised out0 2016-08-12 22:27:35 +01:00
test [pressure-temperature] only when baro in use 2016-07-17 19:51:45 +01:00
tools [aprs_daemon] be less selective with aprs-is filters 2016-08-07 11:51:02 +01:00
.dir-locals.el
.gdbinit
.gitignore split callsigns into a separate file 2016-08-07 12:32:08 +01:00
LICENSE-samd20-gcc-blackmagic.md
LICENSE.md
Makefile [linker] fix linker in no-bootloader mode 2016-08-06 20:31:45 +01:00
Peripherals.md [Peripherals.md] tidy and update 2016-02-29 22:07:04 +00:00
Pre-flight.md [ariss] don't use predict, just try ariss 1-in-4 times when there's power 2016-04-24 19:55:58 +01:00
README-samd20-gcc-blackmagic.md
README.md split callsigns into a separate file 2016-08-07 12:32:08 +01:00
config.mk [loader] add option for bootloader 2016-08-04 20:16:34 +01:00

README.md

Bristol Pico Tracker

Firmware for the Bristol Pico Tracker. Gets its GPS position home by whatever means possible, come hell or high water.

(Actually, come low temperatures, long paths, geopolitical restrictions, low power etc.)

Callsigns

You'll need to copy inc/callsigns_template.h to inc/callsigns.h and update it with your own callsigns.

Technical Description

The firmware is written in C and targeted at the highly configurable Atmel SAMD20 series of ARM Cortex M0+ micromontrollers. The code can be built using GNU Tools for ARM Embedded Processors. See README-samd20-gcc-blackmagic.md for more details.

Test Suite

The test suite is used to run test cases on real hardware. Test cases are written mostly in python and run using a gdb that has been built --with-python. It is still a work in progress but is quite handy when debugging.

See test/README.md for more details.

Sources & Licensing

See LICENSE.md