Merge pull request #1022 from martinling/sgpio-cle...
by Martin Ling 3 years 11 months
Merge pull request #1022 from martinling/sgpio-cleanup

M0 SGPIO code cleanup & optimisation
60cfd0fe
rad1o: apply Linux kernel style clang-format
by schneider 3 years 11 months
8a013172
rad1o: Don't update the UI during sweeps
by schneider 3 years 11 months
rad1o: Don't update the UI during sweeps

Updating the UI during sweeps significantly increases the time needed to
complete a sweep. Instead simply show "SWEEP" on the display.
7bf55dc9
rad1o: UI code cleanup
by schneider 3 years 11 months
9404226c
Add project mention for the APRS tracker (#1033)
by Radoslav Gerganov 3 years 11 months
Add project mention for the APRS tracker (#1033)

APRS tracker which uses the HTML Geolocation API to retrieve the
device's position and WebUSB to communicate with the HackRF. The source
code is available at https://github.com/rgerganov/aprs-sdr
aec108be
hack: add rad1o ui code
by schneider 3 years 11 months
0c514839
Fix a typo.
by Martin Ling 3 years 11 months
98df8c23
Add a label at the end of the code to indicate the...
by Martin Ling 3 years 11 months
Add a label at the end of the code to indicate the literal pool.

This makes objdump disassembly of the code a bit clearer, by separating
the constants from code following the last label.
42a7c5ed
Add pseudocode for all instructions.
by Martin Ling 3 years 11 months
Add pseudocode for all instructions.

This is intended to make the code possible to follow without knowledge
of the ARM instruction set.
59be1fef
Remove unused constants.
by Martin Ling 3 years 11 months
Remove unused constants.

Neither of these constants was used in the code.
03089831
Report a bug