Skip to content

Latest commit

 

History

History
50 lines (45 loc) · 1.59 KB

tasks.org

File metadata and controls

50 lines (45 loc) · 1.59 KB

Fuses

Add support for reading/writing fuses

Factor out write-file code in handle-read

Add immediate mode support

For reading

For writing

Add support for other memory types

Fuses

Lock bits

Add Lock bit r/w in programmer.c

Signature

Add Signature r/w in programmer.c

Get AT89LP52 support working

Currently can read the atmel signature and write to flash, however fuses do not want to work (so no internal oscillator) and the whole thing is really finakky.

Config File

Branch config-file

Use config file for device info

Merged

Yaml Configuration, will need read file and populate the device struct

Find Suitable YAML Library

Libyaml

Update Makefile (Possibly migrate to CMake)

No CMake

Move current device options to yaml file

Update device.c to load config file and populate device struct

Compare device suffixes to select device