Add FST-01SZ support.

This commit is contained in:
NIIBE Yutaka
2018-09-21 10:37:11 +09:00
parent 05732b445a
commit 2b717c91da
4 changed files with 45 additions and 0 deletions

View File

@@ -192,6 +192,7 @@ get_adc_config (uint32_t config[4])
case BOARD_ID_STM8S_DISCOVERY:
case BOARD_ID_ST_DONGLE:
case BOARD_ID_NITROKEY_START:
case BOARD_ID_FST_01SZ:
default:
config[0] = 0;
config[1] = ADC_SMPR2_SMP_AN0(ADC_SAMPLE_1P5)