mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-02 02:58:06 +02:00
Add cable jetson-nano-gpio
This commit is contained in:
@@ -26,6 +26,7 @@ enum communication_type {
|
||||
MODE_DFU, /*! DFU based probe */
|
||||
MODE_XVC_CLIENT, /*! Xilinx Virtual Cable client */
|
||||
MODE_LIBGPIOD_BITBANG, /*! Bitbang gpio pins */
|
||||
MODE_JETSONNANO_BITBANG, /*! Bitbang gpio pins */
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
@@ -75,6 +76,9 @@ static std::map <std::string, cable_t> cable_list = {
|
||||
#ifdef ENABLE_LIBGPIOD
|
||||
{"libgpiod", {MODE_LIBGPIOD_BITBANG, {}}},
|
||||
#endif
|
||||
#ifdef ENABLE_JETSONNANOGPIO
|
||||
{"jetson-nano-gpio", {MODE_JETSONNANO_BITBANG, {}}},
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user