We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test that vendor-provided AT firmware in at_v0.19_14_10_30.zip builds and runs with esp-open-sdk when using vendor sdk 0.9.2.
The text was updated successfully, but these errors were encountered:
Builds and basic test shows that it works as expected (available APs list, can connect) with following Makefile (note - -lcirom used):
CC = xtensa-lx106-elf-gcc CFLAGS = -Os -Iinclude -mlongcalls LDLIBS = -nostdlib -Wl,--start-group -lmain -lupgrade -lnet80211 -lwpa -llwip -lpp -lphy -Wl,--end-group -lcirom -lgcc LDFLAGS = -Teagle.app.v6.ld at-0x00000.bin: at esptool.py elf2image $^ at: driver/uart.o \ user/at_baseCmd.o \ user/at_cmd.o \ user/at_ipCmd.o \ user/at_wifiCmd.o \ user/at_port.o \ user/user_main.o $(CC) $(LDFLAGS) $^ -o $@ $(LDLIBS) flash: at-0x00000.bin esptool.py write_flash 0 at-0x00000.bin 0x40000 at-0x40000.bin connect: picocom -b 115200 --omap crcrlf /dev/ttyUSB0
Sorry, something went wrong.
No branches or pull requests
Test that vendor-provided AT firmware in at_v0.19_14_10_30.zip builds and runs with esp-open-sdk when using vendor sdk 0.9.2.
The text was updated successfully, but these errors were encountered: