diff --git a/squishy/core/flash.py b/squishy/core/flash.py index d6b726a2..a461fe11 100644 --- a/squishy/core/flash.py +++ b/squishy/core/flash.py @@ -1,7 +1,8 @@ # SPDX-License-Identifier: BSD-3-Clause ''' - +This module contains the structures and constants used for generating SPI Flash images +for Squishy hardware. ''' from enum import IntEnum, IntFlag