SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mingw32-hackrf-2015.07.2.git1437813950.90e1653-1.11.noarch.rpm :
Tue Sep 8 14:00:00 2015 mardnhAATTgmx.de
- Update to version 2015.07.2.git1437813950.90e1653:
+ 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().
+ 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.
+ Create a #define/constant for the usb_descriptor_string_serial_number length. Clean up a compilation warning, libusb headers do not like the \'const\'.
+ libhackrf: refactor serial number searching to hackrf_open_usb()
+ Permit serial number without leading zeros so you don\'t have to type as much. In fact, permit any suffix of the serial number.
+ Adjust debug printf\'s a bit
+ hackrf_spiflash: added -d for device serial number
+ hackrf_cpldjtag: added -d for device serial number
+ libhackrf: hackrf_device_list() API for device enumeration and opening of any device (with or without serial numbers). hackrf_info uses hackrf_device_list to list devices, with or without serial number API support.
+ hackrf_info: Adjust output to print USB device identification string and device index number, before trying to open.
+ Bug fix, open the correct device in hackrf_device_list_open
+ Do not break hackrf_open() API, provide a hackrf_open_by_serial() instead for the new functionality.
+ libhackrf: The usb firmware reports board type as USB product id. Provide hackrf_usb_board_id_name() to decode that.
+ device enumeration: Return usb_board_ids as an enum
+ hackrf_init: only call libusb_init() once
+ Update README.md
+ Update hackrf.c
+ Wiki images of narrowest baseband filter at 2MHz and 8MHz sampling rate.
+ quick reminder of gain control mappings
+ Fixed pkgdata install path on FreeBSD.
+ Added information on FreeBSD build.
+ Fix discovery of libusb 1.0 for FreeBSD
+ Attempt to detect correct group for udev rule
+ Fix compiling on GCC 4.9 (\'for\' loop initial declarations not allowed with -std=gnu90)
+ explain which gain setting was wrong
+ vga gain must be a multiple of 2, not 8
+ squish invalid gain values to acceptable levels
+ these don\'t need to be errors any more
+ Derp. That\'s what I get for hacking after bedtime...
+ Fix GitHub issue #163 - Detach the kernel driver automatically
+ Remove duplicate call to set configuration + tidy calls to libusb_close()
+ Free config descriptor once we have the number of interfaces
+ Fix issue #113 - CPLD update fails on Windows Using the patch from AATTsupersat
+ Fix inconsistent indentation
+ Add file repeat TX mode [-R].
+ ChunkSize should be size entire file in bytes minus 8 bytes
+ turn off RF amplifier at end of transmission, fixes bug #178
+ Add hackrf_spiflash verbose option, make default not-verbose.
+ Fix KiCad files being detected as Eagle files
+ credit for lines of code belongs in commit log
+ Use rad1o\'s PID
+ Sort readme install instructions
+ bumped .so and .pc version numbers to 0.4
+ cmake bug fix from roox
+ Move udev rule to libhackrf/
+ Update build instructions to include pkg-config
+ Update build instructions to include pkg-config

Sun Feb 22 13:00:00 2015 mardnhAATTgmx.de
- initial mingw64 package


 
ICM