Search found 2 matches

by SomeESPDev
Sun Dec 23, 2018 8:09 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 785731

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

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...
by SomeESPDev
Sat Dec 15, 2018 3:24 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 785731

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

MIPI DSI: If you're in real need of it, the ESP32 can actually fake MIPI compatibility with an external flipflop and some resistors. I have that working now, will publish the project eventually. Agreed that compatibility can be useful; will take a look at it. Larger flash ROM for data: You are awar...