Search found 31 matches

by danny@cs.huji.ac.il
Sat Aug 12, 2017 9:07 am
Forum: ESP-IDF
Topic: FreeBSD Support for IDF
Replies: 10
Views: 21355

FreeBSD Support for IDF

HI, I am using esp-idf since 1.0 very successfuly, so a big thanks! I am using FreeBSD as my development environment, and so I have 2 request: 1- add -o ${uname -s) == "FreeBSD" in tools/kconifg/lxdialog/check-lxdialog.sh 2- this is more difficult/complicated: I have to compile the crosstool-NG - it...
by danny@cs.huji.ac.il
Wed May 31, 2017 6:23 am
Forum: ESP-IDF
Topic: request fix/patch
Replies: 0
Views: 2406

request fix/patch

to compile in FreeBSD environment, this patch is needed: diff --git a/tools/kconfig/lxdialog/check-lxdialog.sh b/tools/kconfig/lxdialog/check-lxdialog.sh index 79df5ed4..2970156c 100755 --- a/tools/kconfig/lxdialog/check-lxdialog.sh +++ b/tools/kconfig/lxdialog/check-lxdialog.sh @@ -4,7 +4,7 @@ # Wh...
by danny@cs.huji.ac.il
Thu Apr 20, 2017 8:15 am
Forum: ESP-IDF
Topic: dev board info
Replies: 3
Views: 5725

Re: dev board info

apart from reading the mac from the efuse, I could'nt find any
support for reading the efuse, any pointers?
by danny@cs.huji.ac.il
Wed Apr 19, 2017 12:04 pm
Forum: ESP-IDF
Topic: dev board info
Replies: 3
Views: 5725

dev board info

I have several different dev boards for the esp32-wroom, and am wondering if there is a way to get some
info as to which board it is when running. Foe example some boards
don't have a blue led, some have but it's either gpio-2, or gpio-5
cheers,
danny
by danny@cs.huji.ac.il
Tue Apr 04, 2017 6:01 am
Forum: ESP-IDF
Topic: spi and rtos panics
Replies: 10
Views: 13683

Re: spi and rtos panics

problem solved!
increased task stack size in xTaskCreate

thanks!!!

danny
by danny@cs.huji.ac.il
Sun Apr 02, 2017 11:13 am
Forum: ESP-IDF
Topic: esp32 spi not sendig NULLs
Replies: 1
Views: 3312

esp32 spi not sendig NULLs

Hi,
I connected a Saleae Logic analyzer and I can see the MOSI data that I transmit, but
I realized that nulls are not being transmitted!
some commands have 0x00 as data!
by danny@cs.huji.ac.il
Sat Apr 01, 2017 10:33 am
Forum: ESP-IDF
Topic: spi and rtos panics
Replies: 10
Views: 13683

Re: spi and rtos panics

any particular one? I increased (doubled) the ISR in freeRTOS, and one in esp32 specific main stack stack size

but it's still panics

thanks,
danny
by danny@cs.huji.ac.il
Sat Apr 01, 2017 7:51 am
Forum: ESP-IDF
Topic: spi and rtos panics
Replies: 10
Views: 13683

Re: spi and rtos panics

sure: Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU1) Register dump: PC : 0x400d1b0c PS : 0x00060b34 A0 : 0x80084118 A1 : 0x3ffb9fd0 A2 : 0x00000008 A3 : 0x00000001 A4 : 0x00060623 A5 : 0x3ffba088 A6 : 0x00000001 A7 : 0x00000001 A8 : 0x3ffb25d0 A9 : 0x3ffb9fb0 A10 : 0x00000000...
by danny@cs.huji.ac.il
Fri Mar 31, 2017 11:53 am
Forum: ESP-IDF
Topic: spi and rtos panics
Replies: 10
Views: 13683

Re: spi and rtos panics

I only added the print out of frustration, It panics without it too.

even if the callback is null.

danny
by danny@cs.huji.ac.il
Fri Mar 31, 2017 5:25 am
Forum: ESP-IDF
Topic: spi and rtos panics
Replies: 10
Views: 13683

Re: spi and rtos panics

the code is work-in-progress, but the last message printed is the one just before the
begining of the transfer.

thanks,
danny
PS: why is plain text not acceptable as attachment?