Fix doc.
[bertos.git] / bertos / net / afsk.c
2009-11-17 battFix doc.
2009-10-10 battFix doc.
2009-10-10 battAdd strobe macros even in DAC callback.
2009-10-10 battSimplify DAC ISR interface: now afsk_dac_isr() return...
2009-10-10 battAdd some doc.
2009-10-10 battHandle rx fifo overflow error.
2009-10-10 battMove sin_table in flash (if applicable); fix typos.
2009-10-10 battUse log module.
2009-10-10 battMove functions documentation near their implementation.
2009-10-10 battAdd some documentation.
2009-10-10 battFactor out hdlc context, add some documentation.
2009-10-10 battRefactor afsk IRQ macros in order to handle multiple...
2009-10-10 battMove static varibles in the Afsk structure in order...
2009-10-09 battAdd support for preamble/trailer before starting real...
2009-10-04 battReformat.
2009-10-03 battReformat; add better algorithm to find bits.
2009-10-02 battAdd selectable discriminator filter type.
2009-10-02 battFix FIFO full handling.
2009-10-02 battUse unlocked fifo calls (we are in a ISR).
2009-10-01 battRemove HDLC constants; add irq end handling; Add strobe...
2009-09-30 battImport first draft of afsk 1200baud software modem.