[Documentation Release] ESP32 Technical Reference

User avatar
krzychb
Espressif staff
Espressif staff
Posts: 424
Joined: Sat Oct 01, 2016 9:05 am
Contact:

Re: [Documentation Release] ESP32 Technical Reference

Postby krzychb » Fri Jul 21, 2017 7:46 am

Oops, I missed some releases!
There is recently introduced option to subscribe for documentation updates - http://espressif.com/zh-hans/subscribe :D

Natasha
Espressif staff
Espressif staff
Posts: 2
Joined: Fri Jul 28, 2017 5:28 am

Re: [Documentation Release] ESP32 Technical Reference

Postby Natasha » Fri Jul 28, 2017 5:39 am

Technical Reference is now V2.2. :D

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

michprev
Posts: 92
Joined: Fri Aug 04, 2017 8:57 pm

Re: [Documentation Release] ESP32 Technical Reference

Postby michprev » Fri Aug 04, 2017 9:02 pm

Technical Reference is now V1.5, released March 1.
Encoding seems to be messed up again, can't search or copy text. Could in 1.4.
And again...

Lvxinyue
Espressif staff
Espressif staff
Posts: 100
Joined: Fri Dec 25, 2015 6:13 am

Re: [Documentation Release] ESP32 Technical Reference

Postby Lvxinyue » Thu Aug 10, 2017 3:06 am

Technical Reference is now V2.3. :D

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

Meiling Lin
Espressif staff
Espressif staff
Posts: 2
Joined: Thu Aug 10, 2017 3:04 am

Re: [Documentation Release] ESP32 Technical Reference

Postby Meiling Lin » Fri Sep 08, 2017 4:50 am

Technical Reference is now V2.4. :D

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

Lvxinyue
Espressif staff
Espressif staff
Posts: 100
Joined: Fri Dec 25, 2015 6:13 am

Re: [Documentation Release] ESP32 Technical Reference

Postby Lvxinyue » Fri Nov 10, 2017 5:20 am

Technical Reference is now V2.5. :D

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

Lvxinyue
Espressif staff
Espressif staff
Posts: 100
Joined: Fri Dec 25, 2015 6:13 am

Re: [Documentation Release] ESP32 Technical Reference

Postby Lvxinyue » Fri Nov 24, 2017 6:29 am

Technical Reference is now V2.6. :D

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

Lvxinyue
Espressif staff
Espressif staff
Posts: 100
Joined: Fri Dec 25, 2015 6:13 am

Re: [Documentation Release] ESP32 Technical Reference

Postby Lvxinyue » Fri Dec 29, 2017 5:14 am

Technical Reference is now V2.7. :D

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

Meiling Lin
Espressif staff
Espressif staff
Posts: 2
Joined: Thu Aug 10, 2017 3:04 am

Re: [Documentation Release] ESP32 Technical Reference

Postby Meiling Lin » Wed Jan 10, 2018 4:36 am

The ESP32 Technical Reference Manual is now V2.8. This is the complete edition of the TRM! :D

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

User avatar
Vader_Mester
Posts: 300
Joined: Tue Dec 05, 2017 8:28 pm
Location: Hungary
Contact:

Re: [Documentation Release] ESP32 Technical Reference

Postby Vader_Mester » Sun Jan 14, 2018 4:10 pm

The ESP32 Technical Reference Manual is now V2.8. This is the complete edition of the TRM! :D

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
At last! EMAC is finally presented in the manual :mrgreen:

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 1 guest