Firmware projects based on libopencm3
Go to file
Harald Welte 2a91fc857b attenuator.c: DAT-31A-S+ has 6th unused bit
So In reality DAT-31A-S+ seems to have steps of 0.5dB, but the LSB
is "defined" to be alwasy 0.  This means we have to multiply the
dB value by 2 (shift one left) to make sure the LSB in 0.5dB steps
remains 0, and to make sure we actually step n steps of 1dB
2021-04-13 17:19:08 +02:00
libcommon WIP: support for STM32F051 in addition to STM32F103 2021-03-28 18:43:25 +02:00
libopencm3@32da9f931b update libopencm3 to use the vector.h slot addition 2021-03-28 22:05:29 +02:00
librfm3 import librfm3 from https://github.com/daniel-thompson/i2c-star.git 2021-04-11 15:43:10 +02:00
librfn@80f85d0325 WIP: add librfn 2021-03-28 12:14:44 +02:00
mk rfdsatt: use librfn/time.h instead of own systick handler 2021-04-11 16:24:33 +02:00
projects attenuator.c: DAT-31A-S+ has 6th unused bit 2021-04-13 17:19:08 +02:00
.gitignore WIP: add librfn 2021-03-28 12:14:44 +02:00
.gitmodules update libopencm3 to osmocom fork (for vector table patch) 2021-03-28 22:00:07 +02:00
Makefile initial checkin of rfdsatt (clone of stm32 usart example) 2021-03-27 23:34:43 +01:00