circuitpython/ports
Andrew Leech 8ee2e1fdbc stm32/mboot: Expose custom DFU USB VID/PID values at makefile level.
In mboot, the ability to override the USB vendor/product id's was added
back in 5688c9ba09.  However, when the main
firmware is turned into a DFU file the default VID/PID are used there.
pydfu.py doesn't care about this but dfu-util does and prevents its use
when the VID/PID don't match.

This commit exposes BOOTLOADER_DFU_USB_VID/PID as make variables, for use
on either command line or mpconfigboard.mk, to set VID/PID in both mboot
and DFU files.
2020-04-18 23:02:00 +10:00
..
bare-arm ports: Enable error text compression for various ports, but not all. 2020-04-05 15:02:06 +10:00
cc3200 ports: Enable error text compression for various ports, but not all. 2020-04-05 15:02:06 +10:00
esp32 all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
esp8266 ports: Enable error text compression for various ports, but not all. 2020-04-05 15:02:06 +10:00
javascript all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
mimxrt all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
minimal all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
nrf all: Clean up error strings to use lowercase and change cannot to can't. 2020-04-13 22:19:37 +10:00
pic16bit all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
powerpc all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
qemu-arm all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
samd all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
stm32 stm32/mboot: Expose custom DFU USB VID/PID values at makefile level. 2020-04-18 23:02:00 +10:00
teensy ports: Enable error text compression for various ports, but not all. 2020-04-05 15:02:06 +10:00
unix all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
windows all: Enable extra conversion warnings where applicable. 2020-04-18 22:42:28 +10:00
zephyr all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00