various tweaks and unit tests as SM1000 is brought up. ADC and DAC noise not too...
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 12 Aug 2014 04:12:43 +0000 (04:12 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 12 Aug 2014 04:12:43 +0000 (04:12 +0000)
commitae83ff29dd0786ce0e3bfa435e5e559fbc6f724e
tree3218913f5570107ff693fe995472db2d6b757f27
parent0e916f25affa651d13279329f9a2720a1a56c6ff
various tweaks and unit tests as SM1000 is brought up. ADC and DAC noise not too bad on loopbakc tests.  Currently bombs when freedv_api called

git-svn-id: https://svn.code.sf.net/p/freetel/code@1793 01035d8c-6547-0410-b346-abe4f91aad63
12 files changed:
codec2-dev/stm32/Makefile
codec2-dev/stm32/inc/debugblinky.h [new file with mode: 0644]
codec2-dev/stm32/inc/stm32f4_adc.h
codec2-dev/stm32/src/adc_rec.c
codec2-dev/stm32/src/adcdac_ut.c [new file with mode: 0644]
codec2-dev/stm32/src/dac_play.c
codec2-dev/stm32/src/dac_ut.c
codec2-dev/stm32/src/debugblinky.c [new file with mode: 0644]
codec2-dev/stm32/src/power_ut.c
codec2-dev/stm32/src/sm1000_main.c
codec2-dev/stm32/src/stm32f4_adc.c
codec2-dev/stm32/src/stm32f4_dac.c