Fix automatic rebuilding of M0 code
by Mike Walters 3 years 7 months
Fix automatic rebuilding of M0 code

This uses `add_custom_command` to run a cmake script instead of using
`configure_file` directly, which allows for adding dependencies and
creates an ouput that can be depended on.

It also uses `add_custom_command` instead of `add_custom_target` to
create the M0 binary, since custom targets have no output file to depend
on.

Unfortunately, multiple targets cannot depend on the same generated file
or cmake tries to run the generation multiple times in parallel. So, the
.bin/.s generation is now duplicated for each target so they don't
conflict.

fixes #693
6d562177
add list of hardware revisions (#988)
by Michael Ossmann 3 years 7 months
d94295ed
Merge pull request #986 from straithe/removeTravis
by Michael Ossmann 3 years 7 months
Merge pull request #986 from straithe/removeTravis

Remove Travis file
39017551
Remove Travis file
by straithe 3 years 7 months
fd99b1e6
Merge pull request #985 from lyusupov/master
by Michael Ossmann 3 years 7 months
Merge pull request #985 from lyusupov/master

sgpio_cpld_stream_rx_set_decimation() is no longer available
ec3cf3da
sgpio_cpld_stream_rx_set_decimation() is no longer...
by Linar Yusupov 3 years 7 months
sgpio_cpld_stream_rx_set_decimation() is no longer available
909c0ca1
Merge pull request #981 from straithe/updateDocsHa...
by Michael Ossmann 3 years 7 months
Merge pull request #981 from straithe/updateDocsHackRFPage

Update HackRF one docs page
681d0c16
Update HackRF one docs pag
by straithe 3 years 8 months
5a56fff9
Merge pull request #961 from straithe/updatedOpera...
by Michael Ossmann 3 years 8 months
Merge pull request #961 from straithe/updatedOperatingSystemsPage

Update installing hackrf software documentation
f92d49ab
Merge pull request #950 from miek/operacake-cleanu...
by Michael Ossmann 3 years 8 months
Merge pull request #950 from miek/operacake-cleanup

Opera Cake CLI/API cleanup
3589bc4e
Report a bug