Commit History

Author SHA1 Message Date
  Luke Dashjr 7f4e7db473 Merge branch 'nanofury2' into bfgminer 12 years ago
  Luke Dashjr 6e0fb0ea1c nanofury: Abstract both power gpios into a nanofury_power_enable function 12 years ago
  nanofury a65cdff0b8 nanofury: Add NANOFURY_GP_PIN_PWR_EN0 (inverted PWR_EN) - support for power management (hardware) optimizations 12 years ago
  Luke Dashjr 611dc1a086 Merge branch 'nanofury2' into bfgminer 12 years ago
  Luke Dashjr b4e1c2a3e3 Bugfix: nanofury: Set cgpu_data for all processors (eg, to avoid crashing in nanofury_set_ledmode for non-first procs) 12 years ago
  Luke Dashjr 8fdaaffcdd Merge commit '7414c9e' into bfgminer 12 years ago
  Luke Dashjr 7414c9e8e3 Bugfix: nanofury: Use correct SPI port for baud setting 12 years ago
  Luke Dashjr dacf647f8c nanofury: Silence false warning from some compilers about uninitialised variable use 12 years ago
  Luke Dashjr 67bb76ba70 nanofury: New "ledmode" RPC setting, to control LED behaviour 12 years ago
  Luke Dashjr 9b51d2c514 nanofury: Support for changing baud rate 12 years ago
  Luke Dashjr 3771915cda nanofury: Detect number of chips, so multiple can be used 12 years ago
  Luke Dashjr e058930aa1 bitfury: Migrate all drivers to set_device_funcs interface 12 years ago
  Nate Woolls 18ca5c8408 Bugfix: Do not allocate spi_port on the Stack, even to initialize - EXC_BAD_ACCESS on OS X 12 years ago
  Luke Dashjr 26349b073b nanofury: Support identify function by turning off LED for 5 seconds 12 years ago
  Luke Dashjr d8dd22c1a3 nanofury: nanofury_state structure 12 years ago
  Luke Dashjr b223282d05 Demote commonish errors to debug loglevel 12 years ago
  Luke Dashjr ba4ad87a35 Merge commit '78e5ab5' into bfgminer 12 years ago
  Luke Dashjr 78e5ab5ca2 Bugfix: nanofury: Check if mcp2210_device exists before trying to power it off 12 years ago
  Luke Dashjr b092c3c7b3 Split fpgautils into lowl-vcom and binloader, and fix internal build dependencies 12 years ago
  Luke Dashjr b86427a781 Replace bfg_claim_hid with lowlevel_claim 12 years ago
  Luke Dashjr 18e2c9d00c nanofury: Convert to lowl_probe 12 years ago
  Luke Dashjr 67207e1451 nanofury: Attempt to be more resilient to problems 12 years ago
  Luke Dashjr cb68199bfd Merge branch 'nanofury' into bfgminer 12 years ago
  Luke Dashjr 20b866851b Bugfix: bitfury: Fix processor disable/enable for all bitfury-based devices 12 years ago
  Luke Dashjr ad4dc1ccee Bugfix: nanofury: Use maybe_strdup in case strings may be missing 12 years ago
  Luke Dashjr cd2b7906b4 Split a hid lowlevel out of mcp2210 12 years ago
  Luke Dashjr ebf66582ac lowlevel: Add a userpointer to lowl_found_devinfo_func_t and use it for serial_autodetect 12 years ago
  Luke Dashjr 5cd4bcaa6c BFG_REGISTER_DRIVER macro to commonly pre-define device_drv structures 12 years ago
  Luke Dashjr 6682afc84e bitfury: Clean up by making private functions static, and naming public ones with [lib]bitfury_ prefix 12 years ago
  Luke Dashjr 2546c0598d Bugfix: Add missing includes of config.h, stdbool.h, and stdint.h 12 years ago