acassis commented on code in PR #18951:
URL: https://github.com/apache/nuttx/pull/18951#discussion_r3297853918


##########
arch/sim/src/sim/sim_internal.h:
##########
@@ -507,5 +507,10 @@ int sim_gpiochip_initialize(const char *filename);
 struct ioexpander_dev_s *sim_gpiochip_get_ioe(void);
 #endif
 
+#ifdef CONFIG_SIM_FT2232H_GPIO
+int sim_ft2232h_gpio_initialize(uint8_t pins_dir);

Review Comment:
   @xiaoxiang781216 of course, we can! But this GPIO is only for Linux, adding 
support to FT2232H integration using libftdi1 allows using it outside Linux 
too. So, it will work on MacOS, BSDs and probably Windows as well



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to