Commit Graph

34 Commits (pr/rotary)

Author SHA1 Message Date
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.
6 years ago
Joakim Nohlgård 339a4da9dc Makefiles: move to new directory /makefiles 6 years ago
Alexandre Abadie ebc35a0613 boards: fix doxygen @brief in periph.conf 6 years ago
daniel-k 9d403d95ce cortex_m: Add debug symbols for OpenOCD/GDB thread support 6 years ago
Hauke Petersen af56ae6fa2 boards/ek-lm4f120xl: unified LED defines 7 years ago
Hauke Petersen 65580164bb baords/ek-lm4f120xl: adapted ADC configuration 7 years ago
DipSwitch 41ae0af3e2 Merge pull request #4978 from dkm/pr/adc
cpu/lm4f120: ADC support
7 years ago
Joakim Nohlgård ae108581d3 boards/*/Makefile.include: replace $(shell ls) by native Makefile functions 7 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>
7 years ago
Marc Poulhiès 8f0a9ddf6f cpu/lm4f120: GPIO support 7 years ago
Joakim Nohlgård 7835ab2be7 make: Move BOARD and CPU includes to Makefile.modules 7 years ago
Joakim Nohlgård fae9a092fd boards: Remove Makefile.include.cortexm_common 7 years ago
Hauke Petersen 9ddd13b0b8 boards: removed F_CPU from periph_conf.h 7 years ago
Emmanuel Baccelli e6c943d903 modified default port to function on OS X 7 years ago
Hauke Petersen db25206a58 boards: use default values for STDIO defines 7 years ago
Hauke Petersen ac2b9f2524 boards: changed module name to 'board' 7 years ago
Oleg Hahm d65d213def CI: split up Cortex-M4 in two groups 7 years ago
Marc 96444d632e cpu/lm4f120: reworking timer 7 years ago
Hauke Petersen 528e832c90 boards: cleaned up entries in Makefile.features 8 years ago
Hauke Petersen 18e364ae17 boards: removed deprecated HW_TIMER defines 8 years ago
Hauke Petersen 8d89b95af5 boards: added missing periph_timer feature 8 years ago
Kaspar Schleiser b38a3493c7 boards: ek-lm4f120xl: remove obsolete UART0_BUFSIZE define 8 years ago
Oleg Hahm d5e356a90f ek-lm4f120xl: removed unused debugging macros 8 years ago
Raken 186041b553 Addition for doxygen documentation 8 years ago
Rakendra Thapa aa30ecd04f Interrupt file to include isr correctly. 8 years ago
Rakendra Thapa 2d656b8732 Define CLOCK_SOURCE and move the clock defines to appropriate files. 8 years ago
Rakendra Thapa c99de05d23 Remove Not yet supported ADC peripheral. ToDo task 8 years ago
Rakendra Thapa dad274ccea Makefile changes.
License edit in stellaris_common
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 4757e30e10 Remove tabs to spaces 8 years ago
Rakendra Thapa 9c4a5f5d86 Applying Coding Conventions correction 8 years ago
Rakendra Thapa 028a5a5780 Remove unneccessary Files 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