Age Message
11 years 3 months BOOKSHELF: add LIS3DH app note; add push-pull uSD card holder
11 years 3 months BOOKSHELF: add data sheets of parts for next Tornado iteration
11 years 3 months tornado/doc/README: calculate image size
11 years 3 months tornado/fw/tornado.c: update signal processing from sim/alg.c
11 years 3 months tornado/fw/tornado.c: experimental code to log ADC samples to memory card

For a yet unknown reason, writing to the card fails if also processing
the samples. Maybe it's some side-effect of switching the LEDs.
11 years 3 months tornado/fw/sim/alg.c: dampen more, to also absorb chain jumps
11 years 3 months tornado/fw/sim/alg.c: tune EWMA weights; correct sample rate for simulation
11 years 3 months tornado/fw/sim/p: pass arguments to "alg"; label graphs; better separate "up"
11 years 3 months tornado/fw/sim/alg.c: accept data from standard input; fix "process"
11 years 3 months tornado/fw/sim/alg.c: take duration of simulation from command line
11 years 3 months tornado/fw/sim/alg.c: separate data processing from sample generation
11 years 3 months tornado/fw/ben/ben.c: accept optional byte address argument
11 years 3 months tornado/fw/mmc.[ch]: read/write address is not in sectors, just call it "addr"
11 years 3 months tornado/fw/mmc.c: print R1 response when running on Ben
11 years 3 months tornado/fw/ben/ben.c (main): use getopt
11 years 3 months tornado/fw/ben.c: new option -w to write to a sector
11 years 3 months tornado/fw/mmc.c (mmc_wait): add 1 ms delay to wait loop

MMC-SPI specifies a card delay of up to 100 ms, which is easier to match
with an explicit delay than with a loop count.
11 years 3 months tornado/fw/: apply platform separation by include also to io.h
11 years 3 months tornado/fw/: handle platform separation for delay function via include path

... and not via #ifdef
11 years 3 months tornado/fw/Makefile (CFLAGS): don't -I../../ben-wpan/atusb/fw/include/
11 years 3 months tornado/fw/mmc.c (mmc_wait): return success or failure (timeout)
11 years 3 months tornado/fw/mmc.c: call mmc_recv for low-level I/O, not mmc_read
11 years 3 months tornado/fw/mmc-hw.c (mmc_recv): make sure to send 0xff when receiving
11 years 3 months tornado/fw/mmc-hw.c (mmc_activate): allow card to "pre-charge" (Ben needs this)
11 years 3 months tornado/fw/ben/Makefile: compile static binary and un-phony "ben"

Branches:
master
tornado-v1



interactive