Search found 5 matches
- Thu Apr 19, 2018 6:56 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 940447
Re: What would you like to see in The Next Chip?
I was going through MS's new security white paper on what they've identified for their devices, Seven Properties of Highly Secure Devices , and of course the hardware based root-of-trust one is the piece that stands out. It would be nice to have a hardware-implemented, cryptographically-backed way t...
- Fri Apr 13, 2018 1:44 am
- Forum: Sample Code
- Topic: linux-vscode include generator
- Replies: 1
- Views: 7523
linux-vscode include generator
I just moved my environment to Linux and decided to go with VSCode since Eclipse has all of the aesthetic and user experience of Craig's List. Task #1 is of course to get rid of squiggly lines under includes, since I am highly allergic to them. The C/C++ extension SAYS that it is supposed to work wi...
- Sat Apr 07, 2018 7:28 am
- Forum: ESP-IDF
- Topic: Explicitly exclude components (howto)
- Replies: 4
- Views: 9359
Re: Explicitly exclude components (howto)
Will do... it's a marginal gain with the IDF when building clean, but I think anyone dealing with an underpowered automated build server might appreciate it.
- Fri Apr 06, 2018 5:41 pm
- Forum: Documentation
- Topic: Documentation Requests/Feedback
- Replies: 81
- Views: 234132
Re: Document Requests
ESP8266_SDKSSL_User_Manual_EN_v1.4.pdf as referenced at:
https://github.com/espressif/esp-idf/bl ... /README.md
...is missing. I gave up and used mbedTLS directly based on their docs and examples.
https://github.com/espressif/esp-idf/bl ... /README.md
...is missing. I gave up and used mbedTLS directly based on their docs and examples.
- Fri Apr 06, 2018 5:00 pm
- Forum: ESP-IDF
- Topic: Explicitly exclude components (howto)
- Replies: 4
- Views: 9359
Explicitly exclude components (howto)
Hey! I've noticed that there's no make variable to exclude components to cut down on full build times, so I've created one for myself. On about line 150 of IDF_PATH/make/project.mk, add the following after "COMPONENTS := $(sort... endif" and before "export COMPONENTS" : ifdef EXCLUDE_COMPONENTS ifde...