Updating halconf_community.h for demos/testhal
This commit is contained in:
parent
f6b1a12ecf
commit
cf7e66ddae
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,6 +31,20 @@
|
||||||
#define HAL_USE_FSMC FALSE
|
#define HAL_USE_FSMC FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SDRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SDRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SDRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the SRAM subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_SRAM) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_SRAM FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Enables the NAND subsystem.
|
* @brief Enables the NAND subsystem.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue