Kinsey Moore
54de3ac479
bsps/shared/xqspi_flash.c: Add support for sector information
2025-11-10 12:29:31 -06:00
Kinsey Moore
955d36ea47
bsps/qspi: Make flashdev control structure private
...
These structures are not required to be exposed to users for any
functionality and users of the API have no way to make use of them.
2025-10-16 11:26:52 -05:00
Joel Sherrill
bc959e983f
bsps/shared/*: Address unused parameter warnings
...
Add "(void) param;" annotation to address unused parameter warnings.
Found with GCC's warning -Wunused-parameter.
2025-10-10 20:52:14 +00:00
Kinsey Moore
75e7f5cb80
cpukit/flashdev: Add unregister call and private data destructor
...
This adds an API call allowing for unregistration to include destruction
of private data that is not managed by the flashdev framework. This also
updates the existing consumers of flashdev to use the new private data
destructor callback.
2025-09-22 10:04:58 -05:00
Aaron Nyholm
e950c4d76a
bsps: Add flash wrapper for Xilinx GQSPI
...
Closes #4870
2024-06-10 17:58:00 +00:00