Chat freely about anything...

User avatar
By eriksl
#28811 I have drawn release 10, noteworthy changes:

- add missing display.c and display.h files
- added display framework
- added support for i2c SAA1064 4x7 led segment driver
- move to a single firmware file with padding between the iram and the irom region, flash on 0x00000
- updated documentation

http://github.com/eriksl/esp8266-univer ... e/releases
User avatar
By eriksl
#28813
eriksl wrote:I've still got some stuff to do first, but I will add it quite soon.

It's in.

Do you compile yourself or do you want me to draw a release with binary firmware files?
User avatar
By eriksl
#28868 I've drawn a new release (including pre-compiled firmware, as usual). Now using SDK 1.3.0.

https://github.com/eriksl/esp8266-unive ... ses/tag/11

Changes:

- tcp port the uart bridge listens at is now configurable (see btp command)
- add wlan / access point scanning (see wlan-scan and wlan-list commands)
- optimisation (speed and memory usage, both ram and flash)
- some small bug fixes