Author Topic: Whatever Happened to the uSupply Project?  (Read 6229 times)

0 Members and 1 Guest are viewing this topic.

Offline nimish

  • Regular Contributor
  • *
  • Posts: 149
  • Country: us
Re: Whatever Happened to the uSupply Project?
« Reply #25 on: August 01, 2022, 12:58:31 am »
I thought the software was some kind of bizarre esoteric thing but it's literally just cmake.

Install an ARM toolchain and then run cmake. Have to run in the MinSizeRel config:

cmake -DCMAKE_BUILD_TYPE=MinSizeRel
cmake --build . --config MinSizeRel


This is actually pretty clean C++. Not sure why it'd take much to port it.

VS Code has full cmake integration with its C++ tools. About as good as you can get and way better than most garbage vendor tooling.
 
The following users thanked this post: EEVblog


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf