9 Commits

Author SHA1 Message Date
Sojus07
c744337311 kekl
Some checks failed
Build / host (macos-latest) (push) Has been cancelled
Build / host (ubuntu-latest) (push) Has been cancelled
Build / host (windows-latest) (push) Has been cancelled
Build / firmware (HACKRF_ONE, macos-latest) (push) Has been cancelled
Build / firmware (HACKRF_ONE, ubuntu-latest) (push) Has been cancelled
Build / firmware (JAWBREAKER, macos-latest) (push) Has been cancelled
Build / firmware (JAWBREAKER, ubuntu-latest) (push) Has been cancelled
Build / firmware (RAD1O, macos-latest) (push) Has been cancelled
Build / firmware (RAD1O, ubuntu-latest) (push) Has been cancelled
Check code style / clang-format (map[check:firmware/common exclude:firmware/common/xapp058]) (push) Has been cancelled
Check code style / clang-format (map[check:firmware/hackrf_usb exclude:]) (push) Has been cancelled
Check code style / clang-format (map[check:host/hackrf-tools/src exclude:]) (push) Has been cancelled
Check code style / clang-format (map[check:host/libhackrf/src exclude:]) (push) Has been cancelled
2025-08-04 16:45:01 +02:00
Michael Ossmann
06b9d7bee0 Clean up source code copyright notices. 2022-09-23 14:46:52 -04:00
Martin Ling
c3fdf402d7 Reformat all code to new clang-format standard. 2022-08-03 23:46:44 +01:00
Martin Ling
be060ab753 Add defines for USB bulk buffer size & mask. 2022-02-13 16:46:12 +00:00
Martin Ling
5b2a390728 Move M0 offset and tx variables into a state struct.
These variables are already placed together; this commit just groups
them into a struct and declares this in a new header.

This commit should not result in any change to the firmware binary.
Only the names of symbols are changed.
2022-01-03 18:47:58 +00:00
Mike Walters
e76eace09d Use the M0 to collect SGPIO samples 2020-01-20 14:22:30 +00:00
Jared Boone
a51eb9dd60 Remove usb_bulk_buffer declaration, it was causing duplicate buffers to exist in RAM. Allow ldscript to determine symbol's address by making buffer "extern" only. 2014-02-14 10:48:38 -08:00
Jared Boone
ba2cc32ac6 Combine ram_usb[01] into a single region.
Assign usb_bulk_buffer symbol to ram_usb origin, instead of hard-coding a pointer in C.
Change declaration of usb_bulk_buffer from a pointer to an array.
2014-01-11 17:07:49 -08:00
Jared Boone
9b2b7b0817 Move SGPIO ISRs to separate .c/.h files.
Move usb_bulk_buffer* to separate .c/.h files.
2013-09-08 15:10:19 -07:00