2009-11-02 23:18:02 +01:00
|
|
|
- openocd flashing
|
|
|
|
use run_algorithm to hook ROM NVM functions
|
|
|
|
see flash/stm32x.c
|
|
|
|
|
2010-03-07 00:49:08 +01:00
|
|
|
- add timestamp to received packets
|
2010-03-02 05:04:05 +01:00
|
|
|
|
2010-03-13 00:06:09 +01:00
|
|
|
- transmit callback in the isr
|
|
|
|
|
|
|
|
- add a way to set modes: tx_only, rx_only, txrx. (so you can be lazy
|
|
|
|
and have blocks of code that don't need to handle rx packets)
|
2010-03-05 02:50:16 +01:00
|
|
|
|
|
|
|
- callback for each packet the gets transmitted
|
|
|
|
|
|
|
|
- beacon sync
|
|
|
|
|
|
|
|
- CCA and ED.
|