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