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.
|
2017-04-05 09:03:49 +02:00 |
|
Joakim Nohlgård
|
cf067d082b
|
cpu/stellaris: Rename Makefile -> Makefile.include
|
2017-04-04 19:57:12 +02:00 |
|
Joakim Nohlgård
|
339a4da9dc
|
Makefiles: move to new directory /makefiles
|
2017-04-04 15:11:54 +02:00 |
|
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>
|
2017-03-29 09:37:42 +02:00 |
|
Hauke Petersen
|
37d4f44379
|
cpus: mv vendor headers to include/vendor/.
|
2017-03-07 08:55:15 +01:00 |
|
Marc Poulhiès
|
b3307e1e1a
|
cpu/lm4f120: remove useless gpio_pp_t type
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
2017-03-02 12:57:42 +01:00 |
|
Joakim Nohlgård
|
5f63bd38a4
|
cpu/lm4f120: Fix cppcheck warning
|
2017-02-16 17:12:23 +01:00 |
|
Hauke Petersen
|
4bfce892d3
|
drivers/periph&cpu: add and use common periph_init()
|
2017-01-25 16:46:46 +01:00 |
|
Oleg Hahm
|
7ee7801c10
|
*: remove trailing underscores from header guards
|
2017-01-19 18:30:53 +01:00 |
|
Oleg Hahm
|
d0316fa7ae
|
periph timer: remove timer_irq_(en|dis)able
|
2017-01-14 15:34:53 +01:00 |
|
|
0194091673
|
remove obsolete lpm code
|
2017-01-12 11:24:15 +01:00 |
|
Hauke Petersen
|
3a00fe8e49
|
cpus: make use of cortexm_isr_end()
|
2016-12-21 11:28:46 +01:00 |
|
Hauke Petersen
|
2eebf36eb2
|
cpu/uart: make use of named return values
|
2016-10-28 10:32:00 +02:00 |
|
|
5ab97fe38b
|
cpu: build cortexm vectors.c without LTO
|
2016-08-29 13:30:17 +02:00 |
|
Ian Martin
|
49ae438dd5
|
doc: eliminate clutter in adc and gpio periph docs
|
2016-06-29 15:08:32 -04:00 |
|
Marc Poulhiès
|
ff49ca9946
|
cpu/lm4f120: fix SSI1 isr name
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
2016-05-04 13:00:25 +02:00 |
|
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>
|
2016-04-11 12:39:52 +02:00 |
|
Joakim Nohlgård
|
169fa2ec94
|
cpu/lm4f120: remove unused _port_addr function in gpio.c
|
2016-03-21 08:47:56 +01:00 |
|
Hauke Petersen
|
a7790625a1
|
cpu/lm4f120: adapted GPIO driver
|
2016-03-17 14:55:30 +01:00 |
|
Hauke Petersen
|
b23cde98cf
|
cpus: adapted UART implementations to cb type change
|
2016-03-15 11:02:06 +01:00 |
|
Hauke Petersen
|
432f033384
|
cpu/lm4f120: reworked ADC implementation
|
2016-03-14 13:06:25 +01:00 |
|
Marc Poulhiès
|
d0fb8adf45
|
cpu/lm4f120: ADC support
Only ADC_0 and no precision support.
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
|
2016-03-09 13:24:31 +01:00 |
|
|
6881f65f46
|
cpu: cortexm*: move cpu_conf.h stuff from cpu.h into cpu_conf_common.h
|
2016-03-05 18:20:17 +01:00 |
|
Peter Kietzmann
|
c8829a49b8
|
Merge pull request #4838 from haukepetersen/fix_periph_timerarg
drivers/timer: added callback argument
|
2016-03-01 08:55:54 +01:00 |
|
Hauke Petersen
|
b11a3ad74b
|
cpus: adapted timer implementations to API changes
|
2016-02-29 14:45:00 +01:00 |
|
|
9082273746
|
core: header cleanup
|
2016-02-28 22:46:28 +01:00 |
|
Marc Poulhiès
|
8f0a9ddf6f
|
cpu/lm4f120: GPIO support
|
2016-02-23 15:12:53 +01:00 |
|
Joakim Nohlgård
|
4a873d4061
|
cpu/lm4f120: Update to match timer_init API change
|
2016-02-13 21:29:36 +01:00 |
|
Joakim Nohlgård
|
068a4e4195
|
cpu/lm4f120: Remove unused static lookup table
|
2016-02-11 15:14:07 +01:00 |
|
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
|
2016-02-08 14:36:03 +01:00 |
|
Marc
|
96444d632e
|
cpu/lm4f120: reworking timer
|
2015-12-02 13:58:23 +01:00 |
|
Hauke Petersen
|
14796f2351
|
cpu/lm4f120: adapted UART driver
|
2015-10-27 14:59:38 +01:00 |
|
Joakim Nohlgård
|
cbaeccdb90
|
periph/timer: Drop timer_reset
|
2015-10-17 20:11:03 +02:00 |
|
Oleg Hahm
|
d664f96e61
|
lm4f120: removed superfluous stellaris debug.h
|
2015-09-20 01:51:47 +02:00 |
|
|
16e19f3975
|
cpu: lm4f120: remove obsolete hwtimer support
|
2015-09-16 10:58:52 +02:00 |
|
Hauke Petersen
|
3caa44ca95
|
cpu/lm4f120: included dev_enums.h in periph_cpu.h
|
2015-08-03 13:56:16 +02:00 |
|
Rakendra Thapa
|
da91eba1ca
|
Converting C++ style coding to C style
|
2015-07-24 08:59:55 +05:30 |
|
rakendrathapa
|
3761ebcc21
|
VariableScope fix: Reducing scope of local var
|
2015-07-24 08:59:54 +05:30 |
|
rakendrathapa
|
d263a9b2c5
|
Modify: C++ compatible headers
|
2015-07-24 08:59:54 +05:30 |
|
rakendrathapa
|
2dc37817bc
|
Modify to have C++ compatible header
|
2015-07-24 08:59:54 +05:30 |
|
rakendrathapa
|
63cb5cee4e
|
Converting from DOS endings to UNIX _2
|
2015-07-24 08:59:54 +05:30 |
|
Raken
|
186041b553
|
Addition for doxygen documentation
|
2015-07-24 08:59:54 +05:30 |
|
Rakendra Thapa
|
aa30ecd04f
|
Interrupt file to include isr correctly.
|
2015-07-24 08:59:54 +05:30 |
|
Rakendra Thapa
|
38d70a3356
|
Remove trailing whitespace_3
|
2015-07-24 08:59:54 +05:30 |
|
Rakendra Thapa
|
1227cb30f6
|
Including CPU_MODEL_ guard in cpu config file.
Remove CC110X definitions.
Changes to be committed:
modified: cpu/lm4f120/include/cpu_conf.h
|
2015-07-24 08:59:54 +05:30 |
|
Rakendra Thapa
|
2d656b8732
|
Define CLOCK_SOURCE and move the clock defines to appropriate files.
|
2015-07-24 08:59:54 +05:30 |
|
Rakendra Thapa
|
c99de05d23
|
Remove Not yet supported ADC peripheral. ToDo task
|
2015-07-24 08:59:54 +05:30 |
|
Rakendra Thapa
|
dad274ccea
|
Makefile changes.
License edit in stellaris_common
|
2015-07-24 08:59:53 +05:30 |
|
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
#
|
2015-07-24 08:59:53 +05:30 |
|
Rakendra Thapa
|
dc2bbffcc7
|
Formatting: Delete blank line at EOF
|
2015-07-24 08:59:53 +05:30 |
|
Rakendra Thapa
|
1165d91b6f
|
Remove trailing whitespace_2
|
2015-07-24 08:59:53 +05:30 |
|
Rakendra Thapa
|
be15d5c973
|
removing trailing whitespace
|
2015-07-24 08:59:53 +05:30 |
|
Rakendra Thapa
|
4757e30e10
|
Remove tabs to spaces
|
2015-07-24 08:59:53 +05:30 |
|
Rakendra Thapa
|
9c4a5f5d86
|
Applying Coding Conventions correction
|
2015-07-24 08:59:53 +05:30 |
|
Rakendra Thapa
|
8c1abd716d
|
Adding Files for Stellaris Porting
|
2015-07-24 08:59:53 +05:30 |
|
Rakendra Thapa
|
0b673e66da
|
Adding Support for Stellaris Launchpad LM4f120. This board is based on ARM Cortex M4 from TI.
|
2015-07-24 08:59:53 +05:30 |
|