-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.0.2 2.0.2 Improved BSPs, added EK-TM4C123GXL 2.0.2
- Loading branch information
1 parent
b5bdbea
commit d54613a
Showing
128 changed files
with
38,285 additions
and
843 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 |
---|---|---|
@@ -1,49 +1,6 @@ | ||
# Prerequisites | ||
*.d | ||
|
||
# Object files | ||
*.o | ||
*.ko | ||
*.obj | ||
*.elf | ||
|
||
# Linker output | ||
*.ilk | ||
*.map | ||
*.exp | ||
|
||
# uVision temporaries | ||
*.uvguix.* | ||
*.htm | ||
*.lnp | ||
*.sct | ||
Debug*/ | ||
|
||
# IAR temporaries | ||
*.dep | ||
|
||
# Executables | ||
*.exe | ||
*.out | ||
*.app | ||
*.i*86 | ||
*.x86_64 | ||
*.hex | ||
|
||
# Debug files | ||
*.dSYM/ | ||
*.su | ||
*.idb | ||
*.pdb | ||
|
||
# Kernel Module Compile Results | ||
*.mod* | ||
*.cmd | ||
.tmp_versions/ | ||
modules.order | ||
Module.symvers | ||
Mkfile.old | ||
dkms.conf | ||
# build directories | ||
build*/ | ||
bin*/ | ||
|
||
# test directories | ||
test_priv/ |
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,24 @@ | ||
This directory contains the support code for the EK-TM4C123GXL board | ||
(TivaC LauchPad). | ||
|
||
The sub-directories contain code that is specific to the particular | ||
ARM toolchains, such as ARM (MDK-ARM), GCC, and IAR. | ||
|
||
|
||
CMSIS-Compliant Device Files | ||
============================ | ||
The code also includes the CMSIS-compliant interface to the TM4C123GH6PM | ||
MCU files: | ||
|
||
TM4C123GH6PM.h | ||
system_TM4C123GH6PM.h | ||
system_TM4C123GH6PM.c | ||
arm\startup_TM4C123GH6PM.s | ||
gcc\startup_TM4C123GH6PM.c | ||
iar\startup_TM4C123GH6PM.s | ||
|
||
|
||
Adjusting the CPU Clock Speed | ||
----------------------------- | ||
The current setting is to run at 50MHz from PLL, but the CPU clock speed | ||
can be modified by editing the file system_TM4C123GH6PM.c. |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.