Search found 10 matches

by Jeizooo
Fri Feb 26, 2021 12:06 pm
Forum: ESP32 boards
Topic: ESP32 port now uses CMake
Replies: 20
Views: 14999

Re: ESP32 port now uses CMake

I see that rp2 port is going on on this topic. You saw it probably. Maybe there is some info to grab there...
https://github.com/micropython/micropython/pull/6960
by Jeizooo
Tue Feb 23, 2021 12:46 pm
Forum: ESP32 boards
Topic: ESP32 port now uses CMake
Replies: 20
Views: 14999

Re: ESP32 port now uses CMake

michael.o wrote:
Fri Feb 19, 2021 5:57 am
I have a part way solution for getting user modules to compile with esp-idf and cmake.
Nice! Did you find something more?

I am going to try you solution for now.

Thanks.
by Jeizooo
Sat Feb 20, 2021 6:15 pm
Forum: Programs, Libraries and Tools
Topic: How to stop PicoWeb
Replies: 1
Views: 1389

Re: How to stop PicoWeb

Is it necessary to stop the web server itself? Maybe stopping the network could be enough?
by Jeizooo
Sat Feb 20, 2021 5:41 pm
Forum: Programs, Libraries and Tools
Topic: Switch/touchpad library for testing
Replies: 0
Views: 1249

Switch/touchpad library for testing

Hi,
If someone is interested to test a switch/touchpad library and give some feedback. It's here: https://github.com/jej/micropython-interact
Hope it will help. Read you,
J.
by Jeizooo
Tue Feb 16, 2021 10:36 am
Forum: ESP32 boards
Topic: ESP32 port now uses CMake
Replies: 20
Views: 14999

Re: ESP32 port now uses CMake

Ok thanks. I will wait, I have no clue how to do that!
J.
by Jeizooo
Mon Feb 15, 2021 5:45 pm
Forum: ESP32 boards
Topic: ESP32 port now uses CMake
Replies: 20
Views: 14999

Re: ESP32 port now uses CMake

Look at the commits: https://github.com/micropython/micropyt ... its/master

4.0.2, 4.1.1, 4.2

Hope it helps.
by Jeizooo
Mon Feb 15, 2021 11:08 am
Forum: ESP32 boards
Topic: ESP32 port now uses CMake
Replies: 20
Views: 14999

Re: ESP32 port now uses CMake

Hi, Thanks for all the work around this improvement. It works! - User C Modules (such as ulab) will no longer work until a cmake-based replacement for this mechanism is implemented. In the meantime, you can use the v1.14 tag of the MicroPython repository. I have a simple C module. Is there a way to ...
by Jeizooo
Tue Jan 05, 2021 5:30 pm
Forum: Other Boards
Topic: WeAct STM32F411CEU6 black pill
Replies: 79
Views: 169947

Re: WeAct STM32F411CEU6 black pill

This issue may be useful (https://github.com/mcauser/WEACT_F411CEU6/issues/9) concerning mp_spiflash_cache_t error. I got this error when using onboard flash. Try ... // 1 = use internal flash (512 KByte) // 0 = use onboard SPI flash (4 MByte) Winbond W25Q32 #define MICROPY_HW_ENABLE_INTERNAL_FLASH_...
by Jeizooo
Mon Jan 04, 2021 3:22 pm
Forum: Other Boards
Topic: WeAct STM32F411CEU6 black pill
Replies: 79
Views: 169947

Re: WeAct STM32F411CEU6 black pill

Hi Jeizoo, I manually change the file and was able to to compile and I now have a working firmware. Thanks for the support extended. But I will still be interested in finding out how to download the latest Branch using Git. I tried searching but was not able find the right information. You don't do...
by Jeizooo
Mon Jan 04, 2021 10:29 am
Forum: Other Boards
Topic: WeAct STM32F411CEU6 black pill
Replies: 79
Views: 169947

Re: WeAct STM32F411CEU6 black pill

Jeizoo, Thanks for the quick reply. You are right that I don't have the highlighted updates in stm32f4xx_hal_conf.h file. I need so guidance/help how to download the latest Branch using Git as tried to download the Zip file and update it manually but it gave me errors as I am assuming that there ar...