|
|
d359c86c60
|
cpu: cortexm_common: set pendSV to default priority
|
2015-07-28 20:02:45 +02:00 |
|
Oleg Hahm
|
03b7c7349a
|
Merge pull request #3457 from authmillenon/gnrc/api/rename-netconf
gnrc: rename ng_netconf to ng_netopt
|
2015-07-28 18:21:09 +02:00 |
|
Andreas "Paul" Pauli
|
82c16f2b93
|
cpu/stm32f3: corrected register and return value, edit comment
|
2015-07-28 14:52:52 +02:00 |
|
Martine Lenders
|
6f56b983f0
|
gnrc: replace all instances of ng_netconf with ng_netopt
|
2015-07-28 13:33:12 +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
|
de98cdf8be
|
Modify: C++ compatible header files_3
|
2015-07-24 08:59:54 +05:30 |
|
rakendrathapa
|
e4c281a0ff
|
Modify: C++ compatible header files_2
|
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 |
|
rakendrathapa
|
60fc3f2511
|
Convert from Windows to Dos endings
|
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 |
|
Thomas Eichinger
|
e416937398
|
Merge pull request #3390 from thomaseichinger/pr/fix_warning_errors_freebsd
native: fix warning errors freebsd
|
2015-07-23 10:11:29 +02:00 |
|
Oleg Hahm
|
9922d2600c
|
native: removed dead code
num was never read, because native will exit before.
|
2015-07-22 14:36:21 +02:00 |
|
Thomas Eichinger
|
cbc9ddc639
|
native: add missing include for FreeBSD
|
2015-07-21 18:31:13 +02:00 |
|
Thomas Eichinger
|
0c15084db5
|
native: fix wrong pointer type warning
|
2015-07-21 18:31:13 +02:00 |
|
Oleg Hahm
|
75f38c026b
|
Merge pull request #3412 from OlegHahm/doxygen_fixes_ng
doxygen: documentation hierarchy fixes
|
2015-07-21 11:04:42 +02:00 |
|
Oleg Hahm
|
6a035fe910
|
doc: exclude sam3* completely from doxygen
Also remove doc.txt for sam3 (moved to cpu_conf.h)
|
2015-07-21 10:00:11 +02:00 |
|
Joakim Gebart
|
601c3002c3
|
cpu/kinetis_common: Cast device index enums to unsigned int before comparing for out of range values
Suppresses false warning in Clang:
warning: comparison of constant 42 with expression of type 'xxx_t'
is always false [-Wtautological-constant-out-of-range-compare]
See:
- https://llvm.org/bugs/show_bug.cgi?id=16154
- https://llvm.org/bugs/show_bug.cgi?id=22062
|
2015-07-21 07:21:51 +02:00 |
|
Joakim Gebart
|
70d59331b8
|
arm7_common: Build fixes after discovering an include guard overlap
|
2015-07-20 12:40:32 +02:00 |
|
Joakim Gebart
|
897f40fabe
|
cpu/msp430-common: Clean up Doxygen groups
|
2015-07-20 12:40:31 +02:00 |
|
Joakim Gebart
|
7ff26d12ea
|
cpu/arm7_common: Rename Doxygen group to cpu_arm7_common
|
2015-07-20 12:40:31 +02:00 |
|
Hauke Petersen
|
25abd13fb5
|
cpu/sam3: use hwtimer_compat module
|
2015-07-15 16:06:34 +02:00 |
|
Hauke Petersen
|
7173b41069
|
cpu/lpc1768: use hwtimer_compat module
|
2015-07-15 16:06:08 +02:00 |
|
Hauke Petersen
|
809b99f648
|
cpu/atmega2560: make use of hwtimer_compat
|
2015-07-15 16:05:28 +02:00 |
|
Hauke Petersen
|
86261e03e6
|
cpu/nrf51: make use of hwtimer_compat module
|
2015-07-15 16:02:43 +02:00 |
|
Hauke Petersen
|
696dff5da3
|
cpu/nrf51: fixedd cppcheck issue in spi.c
|
2015-07-14 18:22:03 +02:00 |
|
haukepetersen
|
1cd18f92c9
|
cpu/nrf51: updated CPU headers
|
2015-07-14 18:15:42 +02:00 |
|
haukepetersen
|
431ac7b3c5
|
cpu/nrf51: added linkerscript for 128kb variant
|
2015-07-14 18:15:42 +02:00 |
|
haukepetersen
|
987dbe983a
|
cpu/nrf51: generalized linkerscript
|
2015-07-14 18:15:42 +02:00 |
|
haukepetersen
|
9c46a40005
|
cpu: renamed nrf51822 to nrf51
|
2015-07-14 18:15:42 +02:00 |
|
Hauke Petersen
|
3be56ba97e
|
cpu/sam3: fixed vectors.c
This was an error introduced by merging #3194...
|
2015-07-14 16:32:06 +02:00 |
|
Hauke Petersen
|
3ec9c7b2cb
|
cpu/cc430: fixed missing include in adc driver
|
2015-07-14 16:15:13 +02:00 |
|
Oleg Hahm
|
c0d5d2e9b6
|
Merge pull request #2571 from haukepetersen/rm_msp430_edint
cpu/msp430-common: removed e|dINT calls
|
2015-07-14 15:46:33 +02:00 |
|
Thomas Eichinger
|
7e88358135
|
Merge pull request #3194 from haukepetersen/mv_sam3x
cpu: rename SAM3X8E to SAM3
|
2015-07-14 15:42:45 +02:00 |
|