libhackrf: refactor serial number searching to hac...
by Heikki Hannikainen 10 years 9 months
libhackrf: refactor serial number searching to hackrf_open_usb()
c9f8bb2a
Create a #define/constant for the usb_descriptor_s...
by Heikki Hannikainen 10 years 9 months
Create a #define/constant for the usb_descriptor_string_serial_number length.
Clean up a compilation warning, libusb headers do not like the 'const'.
35b9e0be
Refactor obtaining LPC serial number and chip ID i...
by Heikki Hannikainen 10 years 9 months
Refactor obtaining LPC serial number and chip ID into separate API and header/source files. Remove from main().
Create a usb_set_descriptor_by_serial_number(), called before USB stack is started.
9e92adda
Serial number firmware and host-side changes. Very...
by Jared Boone 10 years 9 months
Serial number firmware and host-side changes. Very hacky at this point.
Among the TODOs:
* Refactor obtaining LPC serial number and chip ID into separate API and header/source files. Remove from main().
* Create a usb_set_serial_number_descriptor() or similar function to be called before USB stack is started.
* Ensure USB serial number descriptor is valid even if code forgets to initialize the serial number before the USB stack is started. May be as simple as providing default initializer for usb_descriptor_string_serial_number[].
* Create a #define/constant for the usb_descriptor_string_serial_number length.
* Identify what's causing intermittent crashes in hackrf_transfer when no serial number is specified. I'm probably misusing getopt.
* Permit serial number without leading zeros so you don't have to type as much.
* Add support for serial number argument in other hackrf_* tools.
* Provide libhackrf support for enumerating multiple HackRFs, so that hackrf_info can list all devices. May require an additional libhackrf function, outside of hackrf_open().

...and anything else that makes this less of a hack.
9dbe967b
nudged refs for assembly diagram
by Michael Ossmann 10 years 10 months
50a6622f
updated DFU make instructions
by Michael Ossmann 10 years 11 months
4e98bc6b
removed .svn directory that never should have been...
by Michael Ossmann 10 years 11 months
removed .svn directory that never should have been there
017a8060
Merge pull request #150 from jboone/hotfix_compile...
by Michael Ossmann 11 years 2 weeks
Merge pull request #150 from jboone/hotfix_compiler_warnings_20141110

Hotfix compiler warnings 20141110
7e81647f
Re-scope buffer[] to solve unread array warning.
by Jared Boone 11 years 2 weeks
256d6cce
XSVF: Fix apparent #ifdef scope bug in xsvfDoXCOMM...
by Jared Boone 11 years 2 weeks
XSVF: Fix apparent #ifdef scope bug in xsvfDoXCOMMENT() where comments aren't truly ignored.
e3a841ca
Report a bug