I'm new to the ESP8266 and I'm currently able to compile a blinky example, and upload the firmware to the chip. This implies my toolchain is correctly installed. The next step is ofcourse to gain some debug information. For this I'm using the os_printf function, but I'm not getting any output on the TX/RX pins of the chip, neither GPIO0 or GPIO2.
It would be very nice if someone could provide me with a minimal example of how to write debug information to any of those UART's provided aswell as describing the pinout I need to use to read this information
.