File tree Expand file tree Collapse file tree 14 files changed +113
-15
lines changed Expand file tree Collapse file tree 14 files changed +113
-15
lines changed Original file line number Diff line number Diff line change 21
21
#define HALCONF_H
22
22
23
23
#define _CHIBIOS_HAL_CONF_
24
- #define _CHIBIOS_HAL_CONF_VER_8_4_
24
+ #define _CHIBIOS_HAL_CONF_VER_9_0_
25
25
26
26
#include "mcuconf.h"
27
27
297
297
/* I2C driver related settings. */
298
298
/*===========================================================================*/
299
299
300
+ /**
301
+ * @brief Enables the I2C slave subsystem.
302
+ */
303
+ #if !defined(I2C_SUPPORTS_SLAVE_MODE ) || defined(__DOXYGEN__ )
304
+ #define I2C_SUPPORTS_SLAVE_MODE FALSE
305
+ #endif
306
+
300
307
/**
301
308
* @brief Enables the mutual exclusion APIs on the I2C bus.
302
309
*/
Original file line number Diff line number Diff line change 21
21
#define HALCONF_H
22
22
23
23
#define _CHIBIOS_HAL_CONF_
24
- #define _CHIBIOS_HAL_CONF_VER_8_4_
24
+ #define _CHIBIOS_HAL_CONF_VER_9_0_
25
25
26
26
#include <target_platform.h>
27
27
#include "mcuconf.h"
308
308
/* I2C driver related settings. */
309
309
/*===========================================================================*/
310
310
311
+ /**
312
+ * @brief Enables the I2C slave subsystem.
313
+ */
314
+ #if !defined(I2C_SUPPORTS_SLAVE_MODE ) || defined(__DOXYGEN__ )
315
+ #define I2C_SUPPORTS_SLAVE_MODE FALSE
316
+ #endif
317
+
311
318
/**
312
319
* @brief Enables the mutual exclusion APIs on the I2C bus.
313
320
*/
Original file line number Diff line number Diff line change 21
21
#define HALCONF_H
22
22
23
23
#define _CHIBIOS_HAL_CONF_
24
- #define _CHIBIOS_HAL_CONF_VER_8_4_
24
+ #define _CHIBIOS_HAL_CONF_VER_9_0_
25
25
26
26
#include "mcuconf.h"
27
27
297
297
/* I2C driver related settings. */
298
298
/*===========================================================================*/
299
299
300
+ /**
301
+ * @brief Enables the I2C slave subsystem.
302
+ */
303
+ #if !defined(I2C_SUPPORTS_SLAVE_MODE ) || defined(__DOXYGEN__ )
304
+ #define I2C_SUPPORTS_SLAVE_MODE FALSE
305
+ #endif
306
+
300
307
/**
301
308
* @brief Enables the mutual exclusion APIs on the I2C bus.
302
309
*/
546
553
547
554
/** @} */
548
555
549
- // clang-format on
556
+ // clang-format on
Original file line number Diff line number Diff line change 21
21
#define HALCONF_H
22
22
23
23
#define _CHIBIOS_HAL_CONF_
24
- #define _CHIBIOS_HAL_CONF_VER_8_4_
24
+ #define _CHIBIOS_HAL_CONF_VER_9_0_
25
25
26
26
#include <target_platform.h>
27
27
#include "mcuconf.h"
308
308
/* I2C driver related settings. */
309
309
/*===========================================================================*/
310
310
311
+ /**
312
+ * @brief Enables the I2C slave subsystem.
313
+ */
314
+ #if !defined(I2C_SUPPORTS_SLAVE_MODE ) || defined(__DOXYGEN__ )
315
+ #define I2C_SUPPORTS_SLAVE_MODE FALSE
316
+ #endif
317
+
311
318
/**
312
319
* @brief Enables the mutual exclusion APIs on the I2C bus.
313
320
*/
Original file line number Diff line number Diff line change 21
21
#define HALCONF_H
22
22
23
23
#define _CHIBIOS_HAL_CONF_
24
- #define _CHIBIOS_HAL_CONF_VER_8_4_
24
+ #define _CHIBIOS_HAL_CONF_VER_9_0_
25
25
26
26
#include "mcuconf.h"
27
27
297
297
/* I2C driver related settings. */
298
298
/*===========================================================================*/
299
299
300
+ /**
301
+ * @brief Enables the I2C slave subsystem.
302
+ */
303
+ #if !defined(I2C_SUPPORTS_SLAVE_MODE ) || defined(__DOXYGEN__ )
304
+ #define I2C_SUPPORTS_SLAVE_MODE FALSE
305
+ #endif
306
+
300
307
/**
301
308
* @brief Enables the mutual exclusion APIs on the I2C bus.
302
309
*/
Original file line number Diff line number Diff line change 21
21
#define HALCONF_H
22
22
23
23
#define _CHIBIOS_HAL_CONF_
24
- #define _CHIBIOS_HAL_CONF_VER_8_4_
24
+ #define _CHIBIOS_HAL_CONF_VER_9_0_
25
25
26
26
#include <target_platform.h>
27
27
#include "mcuconf.h"
309
309
/* I2C driver related settings. */
310
310
/*===========================================================================*/
311
311
312
+ /**
313
+ * @brief Enables the I2C slave subsystem.
314
+ */
315
+ #if !defined(I2C_SUPPORTS_SLAVE_MODE ) || defined(__DOXYGEN__ )
316
+ #define I2C_SUPPORTS_SLAVE_MODE FALSE
317
+ #endif
318
+
312
319
/**
313
320
* @brief Enables the mutual exclusion APIs on the I2C bus.
314
321
*/
Original file line number Diff line number Diff line change 21
21
#define HALCONF_H
22
22
23
23
#define _CHIBIOS_HAL_CONF_
24
- #define _CHIBIOS_HAL_CONF_VER_8_4_
24
+ #define _CHIBIOS_HAL_CONF_VER_9_0_
25
25
26
26
#include "mcuconf.h"
27
27
297
297
/* I2C driver related settings. */
298
298
/*===========================================================================*/
299
299
300
+ /**
301
+ * @brief Enables the I2C slave subsystem.
302
+ */
303
+ #if !defined(I2C_SUPPORTS_SLAVE_MODE ) || defined(__DOXYGEN__ )
304
+ #define I2C_SUPPORTS_SLAVE_MODE FALSE
305
+ #endif
306
+
300
307
/**
301
308
* @brief Enables the mutual exclusion APIs on the I2C bus.
302
309
*/
Original file line number Diff line number Diff line change 21
21
#define HALCONF_H
22
22
23
23
#define _CHIBIOS_HAL_CONF_
24
- #define _CHIBIOS_HAL_CONF_VER_8_4_
24
+ #define _CHIBIOS_HAL_CONF_VER_9_0_
25
25
26
26
#include <target_platform.h>
27
27
#include "mcuconf.h"
308
308
/* I2C driver related settings. */
309
309
/*===========================================================================*/
310
310
311
+ /**
312
+ * @brief Enables the I2C slave subsystem.
313
+ */
314
+ #if !defined(I2C_SUPPORTS_SLAVE_MODE ) || defined(__DOXYGEN__ )
315
+ #define I2C_SUPPORTS_SLAVE_MODE FALSE
316
+ #endif
317
+
311
318
/**
312
319
* @brief Enables the mutual exclusion APIs on the I2C bus.
313
320
*/
Original file line number Diff line number Diff line change 21
21
#define HALCONF_H
22
22
23
23
#define _CHIBIOS_HAL_CONF_
24
- #define _CHIBIOS_HAL_CONF_VER_8_4_
24
+ #define _CHIBIOS_HAL_CONF_VER_9_0_
25
25
26
26
#include "mcuconf.h"
27
27
297
297
/* I2C driver related settings. */
298
298
/*===========================================================================*/
299
299
300
+ /**
301
+ * @brief Enables the I2C slave subsystem.
302
+ */
303
+ #if !defined(I2C_SUPPORTS_SLAVE_MODE ) || defined(__DOXYGEN__ )
304
+ #define I2C_SUPPORTS_SLAVE_MODE FALSE
305
+ #endif
306
+
300
307
/**
301
308
* @brief Enables the mutual exclusion APIs on the I2C bus.
302
309
*/
Original file line number Diff line number Diff line change 21
21
#define HALCONF_H
22
22
23
23
#define _CHIBIOS_HAL_CONF_
24
- #define _CHIBIOS_HAL_CONF_VER_8_4_
24
+ #define _CHIBIOS_HAL_CONF_VER_9_0_
25
25
26
26
#include <target_platform.h>
27
27
#include "mcuconf.h"
309
309
/* I2C driver related settings. */
310
310
/*===========================================================================*/
311
311
312
+ /**
313
+ * @brief Enables the I2C slave subsystem.
314
+ */
315
+ #if !defined(I2C_SUPPORTS_SLAVE_MODE ) || defined(__DOXYGEN__ )
316
+ #define I2C_SUPPORTS_SLAVE_MODE FALSE
317
+ #endif
318
+
312
319
/**
313
320
* @brief Enables the mutual exclusion APIs on the I2C bus.
314
321
*/
You can’t perform that action at this time.
0 commit comments