This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
include
/
nuttx
/
audio
History
Gregory Nutt
6d197e5a59
include/nuttx/audio/audio.h: Fix some typos that I introduced with my review of a recent patch.
2019-11-04 10:45:13 -06:00
..
audio_comp.h
audio/audio_comp.c: Add the composite audio driver
2018-08-27 09:03:09 -06:00
audio_i2s.h
Fixes warnings from header files:
2018-11-09 09:10:28 -06:00
audio_null.h
…
audio.h
include/nuttx/audio/audio.h: Fix some typos that I introduced with my review of a recent patch.
2019-11-04 10:45:13 -06:00
cs43l22.h
…
i2s.h
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
2019-09-11 08:56:56 -06:00
pcm.h
…
tone.h
drivers/timers/pwm.c: Move the pwm/pwm.c driver to timers/pwm.c, The drivers/pwm contained only one .c file (pwm.c), so to avoid the proliferation of sub-directories inside drivers/ is better to move the pwm.c driver to drivers/timers. The pwm.h header was moved to include/nuttx/timers to keep consistency, so all files referencing it need to be updated.
2019-09-02 07:57:10 -06:00
vs1053.h
…
wm8776.h
Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request
#621
)
2018-04-04 12:35:47 +00:00
wm8904.h
…