-
- Downloads
lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port.
Utility functions for keyboard interrupt handling, to be reused across (baremetal) ports.
Showing
- esp8266/Makefile 1 addition, 0 deletionsesp8266/Makefile
- esp8266/esp_mphal.c 1 addition, 9 deletionsesp8266/esp_mphal.c
- esp8266/esp_mphal.h 1 addition, 1 deletionesp8266/esp_mphal.h
- esp8266/main.c 0 additions, 4 deletionsesp8266/main.c
- esp8266/uart.c 1 addition, 3 deletionsesp8266/uart.c
- lib/utils/interrupt_char.c 41 additions, 0 deletionslib/utils/interrupt_char.c
- lib/utils/interrupt_char.h 29 additions, 0 deletionslib/utils/interrupt_char.h
Loading
Please register or sign in to comment