1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00
Dirk Niggemann ace5e98bf6
Fix eboot crash with exception 28. ets_printf() should take pointer argument. (#7666)
* Fix eboot crash with exception 28. ets_printf takes pointer argument, not 32bit literal.

* add missing eboot.elf for 32b load fix

* Corrected pointer use for uint32_t arrays.

* removed accidental change from uitn32_t to int32_t
2020-10-21 15:35:59 -07:00
..
2015-06-05 14:07:49 +03:00
2015-07-06 21:04:08 +03:00
2015-05-29 19:27:03 +03:00
2020-07-07 11:12:43 -07:00
2015-05-29 19:27:03 +03:00
2020-04-23 12:15:21 -04:00