|
@@ -1,5 +1,5 @@
|
1
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
|
-<!--PD Buddy ChibiOS board configuration-->
|
|
2
|
+<!--PD Buddy Sink ChibiOS board configuration-->
|
3
|
3
|
<board
|
4
|
4
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
5
|
xsi:noNamespaceSchemaLocation="http://www.chibios.org/xml/schema/boards/stm32f0xx_board.xsd">
|
|
@@ -8,12 +8,12 @@
|
8
|
8
|
<output_path>..</output_path>
|
9
|
9
|
<hal_version>3.0.x</hal_version>
|
10
|
10
|
</configuration_settings>
|
11
|
|
- <board_name>PD Buddy</board_name>
|
12
|
|
- <board_id>PD_BUDDY</board_id>
|
|
11
|
+ <board_name>PD Buddy Sink</board_name>
|
|
12
|
+ <board_id>PD_BUDDY_SINK</board_id>
|
13
|
13
|
<board_functions></board_functions>
|
14
|
14
|
<subtype>STM32F072xB</subtype>
|
15
|
15
|
<clocks HSEFrequency="0" HSEBypass="true" LSEFrequency="0"
|
16
|
|
- LSEBypass="false" LSEDrive="3 High Drive (default)" />
|
|
16
|
+ LSEBypass="false" LSEDrive="3 High Drive (default)" ></clocks>
|
17
|
17
|
<ports>
|
18
|
18
|
<GPIOA>
|
19
|
19
|
<pin0
|