pengyiqiang
1b5b8c5167
lvgl: Add file system interface.
...
N/A
Change-Id: Iae291f0250284ef7fe8af60e02f66c326b54d979
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
2021-01-03 08:04:34 -06:00
dongjiuzhu
89bceba6b0
testing/sensortest: fix bug because getopt and add debug log
...
Change-Id: Id9c3499dd56690c60b2f6579d128850ce7522a6e
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2020-12-31 23:53:08 +01:00
dongjiuzhu
89376af38d
testing/sensortest: fix bug because of adding custom type
...
Change-Id: I69fc7881e3fa7f94b549b1a342339fe5a9ec13ab
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2020-12-31 23:53:08 +01:00
Xiang Xiao
eff52fefcf
Fix nxstyle warning
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-12-31 12:29:59 -08:00
Xiang Xiao
625832aa59
ostest: Don't assign NULL to mq_t varaibles
...
change to 0 instead since mq_t mayn't be a pointer
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-12-31 12:29:59 -08:00
ligd
ee3787e4a0
include/system/nx: include mqueue.h explicitly
...
Change-Id: I95407d435e60a94946ca22ec0693939b12424e7f
Signed-off-by: ligd <liguiding1@xiaomi.com>
2020-12-31 10:05:43 -06:00
yjdwbj
92cfd092f7
added: Using nRF24L01+ as A Bluetooth Low Energy Broadcaster/Beacon
2020-12-29 21:13:17 -08:00
Brennan Ashton
c6ee2bf140
CI: Only use approved GitHub Actions
...
This also brings the workflow files inline what is in the os repo
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-12-30 00:36:36 +01:00
danguanghua
a4f240e0e1
system: nxlooper: add nxlooper for loopback test
...
N/A
which record and play raw data using audio subsystem
to verify audio record and playback function
Signed-off-by: danguanghua <danguanghua@xiaomi.com>
Change-Id: I2c768b8e8234a31f9622cb9955f785329cf402a5
Signed-off-by: danguanghua <danguanghua@xiaomi.com>
2020-12-25 02:26:52 -06:00
YAMAMOTO Takashi
961fface44
testing/irtest: Remove an unused function
2020-12-22 03:07:29 -06:00
YAMAMOTO Takashi
f6f99c43aa
netinit: Make the default SSID and passphrase empty
...
* It doesn't make much sense to have the default values for
these highly environment-dependent settings.
* netutils/netinit/netinit_associate.c calls wpa_driver_wext_associate
if the SSID is not empty. Depending on the environment, it can take
long to fail. It slows down the boot of some configurations
considerably. eg. esp32-devkitc:wapi
2020-12-22 01:23:55 -06:00
YAMAMOTO Takashi
e44268c484
wireless/wapi: Fix the usage message
2020-12-21 23:27:26 -06:00
Huang Qi
3040c59ae9
Replace all wget with curl
...
wget is missing from some system (like macOS and Windows native),
it's better to use curl to simplify build environment.
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2020-12-21 22:45:46 -06:00
Huang Qi
ea5a9a08bc
interpreters/wamr: Support latest snapshot for main branch
...
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2020-12-21 05:47:12 -06:00
danguanghua
f210010466
system: enable O_CLOEXEC when openning audio device
...
N/A
to avoid multiple open operations of audio_open
Change-Id: Id283def4811c71f3c0bd38dc1a480afce303c4c3
Signed-off-by: danguanghua <danguanghua@xiaomi.com>
2020-12-19 07:56:18 -06:00
nietingting
384d423415
ltp: fix build fail issue
...
Signed-off-by: nietingting <nietingting@xiaomi.com>
2020-12-18 08:57:02 -06:00
Matias N
ca64cefc91
nimble: fix wrong git ref name to use
2020-12-18 08:56:27 -06:00
Sara Souza
cb1a424bc1
examples/readme.txt: Added information about watcher example.
2020-12-18 09:10:33 -03:00
Sara Souza
c3494c310a
examples: Added watcher and watched examples.
2020-12-18 09:10:33 -03:00
Matias N
b97395dee1
nimble: point to upstream, improve Makefile
2020-12-17 20:42:48 -06:00
Masayuki Ishikawa
9f542c42e5
system: adb: Fix compile issues in adb_main.c
...
Summary:
- This commit fixes compile issues for the following condition
- CONFIG_ADBD_BOARD_INIT=n && CONFIG_BOARDCTL_RESET=y
Impact:
- adb only
Testing:
- Tested with stm32f4discovery:adb (not pushed yet)
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2020-12-17 00:32:54 -06:00
Juha Niskanen
5105474e77
examples/ftpc: proper dual-stack support, also fix getopt re-entrancy issues
...
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
2020-12-16 00:40:52 -06:00
Xiang Xiao
28362eb6d1
nshlib: Remove fdopen for the stdin, stdout and stderr
...
not really need since these file stream should be opened automatically
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-12-16 07:53:38 +09:00
nietingting
c335c13578
add .gitignore for ltp
...
Signed-off-by: nietingting <nietingting@xiaomi.com>
2020-12-15 16:16:02 +01:00
nietingting
ef1845e215
Add LTP support
...
Signed-off-by: nietingting <nietingting@xiaomi.com>
2020-12-15 00:31:49 -08:00
Xiang Xiao
16c6e1f0b8
system: nxplayer and nxrecorder shouldn't hardcode message length to 16
...
the audio driver may config a very large buffer count,
so let's adjust the message queue length dynamically.
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-12-14 16:30:11 +01:00
Masayuki Ishikawa
0c3ee06fb3
nshlib: Fix nsh_usbconsole.c
...
Summary:
- stdin/stdout/stderr are now preallocated in libc and fs_fd
in file_struct are also initialized to -1
- So we need to call fdopen() for stdin again as we did before.
- Also, cn_outstream and cn_errstream are not needed to be set.
- See apps/nshlib/nsh_console.h as well
Impact:
- nsh_usbconsole.c only
Testing:
- Tested with stm32f4discovery:usbnsh
Signed-off-by: SUZUKI Keiji <zuki.ebetsu@gmail.com>
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2020-12-14 04:23:26 -06:00
Juha Niskanen
2a11d60246
netutils/ftpc: fix incorrect comments, nxstyle
...
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
2020-12-13 11:14:43 -06:00
Juha Niskanen
810398de01
netutils/ftpc: add some error checks
...
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
2020-12-13 11:14:43 -06:00
Juha Niskanen
4a56546811
netutils/ftpc: add config for using binary type for size command
...
This is handy for FOTA clients and others that always get binary files.
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
2020-12-13 11:14:43 -06:00
Juha Niskanen
8f0e872384
netutils/ftpc/ftpc_listdir.c: fix hardfault when issuing 'ls' before 'login'
...
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
2020-12-13 11:14:43 -06:00
John Bampton
db0b595b4b
Remove unneeded semicolons and parentheses from Python files
2020-12-12 19:20:38 +01:00
chao.an
e4cddb169a
wapi/conf: convert mac address
...
N/A
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-12-12 00:24:22 -06:00
danguanghua
3d42c6460f
fix build bread if CONFIG_AUDIO_MULTI_SESSION enabled
...
N/A
Change-Id: I785f44a4381965df700000cbd33faeb2d2e24f6e
Signed-off-by: danguanghua <danguanghua@xiaomi.com>
2020-12-11 08:06:31 -06:00
Simon Piriou
d37a1d2f1b
system/adb: fix shell issue and add reboot feature
2020-12-08 10:13:34 -06:00
YAMAMOTO Takashi
2bafb70ce1
examples/touchscreen/tc_main.c: Fix a syslog format
2020-12-04 00:04:35 +01:00
YAMAMOTO Takashi
ab83a12cff
netutils/chat/chat.c: Avoid assumping debug macro expansion
2020-12-01 07:45:05 +01:00
YAMAMOTO Takashi
12a98433b7
netutils/chat/chat.c: Appease nxstyle
...
The following nxstyle error is intentionally left.
It's a nested function. I guess nxstyle doesn't support it.
netutils/chat/chat.c:110:8: error: Bad comment alignment
2020-12-01 07:45:05 +01:00
YAMAMOTO Takashi
e9a48d174e
fsutils/mkfatfs/configfat.c: Fix syslog formats
2020-12-01 07:45:05 +01:00
Matias N
02c3298fca
LVGL: use NuttX's printf()
2020-11-30 22:28:29 -06:00
chao.an
c014504a93
wireless/wapi: do not associate with essid/bssid at same time
...
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-11-30 05:47:19 -06:00
Diego Herranz
e066cd177c
examples/pwm: fix style issue found in CI
2020-11-29 21:59:39 +01:00
Diego Herranz
37c8e5486c
examples/pwm: fix help message
...
- Fix bug for multiple PWM outputs (CONFIG_PWM_MULTICHAN). Wrong define
was in use and only the information about the first channel was shown.
- Fix formatting (a few line breaks and spaces missing).
2020-11-29 21:59:39 +01:00
chao.an
fe915679b1
style/Document: remove unnecessary trailing whitespace
...
N/A
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-11-28 12:20:10 +01:00
chao.an
b5692d8034
style/code: remove unnecessary trailing whitespace
...
N/A
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-11-28 12:20:10 +01:00
Xiang Xiao
d64929d736
Fix nxstyle warning
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-11-28 12:19:39 +01:00
Xiang Xiao
12a5a5cce9
examples: Ignore the default action if app call sigwait
...
Because the configured signo may have the default action(e.g. SIGPIPE),
and then will generate the bad side effect before the caller wakeup.
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-11-28 12:19:39 +01:00
dongjiuzhu
b506600c5b
irtest: use global arrays instead of __attributes__((section)) organization
...
N/A
fix __attribute__((section)) syntax issues on linux and mac
Change-Id: Ie8b5f52e552280bf3435b5bac03ffd8aed4d9e02
Signed-off-by: dongjiuzhu <dongjiuzhu1@xiaomi.com>
2020-11-27 23:53:16 -06:00
YAMAMOTO Takashi
1fcf43b544
graphics/twm4nx/apps/ccalibration.cxx: Fix syslog formats
2020-11-27 23:39:32 -06:00
Yoshinori Sugino
e1a7c2539e
testing/getprime/getprime_main.c: Fix a comment
2020-11-27 05:18:04 -06:00