-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sensor_board firmware implementation (#292)
* sensor_board firmware implementation * LCD fix
- Loading branch information
Showing
115 changed files
with
27,753 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Sensor board firmware implementation | ||
|
||
1. IDE - MPLABX IDE v6.20 | ||
2. Compiler - XC32 v4.21 | ||
3. Code Configurator - Harmony integrated in MCC | ||
- MCC Core v5.7.0 | ||
- Harmony 3 CSP v3.14.0 | ||
- Harmony 3 BSP v3.14.0 | ||
- Harmony 3 Core v3.11.1 |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/11f9105ff265b65cccfbacbebbabf34ce1eff0c1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/coretimer/plib_coretimer.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/288289097b5a268a40daea8fd51db9bd5f912e2a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/exceptions.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/3a9d441b075ee91a55523a327d6e1dfe0e663284
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/main.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/4245bf3e2576d04ffd568b5c1481e46993edb276
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/gpio/plib_gpio.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/486d8cbf7e8d96a8f1cd708867b8dbe5fd9d3fed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/tmr/plib_tmr2.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/534bd608c143b9520c450d9b1b50f22f4c8e4317
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/evic/plib_evic.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/570cb49c335cdb4ee721c8ef7fa812db599ebb8b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/i2c/master/plib_i2c4_master.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/5a077bcebee1f154bea42fb08546e58ff0867afd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/tmr/plib_tmr2.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/5be3b6c0869e5debddbc75b1a8632557d97d3392
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/stdio/xc32_monitor.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/646e9be13c5bf8e7690acca58d8d5247bb7dfd69
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/I2C_lcd.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/6d0fa2ddd564d566dd9ed079806fdc75f836634c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/interrupts.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/70f63a77ccbf84611e6383945a46551c56fdd465
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/clk/plib_clk.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/874c9fa5bc409727d7d0c316d055e17fc86f1053
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/initialization.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/9343e03f08b6fe843dc3969d1e9398beb690e784
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/interrupts.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/9a1ed34f8408bfc9d485793ee4d814ba2db35a26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/I2C_lcd.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/9a3685cea956a966d67cec13c575f7de388bb00d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/sensor.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/9dad256e657383b4f4ec10769de83463d1a8ea25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/stdio/xc32_monitor.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/a05d72b0ca5456ebcf947a15c4b36aae6b284176
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/uart/plib_uart3.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/b207182438ad0e20ab4d06927afbcf3a017d1df6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/i2c/master/plib_i2c4_master.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/b46b8dbc82309dc1ca7ff165b85256b22d8b3be1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/coretimer/plib_coretimer.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/b7f73ae783a06156edddfa948faf199b611a8b10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/exceptions.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/c26ef374b420cbf4ddd1f00f4f11baac8c8c8c5a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/sensor.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/c9ad2d118de1100fbe8e161c08dff64465740ea8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/clk/plib_clk.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/cfb0820bcebe85c498c023643fb5d21fa80d231b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/uart/plib_uart3.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/d227972bb25430acfb8120c39f8c88e9c91713df
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/main.c |
Empty file.
1 change: 1 addition & 0 deletions
1
...nsor_board_v_3_1.X/.generated_files/flags/default/dd633b9ac6955310a6c36f01ce0064da68d9431
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/canfd/plib_canfd4.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/df7bb8676bb99bd8d77933086f96217e45bb1ac2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/gpio/plib_gpio.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/edefb0ec301ce7eb66990cfbcde4176e68a634d8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/canfd/plib_canfd4.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/f893551f9e0a986caf96f16e6915c428d7956977
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/initialization.c |
1 change: 1 addition & 0 deletions
1
...sor_board_v_3_1.X/.generated_files/flags/default/feaaeb2be31aea23f8b2e513057aabb872279a24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(MP_EXTRA_CC_PRE) -g -D__DEBUG -D__MPLAB_DEBUGGER_PK3=1 -fframe-base-loclist -x c -c -mprocessor=$(MP_PROCESSOR_OPTION) -fno-common -I"../src" -I"../src/config/default" -DXPRJ_default=$(CND_CONF) $(COMPARISON_BUILD) -mdfp="${DFP_DIR}" /home/hepek/MPLABXProjects/src/config/default/peripheral/evic/plib_evic.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
# | ||
# There exist several targets which are by default empty and which can be | ||
# used for execution of your targets. These targets are usually executed | ||
# before and after some main targets. They are: | ||
# | ||
# .build-pre: called before 'build' target | ||
# .build-post: called after 'build' target | ||
# .clean-pre: called before 'clean' target | ||
# .clean-post: called after 'clean' target | ||
# .clobber-pre: called before 'clobber' target | ||
# .clobber-post: called after 'clobber' target | ||
# .all-pre: called before 'all' target | ||
# .all-post: called after 'all' target | ||
# .help-pre: called before 'help' target | ||
# .help-post: called after 'help' target | ||
# | ||
# Targets beginning with '.' are not intended to be called on their own. | ||
# | ||
# Main targets can be executed directly, and they are: | ||
# | ||
# build build a specific configuration | ||
# clean remove built files from a configuration | ||
# clobber remove all built files | ||
# all build all configurations | ||
# help print help mesage | ||
# | ||
# Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and | ||
# .help-impl are implemented in nbproject/makefile-impl.mk. | ||
# | ||
# Available make variables: | ||
# | ||
# CND_BASEDIR base directory for relative paths | ||
# CND_DISTDIR default top distribution directory (build artifacts) | ||
# CND_BUILDDIR default top build directory (object files, ...) | ||
# CONF name of current configuration | ||
# CND_ARTIFACT_DIR_${CONF} directory of build artifact (current configuration) | ||
# CND_ARTIFACT_NAME_${CONF} name of build artifact (current configuration) | ||
# CND_ARTIFACT_PATH_${CONF} path to build artifact (current configuration) | ||
# CND_PACKAGE_DIR_${CONF} directory of package (current configuration) | ||
# CND_PACKAGE_NAME_${CONF} name of package (current configuration) | ||
# CND_PACKAGE_PATH_${CONF} path to package (current configuration) | ||
# | ||
# NOCDDL | ||
|
||
|
||
# Environment | ||
MKDIR=mkdir | ||
CP=cp | ||
CCADMIN=CCadmin | ||
RANLIB=ranlib | ||
|
||
|
||
# build | ||
build: .build-post | ||
|
||
.build-pre: | ||
# Add your pre 'build' code here... | ||
|
||
.build-post: .build-impl | ||
# Add your post 'build' code here... | ||
|
||
|
||
# clean | ||
clean: .clean-post | ||
|
||
.clean-pre: | ||
# Add your pre 'clean' code here... | ||
# WARNING: the IDE does not call this target since it takes a long time to | ||
# simply run make. Instead, the IDE removes the configuration directories | ||
# under build and dist directly without calling make. | ||
# This target is left here so people can do a clean when running a clean | ||
# outside the IDE. | ||
|
||
.clean-post: .clean-impl | ||
# Add your post 'clean' code here... | ||
|
||
|
||
# clobber | ||
clobber: .clobber-post | ||
|
||
.clobber-pre: | ||
# Add your pre 'clobber' code here... | ||
|
||
.clobber-post: .clobber-impl | ||
# Add your post 'clobber' code here... | ||
|
||
|
||
# all | ||
all: .all-post | ||
|
||
.all-pre: | ||
# Add your pre 'all' code here... | ||
|
||
.all-post: .all-impl | ||
# Add your post 'all' code here... | ||
|
||
|
||
# help | ||
help: .help-post | ||
|
||
.help-pre: | ||
# Add your pre 'help' code here... | ||
|
||
.help-post: .help-impl | ||
# Add your post 'help' code here... | ||
|
||
|
||
|
||
# include project implementation makefile | ||
include nbproject/Makefile-impl.mk | ||
|
||
# include project make variables | ||
include nbproject/Makefile-variables.mk |
Binary file added
BIN
+4.14 KB
...e/sensor_board/sensor_board_v_3_1.X/build/default/production/_ext/1171490990/exceptions.o
Binary file not shown.
49 changes: 49 additions & 0 deletions
49
...sensor_board/sensor_board_v_3_1.X/build/default/production/_ext/1171490990/exceptions.o.d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
build/default/production/_ext/1171490990/exceptions.o: \ | ||
../src/config/default/exceptions.c ../src/config/default/device.h \ | ||
../src/config/default/toolchain_specifics.h \ | ||
../src/config/default/definitions.h \ | ||
../src/config/default/peripheral/coretimer/plib_coretimer.h \ | ||
../src/config/default/peripheral/uart/plib_uart3.h \ | ||
../src/config/default/device.h \ | ||
../src/config/default/peripheral/uart/plib_uart_common.h \ | ||
../src/config/default/peripheral/canfd/plib_canfd4.h \ | ||
../src/config/default/peripheral/canfd/plib_canfd_common.h \ | ||
../src/config/default/peripheral/i2c/master/plib_i2c4_master.h \ | ||
../src/config/default/peripheral/i2c/master/plib_i2c_master_common.h \ | ||
../src/config/default/peripheral/tmr/plib_tmr2.h \ | ||
../src/config/default/peripheral/tmr/plib_tmr_common.h \ | ||
../src/config/default/peripheral/clk/plib_clk.h \ | ||
../src/config/default/peripheral/gpio/plib_gpio.h \ | ||
../src/config/default/peripheral/evic/plib_evic.h | ||
|
||
../src/config/default/device.h: | ||
|
||
../src/config/default/toolchain_specifics.h: | ||
|
||
../src/config/default/definitions.h: | ||
|
||
../src/config/default/peripheral/coretimer/plib_coretimer.h: | ||
|
||
../src/config/default/peripheral/uart/plib_uart3.h: | ||
|
||
../src/config/default/device.h: | ||
|
||
../src/config/default/peripheral/uart/plib_uart_common.h: | ||
|
||
../src/config/default/peripheral/canfd/plib_canfd4.h: | ||
|
||
../src/config/default/peripheral/canfd/plib_canfd_common.h: | ||
|
||
../src/config/default/peripheral/i2c/master/plib_i2c4_master.h: | ||
|
||
../src/config/default/peripheral/i2c/master/plib_i2c_master_common.h: | ||
|
||
../src/config/default/peripheral/tmr/plib_tmr2.h: | ||
|
||
../src/config/default/peripheral/tmr/plib_tmr_common.h: | ||
|
||
../src/config/default/peripheral/clk/plib_clk.h: | ||
|
||
../src/config/default/peripheral/gpio/plib_gpio.h: | ||
|
||
../src/config/default/peripheral/evic/plib_evic.h: |
Binary file added
BIN
+6.07 KB
...nsor_board/sensor_board_v_3_1.X/build/default/production/_ext/1171490990/initialization.o
Binary file not shown.
50 changes: 50 additions & 0 deletions
50
...or_board/sensor_board_v_3_1.X/build/default/production/_ext/1171490990/initialization.o.d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
build/default/production/_ext/1171490990/initialization.o: \ | ||
../src/config/default/initialization.c \ | ||
../src/config/default/definitions.h \ | ||
../src/config/default/peripheral/coretimer/plib_coretimer.h \ | ||
../src/config/default/peripheral/uart/plib_uart3.h \ | ||
../src/config/default/device.h \ | ||
../src/config/default/toolchain_specifics.h \ | ||
../src/config/default/peripheral/uart/plib_uart_common.h \ | ||
../src/config/default/peripheral/canfd/plib_canfd4.h \ | ||
../src/config/default/peripheral/canfd/plib_canfd_common.h \ | ||
../src/config/default/peripheral/i2c/master/plib_i2c4_master.h \ | ||
../src/config/default/peripheral/i2c/master/plib_i2c_master_common.h \ | ||
../src/config/default/peripheral/tmr/plib_tmr2.h \ | ||
../src/config/default/peripheral/tmr/plib_tmr_common.h \ | ||
../src/config/default/peripheral/clk/plib_clk.h \ | ||
../src/config/default/peripheral/gpio/plib_gpio.h \ | ||
../src/config/default/peripheral/evic/plib_evic.h \ | ||
../src/config/default/device.h | ||
|
||
../src/config/default/definitions.h: | ||
|
||
../src/config/default/peripheral/coretimer/plib_coretimer.h: | ||
|
||
../src/config/default/peripheral/uart/plib_uart3.h: | ||
|
||
../src/config/default/device.h: | ||
|
||
../src/config/default/toolchain_specifics.h: | ||
|
||
../src/config/default/peripheral/uart/plib_uart_common.h: | ||
|
||
../src/config/default/peripheral/canfd/plib_canfd4.h: | ||
|
||
../src/config/default/peripheral/canfd/plib_canfd_common.h: | ||
|
||
../src/config/default/peripheral/i2c/master/plib_i2c4_master.h: | ||
|
||
../src/config/default/peripheral/i2c/master/plib_i2c_master_common.h: | ||
|
||
../src/config/default/peripheral/tmr/plib_tmr2.h: | ||
|
||
../src/config/default/peripheral/tmr/plib_tmr_common.h: | ||
|
||
../src/config/default/peripheral/clk/plib_clk.h: | ||
|
||
../src/config/default/peripheral/gpio/plib_gpio.h: | ||
|
||
../src/config/default/peripheral/evic/plib_evic.h: | ||
|
||
../src/config/default/device.h: |
Binary file added
BIN
+8.86 KB
...e/sensor_board/sensor_board_v_3_1.X/build/default/production/_ext/1171490990/interrupts.o
Binary file not shown.
49 changes: 49 additions & 0 deletions
49
...sensor_board/sensor_board_v_3_1.X/build/default/production/_ext/1171490990/interrupts.o.d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
build/default/production/_ext/1171490990/interrupts.o: \ | ||
../src/config/default/interrupts.c ../src/config/default/interrupts.h \ | ||
../src/config/default/definitions.h \ | ||
../src/config/default/peripheral/coretimer/plib_coretimer.h \ | ||
../src/config/default/peripheral/uart/plib_uart3.h \ | ||
../src/config/default/device.h \ | ||
../src/config/default/toolchain_specifics.h \ | ||
../src/config/default/peripheral/uart/plib_uart_common.h \ | ||
../src/config/default/peripheral/canfd/plib_canfd4.h \ | ||
../src/config/default/peripheral/canfd/plib_canfd_common.h \ | ||
../src/config/default/peripheral/i2c/master/plib_i2c4_master.h \ | ||
../src/config/default/peripheral/i2c/master/plib_i2c_master_common.h \ | ||
../src/config/default/peripheral/tmr/plib_tmr2.h \ | ||
../src/config/default/peripheral/tmr/plib_tmr_common.h \ | ||
../src/config/default/peripheral/clk/plib_clk.h \ | ||
../src/config/default/peripheral/gpio/plib_gpio.h \ | ||
../src/config/default/peripheral/evic/plib_evic.h | ||
|
||
../src/config/default/interrupts.h: | ||
|
||
../src/config/default/definitions.h: | ||
|
||
../src/config/default/peripheral/coretimer/plib_coretimer.h: | ||
|
||
../src/config/default/peripheral/uart/plib_uart3.h: | ||
|
||
../src/config/default/device.h: | ||
|
||
../src/config/default/toolchain_specifics.h: | ||
|
||
../src/config/default/peripheral/uart/plib_uart_common.h: | ||
|
||
../src/config/default/peripheral/canfd/plib_canfd4.h: | ||
|
||
../src/config/default/peripheral/canfd/plib_canfd_common.h: | ||
|
||
../src/config/default/peripheral/i2c/master/plib_i2c4_master.h: | ||
|
||
../src/config/default/peripheral/i2c/master/plib_i2c_master_common.h: | ||
|
||
../src/config/default/peripheral/tmr/plib_tmr2.h: | ||
|
||
../src/config/default/peripheral/tmr/plib_tmr_common.h: | ||
|
||
../src/config/default/peripheral/clk/plib_clk.h: | ||
|
||
../src/config/default/peripheral/gpio/plib_gpio.h: | ||
|
||
../src/config/default/peripheral/evic/plib_evic.h: |
Binary file added
BIN
+7.39 KB
...nsor_board/sensor_board_v_3_1.X/build/default/production/_ext/1249264884/plib_coretimer.o
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
...or_board/sensor_board_v_3_1.X/build/default/production/_ext/1249264884/plib_coretimer.o.d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
build/default/production/_ext/1249264884/plib_coretimer.o: \ | ||
../src/config/default/peripheral/coretimer/plib_coretimer.c \ | ||
../src/config/default/device.h \ | ||
../src/config/default/toolchain_specifics.h \ | ||
../src/config/default/peripheral/coretimer/plib_coretimer.h | ||
|
||
../src/config/default/device.h: | ||
|
||
../src/config/default/toolchain_specifics.h: | ||
|
||
../src/config/default/peripheral/coretimer/plib_coretimer.h: |
Binary file added
BIN
+12.7 KB
...ware/sensor_board/sensor_board_v_3_1.X/build/default/production/_ext/1360937237/I2C_lcd.o
Binary file not shown.
Oops, something went wrong.