Browse Source
To simplify integration of an EEPROM device with a Write Protect control pin, we add an overidable BOARD_EEPROM_WP_CTRL macro the does nothing. A board that provids the GPIO for WP should define BOARD_EEPROM_WP_CTRL(_protected_true) that will set the WP GPIO to the Protected state when passed true.sbg
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue