There is recently introduced option to subscribe for documentation updates - http://espressif.com/zh-hans/subscribeOops, I missed some releases!
[Documentation Release] ESP32 Technical Reference
- ESP_krzychb
- Posts: 400
- Joined: Sat Oct 01, 2016 9:05 am
- Contact:
Re: [Documentation Release] ESP32 Technical Reference
-
- Posts: 2
- Joined: Fri Jul 28, 2017 5:28 am
Re: [Documentation Release] ESP32 Technical Reference
Technical Reference is now V2.2.
PDF link to latest (same as the link in the first post)
New in V2.2:
Added Chapter Low-Power Management.
Also, please subscribe for our documentation updates at: http://espressif.com/en/subscribe
PDF link to latest (same as the link in the first post)
New in V2.2:
Added Chapter Low-Power Management.
Also, please subscribe for our documentation updates at: http://espressif.com/en/subscribe
Re: [Documentation Release] ESP32 Technical Reference
And again...WiFive wrote:Encoding seems to be messed up again, can't search or copy text. Could in 1.4.ESP_Angus wrote:Technical Reference is now V1.5, released March 1.
-
- Posts: 66
- Joined: Fri Dec 25, 2015 6:13 am
Re: [Documentation Release] ESP32 Technical Reference
Technical Reference is now V2.3.
PDF link to the latest (same as the link in the first post)
New in V2.3:
Added Chapter Flash Encryption/Decryption.
Also, please subscribe for our documentation updates at: http://espressif.com/en/subscribe
PDF link to the latest (same as the link in the first post)
New in V2.3:
Added Chapter Flash Encryption/Decryption.
Also, please subscribe for our documentation updates at: http://espressif.com/en/subscribe
-
- Posts: 2
- Joined: Thu Aug 10, 2017 3:04 am
Re: [Documentation Release] ESP32 Technical Reference
Technical Reference is now V2.4.
PDF link to the latest (same as the link in the first post)
New in V2.4:
Updated Chapters: I2S, SDIO Slave, SPI
Added Chapters: DPort Register, DMA Controller
Also, please subscribe to our documentation updates at: http://espressif.com/en/subscribe
PDF link to the latest (same as the link in the first post)
New in V2.4:
Updated Chapters: I2S, SDIO Slave, SPI
Added Chapters: DPort Register, DMA Controller
Also, please subscribe to our documentation updates at: http://espressif.com/en/subscribe
-
- Posts: 66
- Joined: Fri Dec 25, 2015 6:13 am
Re: [Documentation Release] ESP32 Technical Reference
Technical Reference is now V2.5.
PDF link to the latest (same as the link in the first post)
In V2.5, the following changes were made:
Updated the addresses for register SPI_CTRL_REG in Section SPI Register Summary;
Added Section Clock Phase Selection in Chapter SD/MMC Host Controller; and a description of register CLK_EDGE_SEL;
Major revision on Chapter I2C Controller.
Also, please subscribe for our documentation updates at: http://espressif.com/en/subscribe
PDF link to the latest (same as the link in the first post)
In V2.5, the following changes were made:
Updated the addresses for register SPI_CTRL_REG in Section SPI Register Summary;
Added Section Clock Phase Selection in Chapter SD/MMC Host Controller; and a description of register CLK_EDGE_SEL;
Major revision on Chapter I2C Controller.
Also, please subscribe for our documentation updates at: http://espressif.com/en/subscribe
-
- Posts: 66
- Joined: Fri Dec 25, 2015 6:13 am
Re: [Documentation Release] ESP32 Technical Reference
Technical Reference is now V2.6.
PDF link to the latest (same as the link in the first post)
Chapter RMT and UART were updated In V2.6.
Also, please subscribe for our documentation updates at: http://espressif.com/en/subscribe
PDF link to the latest (same as the link in the first post)
Chapter RMT and UART were updated In V2.6.
Also, please subscribe for our documentation updates at: http://espressif.com/en/subscribe
-
- Posts: 66
- Joined: Fri Dec 25, 2015 6:13 am
Re: [Documentation Release] ESP32 Technical Reference
Technical Reference is now V2.7.
PDF link to the latest (same as the link in the first post)
Several chapters were updated In V2.7.
Also, please subscribe for our documentation updates at: http://espressif.com/en/subscribe
PDF link to the latest (same as the link in the first post)
Several chapters were updated In V2.7.
Also, please subscribe for our documentation updates at: http://espressif.com/en/subscribe
-
- Posts: 2
- Joined: Thu Aug 10, 2017 3:04 am
Re: [Documentation Release] ESP32 Technical Reference
The ESP32 Technical Reference Manual is now V2.8. This is the complete edition of the TRM!
PDF link to the latest (same as the link in the first post)
Also, please subscribe to our documentation updates at: http://espressif.com/en/subscribe
PDF link to the latest (same as the link in the first post)
Also, please subscribe to our documentation updates at: http://espressif.com/en/subscribe
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: [Documentation Release] ESP32 Technical Reference
At last! EMAC is finally presented in the manualMeiling Lin wrote:The ESP32 Technical Reference Manual is now V2.8. This is the complete edition of the TRM!
PDF link to the latest (same as the link in the first post)
Also, please subscribe to our documentation updates at: http://espressif.com/en/subscribe
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);
}
Who is online
Users browsing this forum: No registered users and 26 guests