Joakim Nohlgård
|
fe75996cbc
|
cpu/lm4f120: Remove stub cpuid
NVIC_CPUID is not a unique device ID, it is the Cortex-M core family ID.
|
7 years ago |
Marc Poulhiès
|
c3e46831da
|
cpu/lm4f120: fix gpio isr
- add missing call to cortex_isr_end()
- clear IT as close as possible to its handler.
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
7 years ago |
Joakim Nohlgård
|
5f63bd38a4
|
cpu/lm4f120: Fix cppcheck warning
|
7 years ago |
Oleg Hahm
|
d0316fa7ae
|
periph timer: remove timer_irq_(en|dis)able
|
7 years ago |
Hauke Petersen
|
3a00fe8e49
|
cpus: make use of cortexm_isr_end()
|
7 years ago |
Hauke Petersen
|
2eebf36eb2
|
cpu/uart: make use of named return values
|
7 years ago |
Marc Poulhiès
|
788f9f9e50
|
cpu/lm4f120: fix ADC pin mapping
fix GPIO pin mapping for ADC_0
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
8 years ago |
Joakim Nohlgård
|
169fa2ec94
|
cpu/lm4f120: remove unused _port_addr function in gpio.c
|
8 years ago |
Hauke Petersen
|
a7790625a1
|
cpu/lm4f120: adapted GPIO driver
|
8 years ago |
Hauke Petersen
|
b23cde98cf
|
cpus: adapted UART implementations to cb type change
|
8 years ago |
Hauke Petersen
|
432f033384
|
cpu/lm4f120: reworked ADC implementation
|
8 years ago |
Marc Poulhiès
|
d0fb8adf45
|
cpu/lm4f120: ADC support
Only ADC_0 and no precision support.
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
8 years ago |
Hauke Petersen
|
b11a3ad74b
|
cpus: adapted timer implementations to API changes
|
8 years ago |
Marc Poulhiès
|
8f0a9ddf6f
|
cpu/lm4f120: GPIO support
|
8 years ago |
Joakim Nohlgård
|
4a873d4061
|
cpu/lm4f120: Update to match timer_init API change
|
8 years ago |
Joakim Nohlgård
|
068a4e4195
|
cpu/lm4f120: Remove unused static lookup table
|
8 years ago |
Hauke Petersen
|
940097336a
|
cpu: cleanup and unification of CPUID implementations
- moved definition of CPUID_LEN to periph_cpu.h
- fixed some doxygen
- simplyfied some implementations
|
8 years ago |
Marc
|
96444d632e
|
cpu/lm4f120: reworking timer
|
8 years ago |
Hauke Petersen
|
14796f2351
|
cpu/lm4f120: adapted UART driver
|
8 years ago |
Joakim Nohlgård
|
cbaeccdb90
|
periph/timer: Drop timer_reset
|
8 years ago |
Oleg Hahm
|
d664f96e61
|
lm4f120: removed superfluous stellaris debug.h
|
8 years ago |
Rakendra Thapa
|
da91eba1ca
|
Converting C++ style coding to C style
|
8 years ago |
rakendrathapa
|
3761ebcc21
|
VariableScope fix: Reducing scope of local var
|
8 years ago |
Rakendra Thapa
|
aa30ecd04f
|
Interrupt file to include isr correctly.
|
8 years ago |
Rakendra Thapa
|
38d70a3356
|
Remove trailing whitespace_3
|
8 years ago |
Rakendra Thapa
|
c99de05d23
|
Remove Not yet supported ADC peripheral. ToDo task
|
8 years ago |
Rakendra Thapa
|
8e24860266
|
Commits:
- Indentation Edits.
- Edit Header Files.
- Change comments to C-style indentation.
- Edit Periph_conf file to exclude not used peripherals.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is up-to-date with 'origin/master'.
#
# Changes to be committed:
# modified: boards/ek-lm4f120xl/board.c
# modified: boards/ek-lm4f120xl/include/board.h
# modified: boards/ek-lm4f120xl/include/periph_conf.h
# modified: cpu/lm4f120/cpu.c
# modified: cpu/lm4f120/include/cpu_conf.h
# modified: cpu/lm4f120/include/hwtimer_cpu.h
# modified: cpu/lm4f120/include/lm4f120h5qr.h
# modified: cpu/lm4f120/lpm_arch.c
# modified: cpu/lm4f120/periph/adc.c
# modified: cpu/lm4f120/periph/cpuid.c
# modified: cpu/lm4f120/periph/timer.c
# modified: cpu/lm4f120/periph/uart.c
# modified: cpu/lm4f120/vectors.c
#
|
8 years ago |
Rakendra Thapa
|
1165d91b6f
|
Remove trailing whitespace_2
|
8 years ago |
Rakendra Thapa
|
4757e30e10
|
Remove tabs to spaces
|
8 years ago |
Rakendra Thapa
|
9c4a5f5d86
|
Applying Coding Conventions correction
|
8 years ago |
Rakendra Thapa
|
8c1abd716d
|
Adding Files for Stellaris Porting
|
8 years ago |
Rakendra Thapa
|
0b673e66da
|
Adding Support for Stellaris Launchpad LM4f120. This board is based on ARM Cortex M4 from TI.
|
8 years ago |