Search found 2 matches
- Sun Jul 01, 2018 8:34 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 940160
Re: What would you like to see in The Next Chip?
My wishlist would include architecture to support multi-tasking. I know there is semaphore instructions in there already. But how about some memory segmentation (phys-virt mapping). That might even help with IoT's biggest problem: code security. It would also be nice to see some signal processing ca...
- Sun Jun 10, 2018 5:42 pm
- Forum: ESP32 Arduino
- Topic: How can I set the date / time?
- Replies: 9
- Views: 62731
How can I set the date / time?
I an moving some code from an ESP8266 to an ESP32. I am using the Arduino IDE I wish to set an arbitrary date and time In the ESP8266 code I can use a library function called setTime(). However this doesn't exist in the ESP32 version of the libraries. There is an example in the Expressif code that u...