Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
2.0.2

2.0.2

Improved BSPs, added EK-TM4C123GXL

2.0.2
  • Loading branch information
quantum-leaps committed Jan 30, 2023
1 parent b5bdbea commit d54613a
Show file tree
Hide file tree
Showing 128 changed files with 38,285 additions and 843 deletions.
49 changes: 3 additions & 46 deletions .gitignore
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/
24 changes: 24 additions & 0 deletions 3rd_party/ek-tm4c123gxl/README.txt
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.
1,830 changes: 1,830 additions & 0 deletions 3rd_party/ek-tm4c123gxl/TM4C123GH6PM.h

Large diffs are not rendered by default.

716 changes: 716 additions & 0 deletions 3rd_party/ek-tm4c123gxl/arm/startup_TM4C123GH6PM.s

Large diffs are not rendered by default.

Loading

0 comments on commit d54613a

Please sign in to comment.