1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

features.yaml: add periph_flashpage_aux feature

This commit is contained in:
Benjamin Valentin 2024-02-26 16:33:43 +01:00 committed by Benjamin Valentin
parent ac46418709
commit 2a0b915790
2 changed files with 4 additions and 0 deletions

View File

@ -695,6 +695,9 @@ groups:
help: The Flashpage peripheral supports pagewise writing.
- name: periph_flashpage_rwee
help: The Flashpage peripheral is of the Read While Write.
- name: periph_flashpage_aux
help: It is possible to partition off a part of the internal flash for an
auxiliary slot.
- title: Other Peripheral Storage Features
features:

View File

@ -147,6 +147,7 @@ FEATURES_EXISTING := \
periph_eeprom \
periph_eth \
periph_flashpage \
periph_flashpage_aux \
periph_flashpage_in_address_space \
periph_flashpage_pagewise \
periph_flashpage_rwee \