aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/multi/PAL/cfg-arduino_mini/chconf.h
Commit message (Expand)AuthorAgeFilesLines
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-201-1/+1
* AVR: Update AVR multi demo configuration files.Theodore Ateba2017-12-231-8/+16
* New hooks added to RT, stronger checks on RT chconf.h files.Giovanni Di Sirio2017-11-241-0/+16
* Mass update of all chconf.h files with new options.Giovanni Di Sirio2017-11-231-0/+12
* Fixed comments in chconf.h files.Giovanni Di Sirio2017-11-231-2/+2
* Fixed various typos and documentation-related issues.Giovanni Di Sirio2017-10-051-1/+1
* chconf.h files alignment pass 3, added objects factory settingsGiovanni Di Sirio2017-10-041-0/+50
* chconf.h files alignment pass 2, added version tag in chconf.h filesGiovanni Di Sirio2017-10-041-0/+1
* chconf.h files alignment pass 1Giovanni Di Sirio2017-10-041-1/+10
* Add portable multi-device, multi-board ChibiOS applications.Theodore Ateba2017-09-131-0/+523
color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
SUBDIRS = ramdisk tests
EXTRA_DIST = lib runtest.sh mkreport

existing:
	$(MAKE) -C ramdisk existing

# Remove any pyc's, CVS dirs, and prune the skel dirs
dist-hook:
	find $(distdir) -name '*~' -delete -print
	find $(distdir) -name '*.pyc' -delete -print
	for i in Root Repository Entries; do \
	  find $(distdir) -name $$i -delete ;\
	done
	find $(distdir) -name CVS -delete
	find $(distdir) -name '*.test' -delete
	cd $(distdir)/ramdisk/skel && find . -empty -delete
	chmod a+x $(distdir)/runtest.sh