Skip to content

Tags: eriksl/esp8266-universal-io-bridge

Tags

lwip-v2

Toggle lwip-v2's commit message
From here LWIP V2.

lwip-1.4

Toggle lwip-1.4's commit message
Last version on LWIP 4.1 (4_1_1 DEVEL).

25

Toggle 25's commit message
uart: fix send possible buffer overflow when logging to uart.

The overflow would be temporary and nothing harmful would happen, but
some logging would get lost.

24

Toggle 24's commit message
Remove a few functions from IRAM that do not really need to be in there.

23

Toggle 23's commit message
uart bridge: try to reduce latency.

Start sending to the network immediately when data arrives at the UART.
Don't wait for the next slow timer to fire.

22

Toggle 22's commit message
Makefile: add release target.

21

Toggle 21's commit message
io: fix simple digital not autostarted.

20

Toggle 20's commit message
id: fix off-by-one.

19

Toggle 19's commit message
uart: enable selecting polarity of UART input and output pins.

use flag-set or flag-unset:
    "uart0-tx-inv"
    "uart0-rx-inv"
    "uart1-tx-inv"

This comes in handy e.g. for driving led pixels without the need to add
a hardware inverter.

release_18

Toggle release_18's commit message
Release 18.