Skip to content

Commit 7dd8608

Browse files
Updating Drivers - I2C Driver
1 parent caf87b6 commit 7dd8608

File tree

19 files changed

+3500
-3909
lines changed

19 files changed

+3500
-3909
lines changed

Drivers_Stm32/.settings/language.settings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
77
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
88
<provider copy-of="extension" id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser"/>
9-
<provider class="com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetector" console="false" env-hash="320438682538322969" id="com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="MCU ARM GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
9+
<provider class="com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetector" console="false" env-hash="-475655831746574654" id="com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="MCU ARM GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
1010
<language-scope id="org.eclipse.cdt.core.gcc"/>
1111
<language-scope id="org.eclipse.cdt.core.g++"/>
1212
</provider>
@@ -18,7 +18,7 @@
1818
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
1919
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
2020
<provider copy-of="extension" id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser"/>
21-
<provider class="com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetector" console="false" env-hash="298039153632279884" id="com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="MCU ARM GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
21+
<provider class="com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetector" console="false" env-hash="-498055360652617739" id="com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="MCU ARM GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
2222
<language-scope id="org.eclipse.cdt.core.gcc"/>
2323
<language-scope id="org.eclipse.cdt.core.g++"/>
2424
</provider>

Drivers_Stm32/Debug/HAL/EEPROM.o

0 Bytes
Binary file not shown.

Drivers_Stm32/Debug/MCAL/I2C.o

0 Bytes
Binary file not shown.

Drivers_Stm32/Debug/MCAL/I2C.su

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ I2C.c:420:6:MCAL_I2C_GenerateStop 16 static
99
I2C.c:446:6:MCAL_I2C_SendAddress 16 static
1010
I2C.c:458:6:MCAL_I2C_MasterSendDataPolling 32 static
1111
I2C.c:468:6:MCAL_I2C_MasterRecDataPolling 32 static
12-
I2C.c:547:6:MCAL_I2C_MasterTxPolling 32 static
13-
I2C.c:641:6:MCAL_I2C_MasterRxPolling 32 static
14-
I2C.c:686:6:MCAL_I2C_Slave_TX 16 static
15-
I2C.c:705:9:MCAL_I2C_Slave_RX 16 static
16-
I2C.c:710:6:I2C_ACKConfig 16 static
17-
I2C.c:730:6:I2C1_EV_IRQHandler 24 static
18-
I2C.c:823:6:I2C1_ER_IRQHandler 16 static
19-
I2C.c:900:6:I2C2_EV_IRQHandler 24 static
20-
I2C.c:995:6:I2C2_ER_IRQHandler 16 static
12+
I2C.c:546:6:MCAL_I2C_MasterTxPolling 32 static
13+
I2C.c:640:6:MCAL_I2C_MasterRxPolling 32 static
14+
I2C.c:685:6:MCAL_I2C_Slave_TX 16 static
15+
I2C.c:704:9:MCAL_I2C_Slave_RX 16 static
16+
I2C.c:709:6:I2C_ACKConfig 16 static
17+
I2C.c:729:6:I2C1_EV_IRQHandler 24 static
18+
I2C.c:822:6:I2C1_ER_IRQHandler 16 static
19+
I2C.c:899:6:I2C2_EV_IRQHandler 24 static
20+
I2C.c:994:6:I2C2_ER_IRQHandler 16 static

Drivers_Stm32/Debug/MCAL/SPI.o

772 Bytes
Binary file not shown.

Drivers_Stm32/Debug/MCAL/SPI.su

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
SPI.c:39:6:MCAL_SPI_Init 24 static
22
SPI.c:136:6:MCAL_SPI_DeInit 16 static
33
SPI.c:181:6:MCAL_SPI_GPIO_SetPins 48 static
4-
SPI.c:329:6:MCAL_SPI_Transmit 24 static
5-
SPI.c:367:6:MCAL_SPI_Receive 24 static
6-
SPI.c:400:6:MCAL_SPI_TX_RX 24 static
7-
SPI.c:414:6:SPI1_IRQHandler 8 static
8-
SPI.c:420:6:SPI2_IRQHandler 8 static
4+
SPI.c:327:6:MCAL_SPI_Activation 16 static
5+
SPI.c:355:6:MCAL_SPI_Transmit 24 static
6+
SPI.c:393:6:MCAL_SPI_Receive 24 static
7+
SPI.c:426:6:MCAL_SPI_TX_RX 24 static
8+
SPI.c:440:6:SPI1_IRQHandler 8 static
9+
SPI.c:446:6:SPI2_IRQHandler 8 static

Drivers_Stm32/Debug/STM32.bin

-700 Bytes
Binary file not shown.

Drivers_Stm32/Debug/STM32.elf

-53.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)