Xiang Xiao
a29d9ea9da
fsutils/examples: Include unistd.h explicitly
...
to get the prototypes or macros are defined in it
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-02-05 08:46:59 +02:00
Xiang Xiao
893387b2c5
Fix the minor style issue
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-16 19:07:16 +02:00
Alin Jerpelea
3984796156
apps: examples: nxstyle fixes
...
Fix for errors reported by the nxstyle tool.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2022-03-08 17:04:01 +02:00
Alin Jerpelea
e156e192bf
apps: netutils: esp8266: nxstyle fixes
...
Fix for errors reported by the nxstyle tool.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2022-03-08 17:04:01 +02:00
Alin Jerpelea
4535245e08
apps: netutils: esp8266: update licenses to Apache
...
Gregory Nutt has submitted the SGA
Pierre-Noel Bouteville has submitted the ICLA
as a result we can migrate the licenses to Apache.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2022-03-08 17:04:01 +02:00
Petro Karashchenko
5ac15130db
apps: remove space befone newline in logs
...
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2021-12-27 20:52:08 -06:00
Xiang Xiao
41d88f06e7
Run codespell -w with the latest dictonary again
2020-02-23 07:10:14 -06:00
Xiang Xiao
d660492289
Run codespell -w against all files
...
and fix the wrong correction
2020-02-22 14:41:36 -06:00
Gregory Nutt
a89f0e3a07
Add missing function names in function headers.
2018-08-13 15:52:59 -06:00
Gregory Nutt
a57610c2c4
Remove trailing spaces at the end of lines.
2018-08-13 07:47:26 -06:00
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