Skip to content

Commit

Permalink
add at32 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ArteryTek committed Aug 2, 2022
1 parent 8141f6b commit bbdd75e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/flash/nor/drivers.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@ extern const struct flash_driver w600_flash;
extern const struct flash_driver xcf_flash;
extern const struct flash_driver xmc1xxx_flash;
extern const struct flash_driver xmc4xxx_flash;
extern const struct flash_driver at32f403xx_flash;
extern const struct flash_driver at32f413xx_flash;
extern const struct flash_driver at32f415xx_flash;
extern const struct flash_driver at32f403axx_flash;
extern const struct flash_driver at32f407xx_flash;
extern const struct flash_driver at32wb415xx_flash;
extern const struct flash_driver at32f421xx_flash;
extern const struct flash_driver at32f425xx_flash;
extern const struct flash_driver at32f435xx_flash;
extern const struct flash_driver at32f437xx_flash;

/**
* The list of built-in flash drivers.
Expand Down Expand Up @@ -153,6 +163,16 @@ static const struct flash_driver * const flash_drivers[] = {
&xmc1xxx_flash,
&xmc4xxx_flash,
&w600_flash,
&at32f403xx_flash,
&at32f413xx_flash,
&at32f415xx_flash,
&at32f403axx_flash,
&at32f407xx_flash,
&at32wb415xx_flash,
&at32f421xx_flash,
&at32f425xx_flash,
&at32f435xx_flash,
&at32f437xx_flash,
NULL,
};

Expand Down

0 comments on commit bbdd75e

Please sign in to comment.