What would you like to see in The Next Chip?

SomeESPDev
Posts: 2
Joined: Sat Dec 15, 2018 2:12 pm

Re: What would you like to see in The Next Chip?

Postby SomeESPDev » Sun Dec 23, 2018 8:09 pm

On the top of my wishlist is first-class LLVM/Rust support.
  • Rust helps with catching bugs at compile time (borrow checker) = huge time saver especially for embedded devices
  • additive types/enum with additional data! No more the unsafe "function(enum_selecting_function_mode, &pointer_to_mode_dependent_data_structure)" pattern.
  • developer-friendly error handling (using the error-chain or failure crate)
  • Cargo as a mature package manager (so we can easily integrate existing platform-independent code like codecs, FFT)
  • a turing-complete macro language
  • module system/no header files
  • because of the pay-what-you-use-design and borrow checker/stricter aliasing rules, generated code might even be faster than C/C++
  • compiles easily to WASM and JavaScript, so frontend logic and the esp32-backend can share the same code
  • ...

aureoleday
Posts: 22
Joined: Wed Dec 19, 2018 2:10 am

Re: What would you like to see in The Next Chip?

Postby aureoleday » Thu Dec 27, 2018 5:34 am

NB iot.

squonk11
Posts: 69
Joined: Wed Mar 01, 2017 6:53 pm
Location: Germany

Re: What would you like to see in The Next Chip?

Postby squonk11 » Mon Jan 07, 2019 11:02 am

These are the suggestions from my side:
  • SPI interface without the "design peculiarity" of the existing ESP32; maybe you have a bug-fix version for the ESP32 soon?
  • I found out that the filter functionality of the SPI interface is very helpful for more robust EMC behaviour. So, my suggestion would be to have such filter functionality also with other (all?) pins
  • better debug interface
  • some/small programmable logic (like FPGA)
  • more RAM; Especially for embedtls connections much RAM is required. An alternative could be to have a tweaked version of the mbedtls library with less memory requirement (e.g.: there are some patched versions available)
  • easier installation on windows (no Msys2)
  • C++ API
"Whoever believes to be someone has stopped becoming someone"
Sokrates

kortschak
Posts: 5
Joined: Mon Feb 11, 2019 2:25 am

Re: What would you like to see in The Next Chip?

Postby kortschak » Mon Feb 11, 2019 2:30 am

LLVM backend support would be an outstanding addition, not just for Rust use, but for the variety of other languages that are now supported by clang. This was mentioned by ESP_Sprite in 2015. Has enything come of that? Is the work somewhere it could be picked up by the community?

ESP_Sprite
Posts: 8921
Joined: Thu Nov 26, 2015 4:08 am

Re: What would you like to see in The Next Chip?

Postby ESP_Sprite » Mon Feb 11, 2019 4:49 am

SPI quirks *should* be gone in the next chip. We also have some other additions to the SPI peripheral that should help with CPU use.

Wrt LLVM: *EDIT* Nixed because it turned out to be not entirely true.

kortschak
Posts: 5
Joined: Mon Feb 11, 2019 2:25 am

Re: What would you like to see in The Next Chip?

Postby kortschak » Mon Feb 11, 2019 6:04 am

Thanks for the update. I actually sort of glad that you're planning on getting LLVM for ESP8266 first - it's the target that we are writing for.

It's odd that Cadence are working that way, you'd think that providing incentives for uptake of their processor designs would be a selling point and a good thing. Thank you for putting in the work to make up for their shortsightedness.

ESP_Sprite
Posts: 8921
Joined: Thu Nov 26, 2015 4:08 am

Re: What would you like to see in The Next Chip?

Postby ESP_Sprite » Mon Feb 11, 2019 11:31 am

Oops, seems I posted something that wasn't entirely true and that I shouldn't have posted. We are developing LLVM for Xtensa first, as I mentioned in my edited post, but it will be coming out for the ESP32 first. Still can't give any timeline, unfortunately.

permal
Posts: 384
Joined: Sun May 14, 2017 5:36 pm

Re: What would you like to see in The Next Chip?

Postby permal » Tue Feb 12, 2019 7:23 am

ESP_Sprite wrote:
Mon Feb 11, 2019 11:31 am
Oops, seems I posted something that wasn't entirely true and that I shouldn't have posted. We are developing LLVM for Xtensa first, as I mentioned in my edited post, but it will be coming out for the ESP32 first. Still can't give any timeline, unfortunately.
Does that mean we're eventually moving away from xtensa-gcc all together?

ESP_igrr
Posts: 2067
Joined: Tue Dec 01, 2015 8:37 am

Re: What would you like to see in The Next Chip?

Postby ESP_igrr » Tue Feb 12, 2019 7:42 am

permal: we don't have such plans, at the moment.

permal
Posts: 384
Joined: Sun May 14, 2017 5:36 pm

Re: What would you like to see in The Next Chip?

Postby permal » Tue Feb 12, 2019 7:58 am

ESP_igrr wrote:
Tue Feb 12, 2019 7:42 am
permal: we don't have such plans, at the moment.
Ambitious - gcc, clang, make and cmake all at the same time. Though, compiling the same code with both gcc and clang do have its benefits.

Who is online

Users browsing this forum: Bing [Bot] and 107 guests