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 Add BM78 support. Add a README file to start documenting build/debug stuff. Add ARM fir filter code. Add ST/LINK config files. 2018-09-19 22:17:37 -05:00
arm_fir_fast_q15.c Add ARM Q15 filter library. 2019-06-08 22:41:34 -05:00
arm_fir_init_f32.c Add BM78 support. Add a README file to start documenting build/debug stuff. Add ARM fir filter code. Add ST/LINK config files. 2018-09-19 22:17:37 -05:00
arm_fir_init_q15.c Add ARM Q15 filter library. 2019-06-08 22:41:34 -05:00
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 Add ARM Q15 filter library. 2019-06-08 22:41:34 -05:00
arm_q15_to_float.c Add ARM Q15 filter library. 2019-06-08 22:41:34 -05:00
freertos.c FreeRTOS updated with HAL update. 2018-10-28 21:31:35 -05:00
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 Commit bulk of code for new project. Still some cleanup to do to make it work with new PCB. 2018-08-26 22:28:24 -05:00
stm32l4xx_it.c Convert serial RX code to DMA to improve reliability, throughput and flow control. 2020-02-24 22:36:09 -06:00
system_stm32l4xx.c Commit bulk of code for new project. Still some cleanup to do to make it work with new PCB. 2018-08-26 22:28:24 -05:00
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 Fix compilation warnings. Disable unsafe (and currently unused) functions. 2019-01-06 12:06:56 -06:00
usbd_desc.c Set serial number in BM78 DIS and USB descriptor, and return it via KISS HW commands. 2018-10-29 14:06:52 -05:00