Search found 14 matches

by ESP_tuanpm
Fri Apr 27, 2018 2:47 am
Forum: ESP-ADF
Topic: where could i get more detail about the get-started guide of esp-adf ?
Replies: 2
Views: 6799

Re: where could i get more detail about the get-started guide of esp-adf ?

Hi @mksevent32

Please retry to clone ADF project with recursive flag and try compile again:

Code: Select all

git clone --recursive https://github.com/espressif/esp-adf.git
by ESP_tuanpm
Fri Dec 15, 2017 5:46 pm
Forum: ESP-IDF
Topic: PDM-mode of I2S peripheral through i2s driver
Replies: 7
Views: 13701

Re: PDM-mode of I2S peripheral through i2s driver

Due to reduced dependency parameters to speed up the apll calculation, the parameters I2S [i2s_num] -> clkm_conf.clkm_div_b = 0; I2S [i2s_num] -> clkm_conf.clkm_div_a = 1; I2S [i2s_num] -> sample_rate_conf.tx_bck_div_num = 8; I2S [i2s_num] -> sample_rate_conf.rx_bck_div_num = 8; is fixed when using ...
by ESP_tuanpm
Mon Jul 11, 2016 2:42 am
Forum: Report Bugs
Topic: Very slow make times on OS X
Replies: 2
Views: 9124

Re: Very slow make times on OS X

Thank you BuddyCasino,

You're a life saver, I had to use Ubuntu virtual machine all of this month
by ESP_tuanpm
Tue Jun 14, 2016 8:46 am
Forum: Report Bugs
Topic: problems (98% sure they are mine....) building crosstool-ng
Replies: 4
Views: 21198

Re: problems (98% sure they are mine....) building crosstool-ng

Hello,
I also meet same error with you when installing on ubuntu 16.04, but success with ubuntu 14.04