aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* temporary fix for aux LEDs on avrdd; needs proper refactoringSelene ToyKeeper2023-11-191-3/+6
* missed a "include -> HWDEF_H" conversion earlierSelene ToyKeeper2023-11-191-1/+2
* ramp-mode: allow hwdef to adjust gradual tick speedSelene ToyKeeper2023-11-192-1/+7
* version check: allow hex digitsSelene ToyKeeper2023-11-191-1/+4
* refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch]Selene ToyKeeper2023-11-1057-642/+862
* added md5sum to build-all.sh output per targetSelene ToyKeeper2023-11-101-2/+5
* added a Makefile, so either `make` or `./make` can be used for most tasksSelene ToyKeeper2023-11-071-0/+28
* oops, missed a venv name change in the readmeSelene ToyKeeper2023-11-071-1/+1
* Merge branch 'pr-16-SammysHP-momentary-turbo' into trunkSelene ToyKeeper2023-11-071-0/+1
|\
| * shortened unnecessarily long explanationSelene ToyKeeper2023-11-071-5/+1
| * Merge branch 'momentary-turbo' of github.com:SammysHP/anduril into pr-16-Samm...Selene ToyKeeper2023-11-071-0/+5
|/|
| * Allow turbo in momentary modeSammysHP2023-11-071-0/+5
* | fail pull requests if author accidentally committed a new version.hSelene ToyKeeper2023-11-071-0/+4
* | recommend .venv/ instead of env/ for python depsSelene ToyKeeper2023-11-072-4/+7
* | shell script cleanup (fix lint warnings, remove unused scripts)Selene ToyKeeper2023-11-0716-90/+64
* | Merge branch 'pull15' into trunkSelene ToyKeeper2023-11-079-9/+9
|\ \ | |/ |/|
| * Merge branch 'trunk' of github.com:GarikFirst/anduril into pull15Selene ToyKeeper2023-11-079-9/+9
|/|
| * Changed bash and sh shebangs to /usr/bin/envIgor Bulekov2023-11-078-8/+8
| * Update make shebang for portabilityGarik First2023-11-071-1/+1
* | made build fail if eeprom data bigger than MCU's eeprom sizeSelene ToyKeeper2023-11-073-38/+49
|/
* memesSelene ToyKeeper2023-11-061-0/+2
* build-all.sh: don't err when search term starts with a dashSelene ToyKeeper2023-11-061-1/+1
* fixed invalid characters in github artifact namesSelene ToyKeeper2023-11-051-1/+1
* Merge branch 'johnou-bugfix/no-simple-ui-error' into trunkSelene ToyKeeper2023-11-051-9/+10
|\
| * more consistent syntax, to avoid failed builds when various options are usedSelene ToyKeeper2023-11-051-14/+12
| * Merge branch 'bugfix/no-simple-ui-error' of github.com:johnou/anduril into jo...Selene ToyKeeper2023-11-051-2/+5
|/|
| * Fix compile error when Simple UI is undefined.Johno Crawford2023-11-061-2/+5
* | Merge branch 'DurvalMenezes-undef_USE_MANUAL_MEMORY_fix' into trunkSelene ToyKeeper2023-11-053-5/+11
|\ \ | |/ |/|
| * fixed build errors when #undef USE_MANUAL_MEMORYSelene ToyKeeper2023-11-053-7/+7
| * Merge branch 'trunk' into DurvalMenezes-undef_USE_MANUAL_MEMORY_fixSelene ToyKeeper2023-11-055-18/+102
| |\ | |/ |/|
* | Merge branch 'gretel-actions' into trunkSelene ToyKeeper2023-11-053-2/+52
|\ \
| * | removed test branch from action triggersSelene ToyKeeper2023-11-051-1/+1
| * | test: is apt-get any faster than apt?Selene ToyKeeper2023-11-051-3/+3
| * | github actions: cache the Atmel DFP files between runsSelene ToyKeeper2023-11-051-2/+13
| * | fixed intentional error, because CI build-fail test worked correctlySelene ToyKeeper2023-11-051-1/+1
| * | help CI detect build failuresSelene ToyKeeper2023-11-053-3/+4
| * | initial test to fix branch names and see if actions workSelene ToyKeeper2023-11-051-6/+11
| * | Merge branch 'actions' of github.com:gretel/anduril-tk into gretel-actionsSelene ToyKeeper2023-11-051-0/+33
|/| |
| * | basic compile workflow publishing artifacts to testTom Hensel2023-11-051-0/+33
* | | make clean: don't remove files in arch/dfp/Selene ToyKeeper2023-11-051-2/+2
* | | docs: added info on contributing, fixed minor formatting issuesSelene ToyKeeper2023-11-052-14/+48
| | * Fixes syntax errors when USE_MANUAL_MEMORY is undefined.Durval Menezes2023-11-051-1/+7
| |/ |/|
* | detect-mcu.sh: don't hang when MCU isn't found; exit with an error insteadSelene ToyKeeper2023-11-041-0/+4
* | added missing noctigon-k9.3 files hidden by an overzealous .gitignore ruleSelene ToyKeeper2023-11-045-2/+4
|/
* renamed anduril-manual.txt -> anduril-manual.mdSelene ToyKeeper2023-11-042-1/+1
* converted anduril-manual.txt to markdown formatSelene ToyKeeper2023-11-041-510/+595
* improved DFP setup and support:Selene ToyKeeper2023-11-046-30/+118
* @hank-*-boost: reduced ripple on low modesSelene ToyKeeper2023-11-042-4/+8
* @hank-*-boost: fixed flicker while holding button at moonSelene ToyKeeper2023-11-041-0/+2
* detect-mcu.sh: oops, that line of help text wasn't supposed to be executedSelene ToyKeeper2023-11-031-1/+1