Browse Source

omnibus-f4sd defconfig: change USB vendor & product strings to match with the bootloader

This fixes automatic upload. Since ed95dced0f the NuttX string
is used for device detection, but Linux uses the bootloader's USB vendor
and product strings.
So the NuttX strings must match with the ones from the bootloader.
sbg
Beat Küng 7 years ago committed by Lorenz Meier
parent
commit
6dda641cc0
  1. 4
      platforms/nuttx/nuttx-configs/omnibus-f4sd/nsh/defconfig

4
platforms/nuttx/nuttx-configs/omnibus-f4sd/nsh/defconfig

@ -1043,8 +1043,8 @@ CONFIG_CDCACM_RXBUFSIZE=600 @@ -1043,8 +1043,8 @@ CONFIG_CDCACM_RXBUFSIZE=600
CONFIG_CDCACM_TXBUFSIZE=2000
CONFIG_CDCACM_VENDORID=0x26ac
CONFIG_CDCACM_PRODUCTID=0x0001
CONFIG_CDCACM_VENDORSTR="Airbot"
CONFIG_CDCACM_PRODUCTSTR="PX4 OMNIBUSF4SD"
CONFIG_CDCACM_VENDORSTR="Vertile"
CONFIG_CDCACM_PRODUCTSTR="PX4 OmnibusF4SD"
# CONFIG_USBMSC is not set
# CONFIG_RNDIS is not set
# CONFIG_USBHOST is not set

Loading…
Cancel
Save