mirror of
https://github.com/wuxx/icesugar.git
synced 2025-12-18 15:44:39 +08:00
On branch master
Your branch is up to date with 'origin/master'. Changes to be committed: modified: README_en.md modified: tools/src/Makefile modified: tools/src/icesprog
This commit is contained in:
@@ -59,7 +59,7 @@ Alternatively, you can download the pre-built toolchain provided by xPack or SiF
|
||||
`$sudo apt-get install libusb-1.0-0-dev`
|
||||
|
||||
# How-to-buy
|
||||
you can buy iCESugar and PMOD boards from our offcial aliexpress shop [Muse Lab Factory Store](https://muselab-tech.aliexpress.com/store/5940159?spm=a2g0o.detail.1000061.1.7cc733429fQjmK)
|
||||
you can buy iCESugar and PMOD boards from our offcial aliexpress shop [Muse Lab Factory Store](https://www.aliexpress.com/item/4001201771358.html?pdp_ext_f=%7B%22sku_id%22:%2212000018061074631%22,%22ship_from%22:%22CN%22%7D&gps-id=pcStoreLeaderboard&scm=1007.22922.122102.0&scm_id=1007.22922.122102.0&scm-url=1007.22922.122102.0&pvid=ecf14214-d6c4-43f4-a14f-ba4dc34a480e&spm=a2g0o.store_pc_home.smartLeaderboard_1285899621.4001201771358)
|
||||
|
||||
# Reference
|
||||
### RTL toolchain
|
||||
|
||||
@@ -45,6 +45,9 @@ HIDAPI = hidapi-hidraw
|
||||
ifeq ($(OS),Windows_NT)
|
||||
HIDAPI = hidapi
|
||||
endif
|
||||
ifeq ($(OS),Darwin)
|
||||
HIDAPI = hidapi
|
||||
endif
|
||||
|
||||
CFLAGS += $(shell pkg-config --cflags $(LIBUSB)) $(shell pkg-config --cflags $(HIDAPI))
|
||||
LIBS += $(shell pkg-config --libs $(LIBUSB)) $(shell pkg-config --libs $(HIDAPI))
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user