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 |
|
Mike Walters
|
f7bdbb07d8
|
Speed up RFFC5072 comms by 50%!
|
2016-12-27 21:08:12 +00:00 |
|
Jared Boone
|
5363ec3672
|
Use new GPIO API to abstract GPIO in various drivers.
Had to do it all at once due to name conflicts with API exposed in libopencm3.
Quite invasive patch! Also precipitated an LED API...
|
2014-11-15 16:26:59 -08:00 |
|
Jared Boone
|
ea136038a9
|
SPI: Rename spi_t to spi_bus_t to match I2C naming.
|
2014-11-13 10:16:39 -08:00 |
|
Jared Boone
|
05b8c4c153
|
SPI: Interface: Rename init()->start(), add stop().
|
2014-11-13 09:51:48 -08:00 |
|
Jared Boone
|
81dfde2a29
|
RFFC5071: Remove extraneous #include.
|
2014-11-10 17:05:31 -08:00 |
|
Jared Boone
|
b8421cc14f
|
SSP1: Merge MAX2837 and MAX5864 SPI code to use single SPI interface.
Conflicts:
firmware/common/hackrf_core.c
firmware/common/hackrf_core.h
|
2014-11-10 16:59:47 -08:00 |
|
Jared Boone
|
f034bc82ca
|
RFFC5071: Further work abstracting SPI details out of driver.
|
2014-11-10 16:48:41 -08:00 |
|
Jared Boone
|
786a8fd2e1
|
RFFC5071: Rename rffc5071_drv->rffc5071_spi.
|
2014-11-10 16:48:31 -08:00 |
|