tnc3-firmware/Src
Rob Riggs e43049f958 Add symbol slope integrator code (currently unused). 2022-01-23 12:22:25 -06:00
..
arm_conv_f32.c Add symbol slope integrator code (currently unused). 2022-01-23 12:22:25 -06:00
arm_fir_f32.c
arm_fir_fast_q15.c
arm_fir_init_f32.c
arm_fir_init_q15.c
arm_fir_interpolate_f32.c Switch modulator to 15 symbol float RRC. Reduce DAC period to 1665 (to improve FSK stats on E4406A/89600 VSA software). 2021-02-16 19:45:48 -06:00
arm_fir_interpolate_init_f32.c Switch modulator to 15 symbol float RRC. Reduce DAC period to 1665 (to improve FSK stats on E4406A/89600 VSA software). 2021-02-16 19:45:48 -06:00
arm_fir_interpolate_init_q15.c Add packet demod and modulator support for packet and stream mode. 2020-12-27 21:14:57 -06:00
arm_fir_interpolate_q15.c Add packet demod and modulator support for packet and stream mode. 2020-12-27 21:14:57 -06:00
arm_offset_q15.c
arm_q15_to_float.c
freertos.c
main.c Make the adcInputQueue size match the number of buffers allocated in AudioInput.hpp (8). 2022-01-23 12:15:27 -06:00
stm32l4xx_hal_msp.c Change MSI to 16MHz to lower PLL jitter (STM recommendation). Lower UART and I2C interrupt priority compared to DAC & ADC. Increase DAC DMA priority. 2021-02-16 19:31:30 -06:00
stm32l4xx_hal_timebase_TIM.c
stm32l4xx_it.c
system_stm32l4xx.c
usb_device.c Use TNC_DEBUG instead of DEBUG because DEBUG is defined by STM32CubeIDE. 2021-07-24 16:16:41 -05:00
usbd_cdc_if.c Use a ping-pong buffer for USB RX. Simplify code and improve flow control. 2020-07-04 14:45:20 -05:00
usbd_conf.c
usbd_desc.c