Pierre-Noel Bouteville
|
b3c90a4484
|
esp8266 update cosmetic and many bug fix
|
2016-12-04 08:35:02 -06:00 |
|
Sagitta Li
|
e1a649f0e9
|
Correct syntax error in include directive
|
2016-09-22 07:57:48 -06:00 |
|
Sebastien Lorquet
|
2cbad44f1d
|
This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"
|
2016-07-11 10:11:18 -06:00 |
|
Gregory Nutt
|
a50383db3d
|
apps/graphics and netutils: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-14 17:53:47 -06:00 |
|
Gregory Nutt
|
586b0aa7e0
|
Change names of *dbg() * *err()
|
2016-06-11 15:51:27 -06:00 |
|
Gregory Nutt
|
e82a54bf18
|
Reserver the name 'err' for other purposes
|
2016-06-11 14:49:55 -06:00 |
|
Gregory Nutt
|
344c92e2a4
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:55:38 -06:00 |
|
Gregory Nutt
|
ee8a62f009
|
netutils/esp8266/: CONFIG_SERIAL_TERMIOS must be defined in order to set BAUD
|
2016-06-11 07:55:33 -06:00 |
|
Gregory Nutt
|
8f0e214772
|
Trivial changes from review of last PR
|
2016-06-11 07:36:45 -06:00 |
|
pnb
|
96853cfea1
|
commetic
|
2016-06-11 12:51:56 +02:00 |
|
pnb
|
dab4105f80
|
add lesp_set_baudrate
|
2016-06-11 12:46:26 +02:00 |
|
pnb
|
0a68db79f6
|
esp8266 bug fix
|
2016-06-10 23:17:09 +02:00 |
|
Gregory Nutt
|
eb1533ffc2
|
ESP8266: Correctly integrate into Make system. Does not depend on CONFIG_NET. FIFO should probably be a circular buffer.
|
2016-05-23 07:48:14 -06:00 |
|
Gregory Nutt
|
cf2ee7e409
|
ESP8266: Used NuttX dbg() instead of unconditional syslog() calls.
|
2016-05-21 15:50:24 -06:00 |
|
Gregory Nutt
|
d5b00bafbd
|
eps8266: Fix FIFO implementation; it was a stack not a FIFO.
|
2016-05-21 15:42:35 -06:00 |
|
Gregory Nutt
|
8217864a10
|
Add .gitignore file for ESP8266
|
2016-05-21 11:11:32 -06:00 |
|
Gregory Nutt
|
15fd860a2f
|
Space after comma
|
2016-05-21 09:42:53 -06:00 |
|
Gregory Nutt
|
6789eec9d8
|
ESP8266: Fix fifo logic; make configration variable naming consistent
|
2016-05-21 09:20:37 -06:00 |
|
Gregory Nutt
|
abdf703746
|
Add ESP8266 driver application. From Pierre-noel Bouteville
|
2016-05-21 09:13:23 -06:00 |
|