NucleoTNC/Src
Rob Riggs 6a5010dc55 Make the adcInputQueue size match the number of buffers allocated in AudioInput.hpp (8). 2022-01-23 15:08:45 -06:00
..
arm_conv_f32.c Add symbol slope integrator code (currently unused). 2022-01-23 15:05:20 -06:00
arm_fir_f32.c Add TNC code, openocd configs, etc. 2018-07-29 21:34:53 -05:00
arm_fir_fast_q15.c Massive update to get the NucleoTNC firmware up to date with the TNC3. Mostly improvements to the moduleator and demodulator sections. Fix EEPROM read/write. Update version number to 1.0.0. 2019-06-22 21:53:34 -05:00
arm_fir_init_f32.c Add TNC code, openocd configs, etc. 2018-07-29 21:34:53 -05:00
arm_fir_init_q15.c Massive update to get the NucleoTNC firmware up to date with the TNC3. Mostly improvements to the moduleator and demodulator sections. Fix EEPROM read/write. Update version number to 1.0.0. 2019-06-22 21:53:34 -05:00
arm_fir_interpolate_f32.c Sync NucleoTNC firmware with TNC3 v2.1.8 codebase. Upgrade compiler to GCC 10.2. Upgrade to C++20 for std::span. Changes to reduce stack utilization. Reduce jitter by adjusting clocks & interrupt priority. Fix serial port timeout on large packets. Use floating point for M17 modulator. Fix LICH decode defect. 2021-02-21 20:48:09 -06:00
arm_fir_interpolate_init_f32.c Sync NucleoTNC firmware with TNC3 v2.1.8 codebase. Upgrade compiler to GCC 10.2. Upgrade to C++20 for std::span. Changes to reduce stack utilization. Reduce jitter by adjusting clocks & interrupt priority. Fix serial port timeout on large packets. Use floating point for M17 modulator. Fix LICH decode defect. 2021-02-21 20:48:09 -06:00
arm_fir_interpolate_init_q15.c Add M17 support. Refactor code so it is much closer to TNC3 codebase. 2021-01-02 21:59:59 -06:00
arm_fir_interpolate_q15.c Add M17 support. Refactor code so it is much closer to TNC3 codebase. 2021-01-02 21:59:59 -06:00
arm_offset_q15.c Massive update to get the NucleoTNC firmware up to date with the TNC3. Mostly improvements to the moduleator and demodulator sections. Fix EEPROM read/write. Update version number to 1.0.0. 2019-06-22 21:53:34 -05:00
arm_q15_to_float.c Massive update to get the NucleoTNC firmware up to date with the TNC3. Mostly improvements to the moduleator and demodulator sections. Fix EEPROM read/write. Update version number to 1.0.0. 2019-06-22 21:53:34 -05:00
freertos.c Add M17 support. Refactor code so it is much closer to TNC3 codebase. 2021-01-02 21:59:59 -06:00
main.c Make the adcInputQueue size match the number of buffers allocated in AudioInput.hpp (8). 2022-01-23 15:08:45 -06:00
stm32l4xx_hal_msp.c Add M17 support. Refactor code so it is much closer to TNC3 codebase. 2021-01-02 21:59:59 -06:00
stm32l4xx_hal_timebase_TIM.c Add M17 support. Refactor code so it is much closer to TNC3 codebase. 2021-01-02 21:59:59 -06:00
stm32l4xx_it.c Add M17 support. Refactor code so it is much closer to TNC3 codebase. 2021-01-02 21:59:59 -06:00
system_stm32l4xx.c Initial STM32CubeMX code generation. 2018-07-29 12:40:09 -05:00