week 7 of year 2019 was production07 2019 - June 2019 ?
best wishes
rudi
week 7 of year 2019 was production07 2019 - June 2019 ?
Well, in the ESP32, 75% of the chip size is the RAMNot quite sure looking at picture - but is the chip size 2x bigger?
More cores? )
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}And possibly USB host mode? Would be nice, to hook up a LAN9415 to itAny bets on
usb rom bootloader
Encrypted psram
Improved adc
Battery backed rtc
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}Just to temper expectations a bit: this is likely not going to be the top-of-the-line powerhouse that you guys think/hope it will be, as seen in the posts in this topic. Not saying we're not working on one of thosebut this is not it. (It does have a few picks from the ideas of the 'what would you like to see in the new chip' topic inside, though.)
Users browsing this forum: meta-externalagent, Qwantbot and 4 guests