alex0sunny

platformio.ini usbrndis

Jul 16th, 2025
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [env:nucleo_f429zi]
  2. platform = ststm32
  3. board = nucleo_f429zi
  4. framework = arduino
  5. upload_protocol = stlink
  6. monitor_speed = 115200
  7.  
  8. build_flags =
  9.     -D USE_USB_OTG_FS
  10.     -D USB_VID=0x0483
  11.     -D USB_PID=0x374E
  12.     -D USBD_USE_RNDIS=1
  13.     -D USBD_USE_CDC_ACM=0
  14.     -D CUSTOM_USB_DEVICE=1
  15.     -D USBCON
  16.  
  17. lib_deps =
  18.     stm32duino/STM32Ethernet@^1.3.0
  19.     https://github.com/stm32duino/LwIP
Advertisement
Add Comment
Please, Sign In to add comment