summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2014-05-15 22:50:40 +0000
committer Couriersud <couriersud@users.noreply.github.com>2014-05-15 22:50:40 +0000
commitf3cf3a8e78a00abacbbb645332f12da18af9cda5 (patch)
treea7a6e4c42ab99a970fd638856e6f0e2bae8d520a /.gitattributes
parent3b5b4fd0eae0ab2f30cf9482aa33a7e41da7f747 (diff)
Preliminary support for LTE dynamic time-stepping based on Local truncation error. This enables the possibility to connect a capacitor between ground and a TTL output and get a e.g. 100 ns delay with a 1nF capacitor.
Added an example circuit (cdelay.c) Changed the log device to support nano-second granularity. LTE is not yet enabled due to it's ugly test-state.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index c73f4459191..b3a0a682188 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -370,6 +370,7 @@ nl_examples/bjt_eb.c svneol=native#text/plain
nl_examples/bjt_eb_pnp.c svneol=native#text/plain
nl_examples/breakout.c svneol=native#text/plain
nl_examples/cd4066.c svneol=native#text/plain
+nl_examples/cdelay.c svneol=native#text/plain
nl_examples/msx_mixer_stage.c svneol=native#text/plain
nl_examples/ne555_astable.c svneol=native#text/plain
nl_examples/opamp.c svneol=native#text/plain