wave_gen example: analog signal generator

This wave generator example does following:

 - An analog signal generator.
 - Offering four kinds of waveform:
 sine, triangle, sawtooth, square.
 - Customer can select their expected waveform, frequency, etc. All of them can be configured in menuconfig.
This commit is contained in:
ziyuan_yin
2019-08-14 17:18:28 +08:00
committed by bot
parent 647cb628a1
commit e8ac0bd429
7 changed files with 385 additions and 0 deletions
@@ -0,0 +1,3 @@
#
# Main Makefile. This is basically the same as a component makefile.
#