Merge pull request #332 from eZioPan/flash-cleanup2

Flash cleanup2
This commit is contained in:
Dario Nieuwenhuis 2024-01-02 14:10:02 +00:00 committed by GitHub
commit cd8eabbb59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 31 deletions

View File

@ -146,17 +146,14 @@ fieldset/OBR:
description: nBOOT0 description: nBOOT0
bit_offset: 11 bit_offset: 11
bit_size: 1 bit_size: 1
enum: nBOOT0
- name: nBOOT1 - name: nBOOT1
description: BOOT1 description: BOOT1
bit_offset: 12 bit_offset: 12
bit_size: 1 bit_size: 1
enum: nBOOT1
- name: VDDA_MONITOR - name: VDDA_MONITOR
description: VDDA_MONITOR description: VDDA power supply supervisor enabled
bit_offset: 13 bit_offset: 13
bit_size: 1 bit_size: 1
enum: VDDA_MONITOR
- name: RAM_PARITY_CHECK - name: RAM_PARITY_CHECK
description: RAM_PARITY_CHECK description: RAM_PARITY_CHECK
bit_offset: 14 bit_offset: 14
@ -247,15 +244,6 @@ enum/RDPRT:
- name: Level2 - name: Level2
description: Level 2 description: Level 2
value: 3 value: 3
enum/VDDA_MONITOR:
bit_size: 1
variants:
- name: Disabled
description: VDDA power supply supervisor disabled
value: 0
- name: Enabled
description: VDDA power supply supervisor enabled
value: 1
enum/WDG_SW: enum/WDG_SW:
bit_size: 1 bit_size: 1
variants: variants:
@ -265,24 +253,6 @@ enum/WDG_SW:
- name: Software - name: Software
description: Software watchdog description: Software watchdog
value: 1 value: 1
enum/nBOOT0:
bit_size: 1
variants:
- name: Disabled
description: When BOOT_SEL is cleared, select the device boot mode
value: 0
- name: Enabled
description: When BOOT_SEL is cleared, select the device boot mode
value: 1
enum/nBOOT1:
bit_size: 1
variants:
- name: Disabled
description: Together with BOOT0, select the device boot mode
value: 0
- name: Enabled
description: Together with BOOT0, select the device boot mode
value: 1
enum/nRST_STDBY: enum/nRST_STDBY:
bit_size: 1 bit_size: 1
variants: variants:

3
transforms/FLASH_f0.yaml Normal file
View File

@ -0,0 +1,3 @@
transforms:
- !DeleteEnums
from: ^(VDDA_MONITOR|nBOOT[01])$