annotate .hgignore @ 80:c8cd6dd74ca1

Don't call wdt_reset() in the IRQ routine - it makes the WDT useless. Instead only call it as needed when talking to ROMs (which can take a while if you had several). This makes the WDT bite when a problem occurs with the RTC (still not sure what the actual problem is though)
author Daniel O'Connor <darius@dons.net.au>
date Wed, 06 May 2009 08:30:45 +0930
parents 1afc710266bd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
58
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
1 .*\.lst
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
2 .*\.dmp
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
3 .*\.o
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
4 .*\.hex
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
5 .*\.elf
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
6 .*\.map
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
7 .*~
1afc710266bd Ignore non-source files.
darius@Inchoate
parents:
diff changeset
8