-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathCHANGELOG
41 lines (33 loc) · 1.34 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
== 0.3 ==
N.B.: Remember to update antares to the latest master
rf24tool:
* Detect vusb dongle bootloader and boot it
* More sane debugging output with --trace
* Make use of new 'bulk' transfer mode
* Ditch continuity counter from the protocol, it is handled in hardware now.
* rf24tool API reworked and prepared to be released as a library in the next release
bootloader:
* Implement DEADTIME option
* Use new 'bulk' transfer mode
* No more continuity counter, it is handled in hardware now
* New 'dummy' partition in for benchmarking
* Free up ~120 bytes of code memory
== 0.2 ==
programming dongle:
* New hardware design with 16M crystal FTW!
* Ultra-cheap 5x5 cm single-sided design
* Implemented hardware packet buffering and async operation
(e.g. It's now flashes faster. Really faster!)
rf24tool:
* Refactor rf24tool code and ditch all warnings
* Code cleanup (still ugly in places, but readable at least)
* Implement support for multiple adaptors.
* Huge performance improvements
* Stability improvements with far nodes
* Brand new test suite
* Spectrum inspection and plotting
bootloader:
* Do not screw up when several packets are stuck in RX FIFO at once
* Minor performance and size improvements
== 0.1 ==
Initial release