Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dekuNukem committed May 5, 2022
1 parent 2af2571 commit a121e8a
Show file tree
Hide file tree
Showing 15 changed files with 581 additions and 572 deletions.
10 changes: 5 additions & 5 deletions firmware/ibmpc/MDK-ARM/ibmpc.uvguix.allen
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
<flags>2</flags>
<showCmd>3</showCmd>
<MinPosition>
<xPos>-1</xPos>
<yPos>-1</yPos>
<xPos>-32000</xPos>
<yPos>-32000</yPos>
</MinPosition>
<MaxPosition>
<xPos>-1</xPos>
Expand Down Expand Up @@ -3606,9 +3606,9 @@
<ActiveTab>0</ActiveTab>
<Doc>
<Name>../Src/main.c</Name>
<ColumnNumber>57</ColumnNumber>
<TopLine>566</TopLine>
<CurrentLine>592</CurrentLine>
<ColumnNumber>11</ColumnNumber>
<TopLine>327</TopLine>
<CurrentLine>352</CurrentLine>
<Folding>1</Folding>
<ContractedFolders></ContractedFolders>
<PaneID>0</PaneID>
Expand Down
Binary file modified firmware/ibmpc/MDK-ARM/ibmpc/ibmpc.axf
Binary file not shown.
15 changes: 12 additions & 3 deletions firmware/ibmpc/MDK-ARM/ibmpc/ibmpc.build_log.htm
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,20 @@ <h2>Project:</h2>
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'ibmpc'
compiling ps2kb.c...
compiling main.c...
../Src/main.c(482): warning: #188-D: enumerated type mixed with another type
HAL_GPIO_WritePin(GAMEPAD_B1_GPIO_Port, GAMEPAD_B1_Pin, !(this_gamepad_event->button_1));
../Src/main.c(483): warning: #188-D: enumerated type mixed with another type
HAL_GPIO_WritePin(GAMEPAD_B2_GPIO_Port, GAMEPAD_B2_Pin, !(this_gamepad_event->button_2));
../Src/main.c(484): warning: #188-D: enumerated type mixed with another type
HAL_GPIO_WritePin(GAMEPAD_B3_GPIO_Port, GAMEPAD_B3_Pin, !(this_gamepad_event->button_3));
../Src/main.c(485): warning: #188-D: enumerated type mixed with another type
HAL_GPIO_WritePin(GAMEPAD_B4_GPIO_Port, GAMEPAD_B4_Pin, !(this_gamepad_event->button_4));
../Src/main.c: 4 warnings, 0 errors
linking...
Program Size: Code=16660 RO-data=428 RW-data=128 ZI-data=2176
Program Size: Code=16656 RO-data=428 RW-data=128 ZI-data=2176
FromELF: creating hex file...
"ibmpc\ibmpc.axf" - 0 Error(s), 0 Warning(s).
"ibmpc\ibmpc.axf" - 0 Error(s), 4 Warning(s).

<h2>Software Packages used:</h2>

Expand Down
Loading

0 comments on commit a121e8a

Please sign in to comment.