File tree Expand file tree Collapse file tree 30 files changed +120
-80
lines changed
demos/AT32/RT-AT-START-F415/cfg
PWM_ICU/cfg/at-start-f415
SDC-FATFS/cfg/at-start-f415
USB_CDC/cfg/at-start-f415 Expand file tree Collapse file tree 30 files changed +120
-80
lines changed Original file line number Diff line number Diff line change 11/*
2- ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
32 ChibiOS - Copyright (C) 2023..2024 HorrorTroll
43 ChibiOS - Copyright (C) 2023..2024 Zhaqian
54
1615 limitations under the License.
1716*/
1817
18+ /*
19+ * CRC driver system settings.
20+ */
21+ #define AT32_CRC_USE_CRC1 FALSE
22+
23+ #define CRC_USE_DMA FALSE
24+ #define AT32_CRC_CRC1_DMA_PRIORITY 2
25+ #define AT32_CRC_CRC1_IRQ_PRIORITY 5
26+ #define AT32_CRC_CRC1_DMA_STREAM AT32_DMA1_STREAM2
27+
1928/*
2029 * I2C fallback driver system settings.
2130 */
Original file line number Diff line number Diff line change 11/*
22 ChibiOS - Copyright (C) 2014 Uladzimir Pylinsky aka barthess
3+ ChibiOS - Copyright (C) 2023..2024 HorrorTroll
4+ ChibiOS - Copyright (C) 2023..2024 Zhaqian
35
46 Licensed under the Apache License, Version 2.0 (the "License");
57 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 113113#define AT32_CAN_USE_CAN1 FALSE
114114#define AT32_CAN_CAN1_IRQ_PRIORITY 11
115115
116- /*
117- * CRC driver system settings.
118- */
119- #define AT32_CRC_USE_CRC1 FALSE
120- #define AT32_CRC_CRC1_DMA_PRIORITY 2
121- #define AT32_CRC_CRC1_IRQ_PRIORITY 1
122-
123116/*
124117 * DMA driver system settings.
125118 */
Original file line number Diff line number Diff line change 11/*
2- ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
32 ChibiOS - Copyright (C) 2023..2024 HorrorTroll
43 ChibiOS - Copyright (C) 2023..2024 Zhaqian
54
1615 limitations under the License.
1716*/
1817
18+ /*
19+ * CRC driver system settings.
20+ */
21+ #define AT32_CRC_USE_CRC1 FALSE
22+
23+ #define CRC_USE_DMA FALSE
24+ #define AT32_CRC_CRC1_DMA_PRIORITY 2
25+ #define AT32_CRC_CRC1_IRQ_PRIORITY 5
26+ #define AT32_CRC_CRC1_DMA_STREAM AT32_DMA1_STREAM2
27+
1928/*
2029 * I2C fallback driver system settings.
2130 */
Original file line number Diff line number Diff line change 11/*
22 ChibiOS - Copyright (C) 2014 Uladzimir Pylinsky aka barthess
3+ ChibiOS - Copyright (C) 2023..2024 HorrorTroll
4+ ChibiOS - Copyright (C) 2023..2024 Zhaqian
35
46 Licensed under the Apache License, Version 2.0 (the "License");
57 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 113113#define AT32_CAN_USE_CAN1 FALSE
114114#define AT32_CAN_CAN1_IRQ_PRIORITY 11
115115
116- /*
117- * CRC driver system settings.
118- */
119- #define AT32_CRC_USE_CRC1 FALSE
120- #define AT32_CRC_CRC1_DMA_PRIORITY 2
121- #define AT32_CRC_CRC1_IRQ_PRIORITY 1
122-
123116/*
124117 * DMA driver system settings.
125118 */
Original file line number Diff line number Diff line change 11/*
2- ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
32 ChibiOS - Copyright (C) 2023..2024 HorrorTroll
43 ChibiOS - Copyright (C) 2023..2024 Zhaqian
54
1615 limitations under the License.
1716*/
1817
18+ /*
19+ * CRC driver system settings.
20+ */
21+ #define AT32_CRC_USE_CRC1 FALSE
22+
23+ #define CRC_USE_DMA FALSE
24+ #define AT32_CRC_CRC1_DMA_PRIORITY 2
25+ #define AT32_CRC_CRC1_IRQ_PRIORITY 5
26+ #define AT32_CRC_CRC1_DMA_STREAM AT32_DMA1_STREAM2
27+
1928/*
2029 * I2C fallback driver system settings.
2130 */
Original file line number Diff line number Diff line change 11/*
22 ChibiOS - Copyright (C) 2014 Uladzimir Pylinsky aka barthess
3+ ChibiOS - Copyright (C) 2023..2024 HorrorTroll
4+ ChibiOS - Copyright (C) 2023..2024 Zhaqian
35
46 Licensed under the Apache License, Version 2.0 (the "License");
57 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 113113#define AT32_CAN_USE_CAN1 FALSE
114114#define AT32_CAN_CAN1_IRQ_PRIORITY 11
115115
116- /*
117- * CRC driver system settings.
118- */
119- #define AT32_CRC_USE_CRC1 FALSE
120- #define AT32_CRC_CRC1_DMA_PRIORITY 2
121- #define AT32_CRC_CRC1_IRQ_PRIORITY 1
122-
123116/*
124117 * DMA driver system settings.
125118 */
Original file line number Diff line number Diff line change 11/*
2- ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio
32 ChibiOS - Copyright (C) 2023..2024 HorrorTroll
43 ChibiOS - Copyright (C) 2023..2024 Zhaqian
54
1615 limitations under the License.
1716*/
1817
18+ /*
19+ * CRC driver system settings.
20+ */
21+ #define AT32_CRC_USE_CRC1 FALSE
22+
23+ #define CRC_USE_DMA FALSE
24+ #define AT32_CRC_CRC1_DMA_PRIORITY 2
25+ #define AT32_CRC_CRC1_IRQ_PRIORITY 5
26+ #define AT32_CRC_CRC1_DMA_STREAM AT32_DMA1_STREAM2
27+
1928/*
2029 * I2C fallback driver system settings.
2130 */
You can’t perform that action at this time.
0 commit comments