Michael Buesch 728e95a8b6 simulator: Add some circuit simulators 4 years ago
..
simulator 728e95a8b6 simulator: Add some circuit simulators 4 years ago
tests d6ed6ad0ec tests: Define CONF_DEBUG 5 years ago
.gitignore 4a461e3ebb .gitignore: Add dasm 6 years ago
COPYING 59f27788f0 Add a copy of the GPL v2 8 years ago
Makefile 0c4a90926f make: Enable eeprom ring 6 years ago
avrmakelib.mk 3f56ba872d avrmakelib: Update 6 years ago
bitmap.c 2c5664d5d2 bitmap: Put lookup table into RAM. 7 years ago
bitmap.h 2c5664d5d2 bitmap: Put lookup table into RAM. 7 years ago
buttons.c 18f311f3ca buttons: Remove dynamic callback 6 years ago
buttons.h 18f311f3ca buttons: Remove dynamic callback 6 years ago
controller_current.c b3cb869b54 pid: Add dumping of controller results 5 years ago
controller_current.h f02b109cad Adjust factors to get reasonably quick controllers 6 years ago
controller_temp.c b3cb869b54 pid: Add dumping of controller results 5 years ago
controller_temp.h 113b94b8f9 controller_temp: Add a small D part 6 years ago
debug_uart.c aa1d046490 debug: Add support for second prefix 5 years ago
debug_uart.h aa1d046490 debug: Add support for second prefix 5 years ago
display.c 8810e965e3 Remove all explicit inits to 0 7 years ago
display.h 39b64c33fd Enable debugging via menu 8 years ago
dumpcurves.py 5560493b88 dumpcurves: Remove unused type 5 years ago
filter.c 059992284f filter: Add cast to balance types 5 years ago
filter.h 2ae94bd4d7 filter: Add fixpt implementation of the LP filter 8 years ago
fixpt.c fcab63bdb0 fixpt: Uninline all integer functions 6 years ago
fixpt.h fcab63bdb0 fixpt: Uninline all integer functions 6 years ago
main.c 2067f3f77a Make main loop available globally in simulator mode 5 years ago
main.h 4e43bcff1e Add version.h 8 years ago
measure.c aa1d046490 debug: Add support for second prefix 5 years ago
measure.h 38ece1d0e1 measure: Reduce complexity 6 years ago
measure_current.c aa1d046490 debug: Add support for second prefix 5 years ago
measure_current.h 7bb42aac28 Add helper for current calibration 8 years ago
measure_temp.c bdfe79a5e8 Avoid sparse warnings 6 years ago
measure_temp.h e4676ed2c4 Add temperature adjustment feature 6 years ago
menu.c bdfe79a5e8 Avoid sparse warnings 6 years ago
menu.h ff2b7eb078 Rewrite measurement to reduce redundancies 8 years ago
pid.c b3cb869b54 pid: Add dumping of controller results 5 years ago
pid.h b3cb869b54 pid: Add dumping of controller results 5 years ago
presets.c 0f93479507 presets: Remove local storage of active index 6 years ago
presets.h c49cd1ce37 Increase the number of presets to 6 6 years ago
pwm_current.c 5108220bf1 Add hooks for building the project in a simulator environment 5 years ago
pwm_current.h cbc7084ff9 Implement PWM generation 8 years ago
ring.c 3c34d1b895 Move ring buffer helpers 7 years ago
ring.h 3c34d1b895 Move ring buffer helpers 7 years ago
scale.c 0dba4e10b2 scale: Switch to smaller implementations 8 years ago
scale.h 6e90df2f8c scale: Add rescale and rewrite impl2 8 years ago
settings.c c146508c3a Add support for compiling with a c++ compiler 5 years ago
settings.h 66b07e28ac settings: Remove packed attribute 5 years ago
sparse.h 250938a56c sparse: Update progmem attr 7 years ago
sseg.c 80185facd1 sseg: Add segment mask for minus sign 6 years ago
sseg.h b61238e18f sseg: Split segment iomap and mux iomap 7 years ago
timer.c a59ac9bba9 Fix compile 7 years ago
timer.h a59ac9bba9 Fix compile 7 years ago
util.c 5b25f4c68b util: Fix warning 5 years ago
util.h 5108220bf1 Add hooks for building the project in a simulator environment 5 years ago
version.h e4b164fe91 Bump version 6 years ago