Thorsten von Eicken
5f56a47436
fix uart init
8 years ago
Thorsten von Eicken
5d0e51f2c1
fix optiboot: it accumulated too much from failed attempts
8 years ago
Thorsten von Eicken
b4595eb792
fix uart settings via telnet and ajax
8 years ago
beegee-tokyo
0654c1d038
Synced master branch with upstream from jeelabs
...
Signed-off-by: beegee-tokyo <bernd@giesecke.tk>
8 years ago
bitdump
c5513d063d
Adding the console uart format support ( #189 )
...
Some of the MCU use format other than 8N1.
Adding the support for other format.
8 years ago
Alastair D'Silva
e33c924e00
Apply @krzy27's changes to set up the timers correctly.
9 years ago
Alastair D'Silva
352759b7c8
Ensure the TX timer is disarmed after it has fired, allowing it to be retriggered.
...
Only manipulate the timer if TX_ENABLE has been requested.
Assert uart_tx_enable_timer_inited once the timer has been inited.
9 years ago
Alastair D'Silva
1dcd1f7b10
Add a clarifying comment about the setup of TX empty
9 years ago
Alastair D'Silva
f4ee1dbed4
Move USE_US_TIMER to esp8266.h and remove redundant inclusions of osapi.h
9 years ago
Alastair D'Silva
dbab746e3c
Add support for the TX_ENABLE signal for RS-485 trancievers
9 years ago
Thorsten von Eicken
56e76c6bc4
Revert "TvEmaster"
...
This reverts commit f577c140df
.
9 years ago
susisstrolch
e3e19ffa38
TvEmaster
...
Syslog and debug printing fixes
9 years ago
susisstrolch
0cb217046d
simple handler for system_os_task/system_os_post
...
we wrap both functions in much easier ones (register_usr_task, post_usr_task).
register_usr_task requires an os_task_t parameter (the task itself) and returns a
task number (0...MAXUSRTASKS) which is later on used by "post_usr_task".
register_usr_task is self-initializing. no static arrays - malloc only...
9 years ago
Thorsten von Eicken
e0040e74bc
refactor pin config, add support for rx pull-up
9 years ago
Thorsten von Eicken
65583e6af6
add selection of uart1 to debug log
9 years ago
Thorsten von Eicken
adb0706349
added built-in AVR/optiboot programmer
9 years ago
Benjamin Runnels
5068fa28cb
Added buildtime wifi config ability
...
Added SDK_DBG parameter to turn off nonsense SDK debug output
9 years ago
Thorsten von Eicken
f057a65d1f
converted some DBG macros; misc tweaks
9 years ago
Thorsten von Eicken
9e4cbb0dbd
massive rework of MQTT
9 years ago
Thorsten von Eicken
8694347992
tame baud-rate mismatch and framing errors, closes #16
10 years ago
Thorsten von Eicken
788c4507c3
whitespace fixes
10 years ago
Thorsten von Eicken
806c762be1
license update
10 years ago
Thorsten von Eicken
1b1ee532de
added reset button and baud rate switching
10 years ago
Thorsten von Eicken
7ff16bc321
defines for GPIO pin assignments; version string
10 years ago
Thorsten von Eicken
79495f6b42
support telnet protocol for microcontroller reset; wifi & console tweaks
10 years ago
Thorsten von Eicken
09cac0afc0
update to SDK 1.1.0
10 years ago
Thorsten von Eicken
ef94f504bb
improve wifi, use 11g; fix serial pull-up issue
10 years ago
Thorsten von Eicken
42ba248831
rename to esp-link; add serial bridge code; remove jpgs
10 years ago