-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix 8-bit SPI mode for EEPROM. * Add support for V2 EEPROM. * Add test fixture project. * Build test fixture * Test key inputs and drive Larson scanner. * Add 8K EEPROM testing. * Fix comment. * VREG test working on A5 * VREG test now working on Analog in B1. * Finish test fixture. Add stepper and alarm pin tests Allow EEPROMs larger than 8K Loosen VREG constraint to allow for unreliable pogo resistance * Simplified test code. * Fix VREG test. * Switch default configuration to hardware version 2. * Roll version number to 1.1.00
- Loading branch information
Showing
107 changed files
with
31,419 additions
and
18 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
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
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
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
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
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
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
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,17 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<?ccsproject version="1.0"?> | ||
<projectOptions> | ||
<ccsVersion value="9.0.0"/> | ||
<deviceVariant value="TMS320C28XX.TMS320F280049C"/> | ||
<deviceFamily value="C2000"/> | ||
<deviceEndianness value="little"/> | ||
<codegenToolVersion value="18.12.1.LTS"/> | ||
<isElfFormat value="false"/> | ||
<connection value="common/targetdb/connections/TIXDS110_Connection.xml"/> | ||
<linkerCommandFile value="280049C_RAM_lnk.cmd"/> | ||
<rts value="libc.a"/> | ||
<createSlaveProjects value=""/> | ||
<templateProperties value="id=com.ti.common.project.core.emptyProjectWithMainTemplate"/> | ||
<filesToOpen value="main.c"/> | ||
<isTargetManual value="false"/> | ||
</projectOptions> |
Oops, something went wrong.