- Ifconfig now prints out RSSI and Channel for STA iface. It takes a while.
- Command prompt can be now cofigured with 'hostname' variable.
- All user code now goes to irom by default. No IROM_FLASH_ATTR required any longer (yappe!)
If you now want code to be in RAM section - you'll need to place it in iram0.text section explicitly.
It all is done with a plain objcopy --rename-section magic, we're lucky nothing gets screwed and works.
As usual, grab the binaries at github. This is the last release using libc and lwip blobs from espressif, I will be switching to esp-open-sdk shortly and get rid of libc blob. Next will be lwip. The stock blob has DHCP_OPTION_HOSTNAME disabled that is annoying as hell.
If I'm lucky, I'll be able to switch to antares' built lwip that you will be able to configure with menuconfig and get all the fancy options. Maybe even IPv6.
Some bugs are likely to arise so I'll spend a while fighting them.
I hope that with next release blobs libc.a liblwip.a and libhal.a will be replaced by proper opensource alternatives.