kumquat-buildroot/package/python-kflash/Config.in.host
Damien Le Moal 8131ef6554 package/python-kflash: new package
Add the kflash Kendryte K210 UART ISP Utility as a host package to allow
users to program their board boot ROM or SRAM with built images.

The kflash utility is available through the pypi.org python package
index. The project is homepage is: https://github.com/vowstar/kflash.py.

Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-05-30 21:22:06 +02:00

8 lines
210 B
Plaintext

config BR2_PACKAGE_HOST_PYTHON_KFLASH
bool "host python-kflash"
depends on BR2_RISCV_64 && !BR2_USE_MMU
help
Kendryte UART ISP Utility - programming code to k210.
https://github.com/vowstar/kflash.py