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
|
422173a5f7
|
SGPIO: Add CPLD RX Q channel inversion, API to control.
|
2014-08-11 13:02:02 -07:00 |
|
Jared Boone
|
0ab6a92ae6
|
Change SGPIO CPLD decimation API interface to be one-based (decimation of 1 to 8).
|
2014-08-11 13:01:50 -07:00 |
|
Jared Boone
|
2fab6c40cd
|
Extract SGPIO multi_slice configuration argument into an init-time function, so it doesn't need to be passed each time the SGPIO interface direction is changed.
|
2013-12-08 12:21:41 -08:00 |
|
Jared Boone
|
3bf6573dc6
|
Add skip-every-N function to CPLD, where N is controlled by three input pins from the microcontroller.
Updated SGPIO CPLD testbench, as it had fallen a bit out of date.
Add SGPIO API initialization and control of CPLD decimation feature.
|
2013-11-19 19:52:06 -08:00 |
|
Jared Boone
|
2e2275ed51
|
Pull out leaky tri-state transceiver_mode value from sgpio_configure(), replace with SGPIO_DIRECTION_* #defines.
|
2013-09-17 22:29:41 -07:00 |
|
Jared Boone
|
9b579232a7
|
Consolidated single-slice SGPIO configuration functions into single sgpio_configure() function.
|
2012-10-11 15:45:28 -07:00 |
|
Jared Boone
|
1bad2d8536
|
Consolidated two "deep" SGPIO configuration functions into one, qualified by transceiver mode (RX or TX). 95-ish % of the code was common.
|
2012-10-11 15:18:16 -07:00 |
|
Jared Boone
|
8291d7fac0
|
Add SGPIO configuration function for "deep" (8-slice) TX mode.
|
2012-10-11 13:04:30 -07:00 |
|
Jared Boone
|
5989465eb9
|
Add SGPIO configuration API and code, extracted from existing SGPIO projects.
|
2012-10-10 14:30:28 -07:00 |
|