This website requires JavaScript.
Explore
Help
Sign In
OrgApache
/
incubator-nuttx
mirror of
https://github.com/apache/incubator-nuttx.git
Watch
1
Star
0
Fork
You've already forked incubator-nuttx
0
Code
Issues
Releases
Wiki
Activity
c5090d38cc
incubator-nuttx
/
boards
/
arm
/
cxd56xx
/
drivers
/
audio
History
Gregory Nutt
03e41c6806
boards/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS.
2019-11-29 17:47:03 -06:00
..
Kconfig
…
Make.defs
Merged in alinjerpelea/nuttx (pull request
#1059
)
2019-10-23 13:12:21 +00:00
cxd56_audio.c
…
cxd56_audio_ac_reg.c
…
cxd56_audio_ac_reg.h
…
cxd56_audio_aca.c
…
cxd56_audio_aca.h
…
cxd56_audio_analog.c
boards/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS.
2019-11-29 17:47:03 -06:00
cxd56_audio_analog.h
…
cxd56_audio_bca_reg.c
…
cxd56_audio_bca_reg.h
…
cxd56_audio_beep.c
…
cxd56_audio_beep.h
…
cxd56_audio_config.c
…
cxd56_audio_config.h
…
cxd56_audio_digital.c
…
cxd56_audio_digital.h
…
cxd56_audio_dma.c
…
cxd56_audio_dma.h
…
cxd56_audio_filter.c
…
cxd56_audio_filter.h
…
cxd56_audio_irq.c
…
cxd56_audio_irq.h
…
cxd56_audio_mic.c
…
cxd56_audio_mic.h
…
cxd56_audio_pin.c
…
cxd56_audio_pin.h
…
cxd56_audio_power.c
…
cxd56_audio_power.h
…
cxd56_audio_volume.c
boards/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS.
2019-11-29 17:47:03 -06:00
cxd56_audio_volume.h
…