nuttx-apps/examples
2023-12-04 06:52:14 -08:00
..
abntcodi cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
adc cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
adjtime adjtime: Fix wrong printf format when using CONFIG_SYSTEM_TIME64 2023-10-06 17:25:23 +08:00
adxl372_test Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
ajoystick cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
alarm cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
apa102 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
apds9960 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
audio_rttl cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
bastest remove examples/xxx/README.md. Migrated to Documentation/applications/examples 2023-10-30 10:00:01 +08:00
battery cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
bme680 examples/bme680: Added test program for the BME680 sensor 2023-08-18 23:00:32 +08:00
bmi160 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
bmp180 examples/bmp180: remove references to bmp280 which already has its own example 2023-10-23 22:26:13 +08:00
bmp280 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
bridge net/ip: print ip addresses using ip4_addrN macro 2023-08-22 01:36:42 +08:00
buttons cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
calib_udelay examples/calib_udelay: Allow the number of delay loop iterations to be specified by kconfig. 2023-10-24 12:38:45 +08:00
camera remove examples/xxx/README.md. Migrated to Documentation/applications/examples 2023-10-30 10:00:01 +08:00
can examples/can: TX and RX structs assigned 0 at startup 2023-09-28 19:14:21 +08:00
capture example/capture : fixed build warning 2023-08-18 14:08:33 +08:00
cbortest cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
cctype cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
charger cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
chat cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
chrono cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
configdata Fix Error: configdata_main.c:402:14: error: variable 'iteration' set but not used [-Werror,-Wunused-but-set-variable] 2023-09-12 10:10:16 +08:00
cordic cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
cpuhog cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
cromfs cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
dac Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
dhcpd add initial cmake build system 2023-07-08 13:52:02 +08:00
dhtxx cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
discover cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
djoystick cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
dronecan cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
elf add initial cmake build system 2023-07-08 13:52:02 +08:00
embedlog cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
esp32_himem cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
etl cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
fb apps/examples: fix fb example show error 2023-08-09 08:34:36 +02:00
fboverlay cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
flash_test remove examples/xxx/README.md. Migrated to Documentation/applications/examples 2023-10-30 10:00:01 +08:00
flowc remove examples/xxx/README.md. Migrated to Documentation/applications/examples 2023-10-30 10:00:01 +08:00
fmsynth Fix the wrong comment banner 2023-12-03 14:27:14 -03:00
foc examples/foc: replace CONFIG_INDUSTRY_FOC_* with CONFIG_EXAMPLES_FOC_* 2023-11-18 08:40:16 -08:00
ft80x Fix some coding style issue 2023-08-17 22:51:51 +03:00
ftpc system/readline: correct the readline(3) prototype 2023-10-16 22:04:18 +08:00
ftpd Revert "fix progname do not match issue" 2023-10-10 01:02:50 +08:00
fxos8700cq_test cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
gpio cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
gps apps/gpsutils: move gpsutils to nuttx/libs/libc/gpsutils 2023-08-22 23:05:53 +08:00
hall cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
hdc1008_demo cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
hello examples: Split hello example into hello and hello_wasm 2023-10-08 14:53:08 +08:00
hello_nim apps/examples/hello_nim/Makefile: fix nxstyle 2023-03-17 03:23:12 +01:00
hello_rust apps/examples/hello_rust/Makefile: fix nxstyle 2023-03-17 03:23:12 +01:00
hello_wasm examples: Split hello example into hello and hello_wasm 2023-10-08 14:53:08 +08:00
hello_zig apps/examples/hello_zig/Makefile: fix nxstyle 2023-03-17 03:23:12 +01:00
helloxx cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
hidkbd cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
hts221_reader cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
i2schar cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
i2sloop cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
igmp cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
ina219 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
ina226 Fixes compiler warnings while printing uint32_t and int32_t values. 2023-09-22 09:14:20 +08:00
ini_dumper cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
ipcfg cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
ipforward cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
isl29023 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
json remove examples/xxx/README.md. Migrated to Documentation/applications/examples 2023-10-30 10:00:01 +08:00
keyboard apps/examples:Add keyboard example 2023-08-26 17:02:48 +08:00
leds cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
libtest libtest: add PRIVATE to CMakeLists.txt 2023-11-21 08:05:02 -08:00
lis3dsh_reader cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
lp503x system/readline: correct the readline(3) prototype 2023-10-16 22:04:18 +08:00
lsm6dsl_reader cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
lsm303_reader cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
lsm330spi_test Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
ltr308 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
lua_module examples: add Lua module example 2022-03-21 13:49:42 +08:00
lvgldemo cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
lvglterm cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
max31855 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
mcuboot remove examples/xxx/README.md. Migrated to Documentation/applications/examples 2023-10-30 10:00:01 +08:00
media cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
mld cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
mlx90614 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
mml_parser cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
modbus examples/modbus: Fix modbus example to keep running 2023-12-04 06:52:14 -08:00
modbusmaster cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
module Remove the const cast from the initialization of boardioc_symtab_s::symtab 2023-07-08 16:01:52 +03:00
mount add initial cmake build system 2023-07-08 13:52:02 +08:00
mqttc remove examples/xxx/README.md. Migrated to Documentation/applications/examples 2023-10-30 10:00:01 +08:00
mtdpart cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
mtdrwb cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
netlink_route cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
netloop cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
netpkt cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
nettest Kconfig: Simplify the conditional default statement 2023-07-25 09:51:09 +08:00
nimble cmake: support for nimble 2023-07-20 01:44:39 +08:00
nng_test cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
noteprintf cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
nrf24l01_btle cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
nrf24l01_term system/readline: correct the readline(3) prototype 2023-10-16 22:04:18 +08:00
null cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
nunchuck cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
nx cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
nxdemo cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
nxflat add initial cmake build system 2023-07-08 13:52:02 +08:00
nxhello cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
nximage cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
nxlines cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
nxscope examples/nxscope: change the vector data sent by nxscope to be a 3-phase sin waveform 2023-12-02 20:11:21 -08:00
nxterm cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
nxtext cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
obd2 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
oneshot cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
opencyphal cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
pca9635 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
pdcurses remove examples/xxx/README.md. Migrated to Documentation/applications/examples 2023-10-30 10:00:01 +08:00
pf_ieee802154 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
pipe apps/examples/pipe:can't print info to screen after calling redirect_test func. 2023-08-30 13:56:33 +08:00
poll cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
popen cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
posix_spawn Remove the const cast from the initialization of boardioc_symtab_s::symtab 2023-07-08 16:01:52 +03:00
powerled cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
powermonitor cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
pppd cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
pty_test cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
pwfb cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
pwlines cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
pwm cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
qencoder cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
random cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
relays cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
rfid_readuid cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
rgbled cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
romfs add initial cmake build system 2023-07-08 13:52:02 +08:00
rpmsgsocket apps/rpsock_client: Fix rpsock_client.c [-Wformat=] warning 2023-08-28 17:34:02 +03:00
scd41 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
sendmail cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
sensor_fusion Makefile - library download and compilation ok 2023-10-19 19:18:28 -04:00
serialblaster cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
serialrx Update serialrx_main.c 2023-11-06 09:02:42 +08:00
serloop cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
shm_test add shm example using fs shm 2023-10-06 17:24:44 +08:00
sht3x cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
slcd cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
smps cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
sotest examples/sotest: fix issue about running multiple times 2023-07-30 22:19:03 -07:00
stat cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
stepper Add stepper example 2023-10-21 11:04:41 +08:00
sx127x_demo cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
system cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
tcp_ipc_client remove examples/xxx/README.md. Migrated to Documentation/applications/examples 2023-10-30 10:00:01 +08:00
tcp_ipc_server remove examples/xxx/README.md. Migrated to Documentation/applications/examples 2023-10-30 10:00:01 +08:00
tcpblaster remove examples/xxx/README.md. Migrated to Documentation/applications/examples 2023-10-30 10:00:01 +08:00
tcpecho cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
telnetd remove examples/xxx/README.md. Migrated to Documentation/applications/examples 2023-10-30 10:00:01 +08:00
termios cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
thttpd examples/thttpd: Remove TCB_FLAG_CANCEL stuff 2023-11-11 11:22:24 +08:00
tiff cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
timer cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
timer_gpio cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
touchscreen cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
udgram Replace strlen with sizeof for kconfig string 2023-09-02 16:26:51 +03:00
udp net/ip: print ip addresses using ip4_addrN macro 2023-08-22 01:36:42 +08:00
udpblaster Kconfig: Simplify the conditional default statement 2023-07-25 09:51:09 +08:00
uid cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
unionfs examples: Change unionfs_mount to mount 2023-07-30 18:50:24 -03:00
usbserial cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
userfs cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
usrsocktest Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
ustream Replace strlen with sizeof for kconfig string 2023-09-02 16:26:51 +03:00
veml6070 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
watchdog cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
watched cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
watcher cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
webserver add initial cmake build system 2023-07-08 13:52:02 +08:00
wget cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
wgetjson cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
wiegand create app for wiegand protocol 2023-09-25 16:21:40 -04:00
ws2812 cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
ws2812esp32rmt WS2812ESP32 example name is configurable and default name shortened 2023-09-05 12:37:07 +08:00
xbc_test cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
xmlrpc cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
zerocross cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00