Joe Pitz
Joe Pitz
Hey hedger, toolchain folder was not there in the first place. I have removed entire firmware and re-cloned, error still exits. Let me know how to check for the offending...
Hedger, removed the firmware folder and re-cloned -- recursive I then loaded a power shell and ran ./fbt Upon completion I received the following error: Mode LastWriteTime Length Name ----...
Hey Hedger, I tried the new build, several times, The ./fbt command is stopping after the following line: C:\flipper\flipperzero-firmware>fbt CPP lib\app-scened-template\view_modules\byte_input_vm.cpp CPP lib\app-scened-template\view_modules\dialog_ex_vm.cpp CPP lib\app-scened-template\view_modules\popup_vm.cpp CPP lib\app-scened-template\view_modules\submenu_vm.cpp CPP lib\app-scened-template\view_modules\text_input_vm.cpp CPP...
Thanks for the quick feedback. I will try your suggestions. Joe
I have been thinking about it. I am not familiar with the CC1111, but familiar with the ESP series. Let me take a look at the source. If I can...
What platform are you developing with? Visual Studio Code with C/C++ plugins or Visual Studio Code with PlatformIO, Just wondering how much of the existing firmware code could be cross...
Thanks @atlas0fd00m and @Crsarmv7l I will start looking over the firmware code.
Yes, on linix firmware is loaded using esptool.py and is pretty easy to perform. On windows there is a Espressif app that allows users to flash the firmware. At first...
Here is a link to ESP-IDF (Espressif IoT Development Framework), https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/ There is a Visual Studio plugin for this toolchain. As I mentioned earlier, I am looking at Radiolib, several...
Here is the tutorial I followed to setup the ESP-IDF https://www.espboards.dev/blog/use-esp-idf-with-vscode/