da20bb9053
boards: msba2: remove cc110x_legacy support
2015-08-06 12:13:18 +02:00
5d8349298f
remove bulk of legacy network stack and drivers
2015-08-06 12:12:47 +02:00
Oleg Hahm
d5e356a90f
ek-lm4f120xl: removed unused debugging macros
2015-08-04 17:48:26 +02:00
Oleg Hahm
9166d1d280
avsextrem: removed leftover printf()
2015-08-04 17:48:08 +02:00
e04e1b7207
Merge pull request #3527 from kaspar030/fix_iot-lab_timer_definitions
...
cpu: stm32f1: fix TIMERx_MAX_VALUE definitions
2015-07-31 20:05:03 +02:00
a134693918
board: iot-lab_M3: fix timer MAX_VALUEs
...
our implementation of stm32f1 uses two 16bit timers to emulate one 32bit
timer. This commit makes the timer maximum value definitions match the
timers.
2015-07-30 14:23:33 +02:00
Hauke Petersen
b6a38b1db2
boards: removed deprecated netif initializations
2015-07-30 13:13:17 +02:00
haukepetersen
ecefad3435
boards: added support for the nRF51 Dongle
2015-07-28 18:03:01 +02:00
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
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
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
028a5a5780
Remove unneccessary Files
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
Joakim Gebart
70d59331b8
arm7_common: Build fixes after discovering an include guard overlap
2015-07-20 12:40:32 +02:00
Joakim Gebart
cefd7cdab0
boards/mulle: Reduce RTC crystal load capacitance
2015-07-16 16:29:56 +02:00
Joakim Gebart
88f834fd51
Merge pull request #3419 from gebart/pr/mulle-ng-trx-params
...
mulle: ng_at86rf2xx parameters
2015-07-15 23:22:24 +02:00
Hauke Petersen
67c13f2942
Merge pull request #3400 from A-Paul/fix_stm32f3_pwm_freq
...
cpu/stm32f3: Fix Issue#3197
2015-07-15 19:58:15 +02:00
Andreas "Paul" Pauli
84c758e65a
board/stm32f3discovery: corrected timer 4 clock value
2015-07-15 17:33:44 +02:00
Joakim Gebart
5949cf0e7e
mulle: Add dependency check for ng_netif_default
2015-07-15 15:26:49 +02:00
Joakim Gebart
7217c9f8ba
mulle: ng_at86rf2xx parameters
2015-07-15 15:26:49 +02:00
Thomas Eichinger
3aaa431262
Merge pull request #3297 from gebart/pr/native-linker-sections
...
native: Add -ffunction-sections -fdata-sections to CFLAGS
2015-07-15 11:26:42 +02:00
Peter Kietzmann
a522f9069f
Merge pull request #3207 from haukepetersen/mv_nrf
...
cpu: generalized nrf51822 to nrf51 and updated headers
2015-07-15 00:13:37 +02:00
Oleg Hahm
4684aea39e
Merge pull request #3370 from kaspar030/remove_native_ltc4150
...
native: remove ltc4150
2015-07-14 20:46:54 +02:00
Andreas "Paul" Pauli
7c4e291f70
board/stm32f3discovery: corrected timer 3 clock value
2015-07-14 18:40:45 +02:00
Andreas "Paul" Pauli
be23c931b5
board/nucleo-f303: corrected timer 3 clock value
2015-07-14 18:40:06 +02:00
haukepetersen
376934bc0a
boards: adapted nrf51 based boards to new CPU name
2015-07-14 18:15:42 +02:00
Hauke Petersen
8aa0dde3da
Merge pull request #3208 from haukepetersen/opt_pca10000_cleanup
...
boards/pca10000: some cleanup
2015-07-14 16:57:21 +02:00
haukepetersen
b7bf9c3d8e
boards/pca10000: some cleanup
...
- fixed some doxygen style issues
- fixed some newline issues
- compacted the board initialization code
2015-07-14 15:56:40 +02:00
Thomas Eichinger
ae046e42d5
arduino-due: fix variable usage in flash.sh
2015-07-14 15:51:56 +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
Hauke Petersen
ec7c9ab590
Merge pull request #3380 from gebart/pr/toolchain-gcc-alias
...
boards/Makefile.include.cortexm_common: Add TOOLCHAIN=gcc as an alias for TOOLCHAIN=gnu
2015-07-14 09:31:22 +02:00
Joakim Gebart
68c47d29ea
boards/z1: Add getchar implementation
2015-07-14 08:11:19 +02:00
Joakim Gebart
1e63aa60a6
boards/wsn430-common: Add getchar implementation
2015-07-14 08:11:19 +02:00
Joakim Gebart
5a99d5ce7d
boards/msb-430-common: Add getchar implementation
2015-07-14 08:11:19 +02:00
Joakim Gebart
192a7559ff
boards/telosb: Add getchar implementation
2015-07-14 08:11:19 +02:00
Joakim Gebart
1c03dc261c
boards/redbee-econotag: Disable -Wcast-align, -Wextra
...
Temporarily, until all warnings are fixed in the tree.
2015-07-14 08:11:15 +02:00
Joakim Gebart
91b0ba37f9
boards/openmote: Allow all available GPIO pins
2015-07-14 08:11:15 +02:00
Joakim Gebart
78b5509c7a
boards/openmote: Update GPIO configuration to new interface
2015-07-14 08:11:14 +02:00
Joakim Gebart
49d8e647e3
boards/wsn430-common/wsn430-uart0: Fix warning about unused variable
2015-07-14 08:11:14 +02:00
Joakim Gebart
f8a8e6994e
Merge pull request #3163 from gebart/pr/adopted/add_gc
...
make: build with linker garbage collection
2015-07-13 22:36:16 +02:00
Joakim Gebart
4e7987e0c8
dist/tools/toolchains/build_x86.sh: upgrade to newlib-2.2.0.20150623
2015-07-13 20:04:16 +02:00
Joakim Gebart
3cfb1b6099
boards/Makefile.include.cortexm_common: Add TOOLCHAIN=gcc as an alias for TOOLCHAIN=gnu
2015-07-13 17:04:57 +02:00
Thomas Eichinger
a624412597
make: build with linker garbage collection
...
Currently only has the linker flag --gc-sections defined which tells
the linker to omit dead code. Depending on the application this leads
to significant reduction of code size.
2015-07-13 15:20:48 +02:00
6c4f0da6d7
Merge pull request #3299 from thomaseichinger/pr/fix_freebsd_build
...
board/native: fix CFLAGS and LINKFLAGS for FreeBSD
2015-07-13 15:11:54 +02:00
Thomas Eichinger
238dda4423
board/native: fix CFLAGS and LINKFLAGS for FreeBSD
2015-07-13 12:49:27 +02:00
86f3d25a19
native: remove ltc4150
2015-07-13 12:08:48 +02:00
Joakim Gebart
eff9338e2a
boards/mulle: Add fallback for PORT
...
Fixes a problem with make buildtest if TARGET=mulle and no USB serial device connected:
$ make buildtest
Warning: no PORT set!
Building for Warning: .. failed
.../riot/Makefile.include:110: *** The specified board Warning: does not exist.. Stop.
.../riot/Makefile.include:110: *** The specified board Warning: does not exist.. Stop.
Building for no (no linking) .. failed
.../riot/Makefile.include:110: *** The specified board no does not exist.. Stop.
.../riot/Makefile.include:110: *** The specified board no does not exist.. Stop.
Building for PORT .. failed
.../riot/Makefile.include:110: *** The specified board PORT does not exist.. Stop.
.../riot/Makefile.include:110: *** The specified board PORT does not exist.. Stop.
Building for set! .. failed
.../riot/Makefile.include:110: *** The specified board set! does not exist.. Stop.
.../riot/Makefile.include:110: *** The specified board set! does not exist.. Stop.
Building for airfy-beacon (no linking) .. ^C
2015-07-10 16:55:54 +02:00
Peter Kietzmann
f95aaa6bf6
Merge pull request #3327 from authmillenon/native/enh/address-sanitizer
...
native: add address sanitizer make target
2015-07-09 16:07:00 +02:00
Martine Lenders
8a33a62914
native: add address sanitizer make target
2015-07-09 15:00:19 +02:00
b2272fc016
Merge pull request #3282 from benoit-canet/timer
...
native: Resurect native/perif/timer and handle #715 (WIP)
2015-07-09 11:12:24 +02:00
0835f577a3
native: add periph_timer to features
2015-07-09 02:43:04 +02:00
Joakim Gebart
30dee9c561
native: Add -ffunction-sections -fdata-sections to CFLAGS
2015-07-02 05:58:51 +02:00
Johann F
3291b27a98
boards/frdm-k64f: initial import for the Freescale FRDM-K64F Board
2015-07-01 23:08:12 +02:00
Oleg Hahm
e634b8c5a8
Merge pull request #3056 from OlegHahm/board_leading_underscore_removal
...
boards: remove header guard under scores
2015-06-28 17:27:28 +02:00
Joakim Gebart
31f95c40f1
Merge pull request #3185 from daniel-k/fix_openocd_serial
...
openocd: fix SERIAL env to select board
2015-06-25 08:51:28 +02:00
Joakim Gebart
e2d49b43e9
mulle: Update OpenOCD conf to work with 0.9.0
...
OpenOCD 0.9.0 added a definition of a single flash bank as
"$_CHIPNAME.flash" (the chip has two flash banks), the new flash bank
definitions are enclosed in catch statements to avoid startup errors.
The original configuration when combined with openocd 0.9.0 caused an
error during flash probing (which happens during GDB connect), because
of three defined flash banks, which made openocd drop the GDB
connection.
2015-06-24 15:59:14 +02:00
Oleg Hahm
8c203a610b
boards: fix qemu header guards
2015-06-24 15:54:42 +02:00
Oleg Hahm
140afc3800
boards: cosmetics
2015-06-24 15:54:36 +02:00
Oleg Hahm
5312ae998b
boards: removed incorrect doxygen comment markers
2015-06-24 15:54:36 +02:00
Oleg Hahm
49d4153892
msb-430h: removed superfluous #endif
2015-06-24 15:54:36 +02:00
Oleg Hahm
5ca37400b8
boards: remove all C++ comments
2015-06-24 15:54:36 +02:00
BigDaddyD
b6bd067863
boards: removed leading underscores from macros
...
* also added a trailing underscore to header guards for consistency
Commit for PR 2623, repairing header file include guards.
This PR is intended to fix the include guards in files under RIOT/boards
SQUASH ME: fix underscore removal overdos
SQUASH ME: consistent macro naming
SQUASH ME: missed that one
SQUASH ME: fixed overdo
SQUASH ME: consistency
2015-06-24 15:54:36 +02:00
Hauke Petersen
73019e8090
Merge pull request #3214 from haukepetersen/fix_nucleof334_gpiocleanup
...
board/nucleo-f334: removed obsolete GPIO defines
2015-06-17 11:01:41 +02:00
Hauke Petersen
f34c7230a2
board/nucleo-f334: removed obsolete GPIO defines
2015-06-16 18:18:46 +02:00
Hauke Petersen
6a19d9069d
board/nucleo-f303: removed obsolete GPIO defines
2015-06-16 16:26:39 +02:00
daniel-k
322523261c
samr21: fix SERIAL environment varible to select board when flashing
2015-06-16 15:48:05 +02:00
PeterKietzmann
100f34f59e
boards/nucleo-f303: remove superfluous GPIO_NUMOF
2015-06-16 09:19:55 +02:00
Peter Kietzmann
666ad5da5f
Merge pull request #3165 from katezilla/nucleo-f303
...
board/Nucleo-f303: initial support for the Nucleo-f303
2015-06-16 09:17:10 +02:00
Hauke Petersen
2195ce7860
board/udoo: addjusted CPU for renamed sam3
2015-06-15 14:29:46 +02:00
Hauke Petersen
c387224c7e
board/arduino-due: adjusted CPU for renamed sam3
2015-06-15 14:29:46 +02:00
Hauke Petersen
350cfc7a2b
Merge pull request #3095 from haukepetersen/opt_gpio
...
drivers/gpio: changed periph driver interface
2015-06-15 13:57:03 +02:00
Hauke Petersen
6698a01958
boards: removed obsolete GPIO defines
...
- touched pca10000, pca10005, stm32f3discovery, yunjia-nrf51822
2015-06-14 16:11:19 +02:00
Jonas
e29f005f8f
boards/pba-d-01-kwx: ng_netif to ng_netif_default
2015-06-13 22:30:04 +02:00
Hauke Petersen
a174b7644a
boards: adjusted peripheral confs to GPIO changes
2015-06-12 19:12:21 +02:00
Katja Kirstein
4abb2bbfc6
Nucleo-f303 initial commit
2015-06-12 18:45:25 +02:00
Peter Kietzmann
98312452ce
Merge pull request #3170 from A-Paul/sam3x8e-periph-pwm
...
cpu/sam3x8e: Add pwm implementation
2015-06-12 16:09:08 +02:00
43b8e1cdb1
Merge pull request #3191 from kaspar030/set_default_cpu_model
...
cpu: cortexm_common: set default value for CPU_MODEL
2015-06-12 15:42:06 +02:00
Andreas "Paul" Pauli
ba66a3d63f
cpu/sam3x8e: add pwm peripheral driver
2015-06-12 11:15:23 +02:00
Hauke Petersen
e7c784e72f
board/native: minor cleanup in Makefile.dep
2015-06-11 21:58:45 +02:00
Hauke Petersen
619f336ddc
board/samr21-xpro: use ng_netif_default module
2015-06-11 21:58:44 +02:00
Hauke Petersen
b3f10085f4
board/iot-lab_M3: used ng_netif_default module
2015-06-11 21:58:44 +02:00
6662dc86eb
board: arduino-due, mbed_lpc1768, udoo: remove redundant CPU_MODEL define
2015-06-11 20:45:39 +02:00
Hauke Petersen
235a488977
board/native: adapted Makefile.dep for netif init
...
The new network stack does not now the concept of the
defaulttransceiver, so this fix makes auto_init_ng_netif
work for now.
2015-06-11 15:40:39 +02:00
Hauke Petersen
92e37e4392
board/samr21-xpro: enabled PWM feature
2015-06-05 11:22:26 +02:00
bapclenet
217815c48d
Merge pull request #3034 from haukepetersen/opt_samr21
...
cpu/samd21: added cpu clock configuration code
2015-06-05 09:35:58 +02:00
Hauke Petersen
d8532ea052
Merge pull request #3119 from gebart/pr/cortexm-clang
...
cortexm: Add support for building with LLVM/Clang
2015-06-04 12:03:14 +02:00
Hauke Petersen
acb06d8fe8
board/samr21-xpro: made cpu clock configurable
2015-06-04 11:58:26 +02:00
Martine Lenders
5e7de0821b
Merge pull request #3096 from OlegHahm/ng_nativenet_netdev_auto_foobar
...
ng_nativenet: auto initialization and improvements
2015-06-03 17:53:18 +02:00
Hauke Petersen
401adb8b58
Merge pull request #3018 from kaspar030/saml21_add_rtt
...
saml21: add periph rtt support
2015-06-02 16:21:23 +02:00
Joakim Gebart
f376bbc8f6
cortexm: Add support for building with LLVM/Clang
...
as an alternative to the default GCC toolchain.
export TOOLCHAIN=llvm
to build with Clang instead of GCC
2015-06-01 14:56:29 +02:00
Joakim Gebart
612044dfef
mulle: Use common Cortex M build enviornment
2015-05-31 18:31:20 +02:00
Joakim Gebart
6e12503937
mulle: remove device map
2015-05-31 18:31:17 +02:00
Johann Fischer
cbfc236b4b
boards/pba-d-01-kw2x: adapt to common board Makefile
2015-05-31 18:26:11 +02:00
Joakim Gebart
030820ce65
Merge pull request #3123 from haukepetersen/opt_cortex_linkerscripts
...
cpu: centralized linkerscripts for Cortex-M based CPUs
2015-05-31 09:37:50 +02:00
Joakim Gebart
1d7440f57d
Merge pull request #3121 from gebart/pr/cortexm-minor-style-cflag-fixes
...
cortexm: minor CFLAGS changes
2015-05-30 14:18:04 +02:00
Hauke Petersen
9373b4535d
boards/Make.inc: include cortexm base linkerscript
2015-05-30 13:43:19 +02:00
Joakim Gebart
ba2d4a0d11
cortexm: Make linker warnings fatal
...
Linker warnings usually means something does not get placed where it is
supposed to and the most likely result is a broken binary.
Linker warnings should be treated as serious problems with the program
and should be solved before the program is tested on actual hardware.
2015-05-30 12:27:35 +02:00
Joakim Gebart
99ade42723
cortexm: let environment override CFLAGS_DBG
2015-05-30 12:24:11 +02:00
Joakim Gebart
3c0498d835
cortexm: escalate implicit-function-declaration to error
...
"implicit declaration of function 'blah'" is a symptom of a missing #include
and should be considered an error.
2015-05-30 12:24:11 +02:00
Joakim Gebart
c09a8484e2
cortexm: Move ldscripts into separate directory
...
Less clutter inside the cpu/* directories by placing linker scripts
under cpu/*/ldscripts/CPUNAME.ld
2015-05-30 12:20:07 +02:00
Joakim Gebart
cbe10e1116
Merge pull request #3023 from haukepetersen/opt_cortexm
...
cpu: unified cortex-m[034]_common implementations
2015-05-29 09:54:34 +02:00
Peter Kietzmann
7ab88539eb
Merge pull request #3087 from haukepetersen/fix_samr21_led
...
board/samr21: fixed and cleaned up LED code
2015-05-29 08:48:48 +02:00
Joakim Gebart
42f48b731f
boards: Let env override PREFIX, set TARGET_TRIPLE
2015-05-28 19:30:07 +02:00
Joakim Gebart
02fe7c5d76
boards: Makefile.include.gnu: Use GDBPREFIX for GDB
...
GDB can be built as multitarget which can debug multiple architectures
and is often installed without a target prefix.
2015-05-28 19:30:07 +02:00
haukepetersen
38f4fc7027
cpu/samd21: moved -O0 from board to cpu
2015-05-28 19:30:07 +02:00
Hauke Petersen
49dcb692d1
boards: adapted Makefiles to cortexm_common folder
...
- changed naming of cortexm_common in makefiles
- included some minor cleanups
2015-05-28 19:30:07 +02:00
Hauke Petersen
97b6c56178
boards: moved flashing options to openocd Makefile
2015-05-28 19:30:07 +02:00
Hauke Petersen
b8dd144e03
cpu: unified cortexm_common folder
...
- removed coretx-m[0|3|4]
- moved their content to cortexm_common
- adjusted cortex Makefiles to this new name
- adjusted cortex Makefiles new structure
2015-05-28 19:30:07 +02:00
Hauke Petersen
57103f5823
board/pttu: fixed doxygen for board.h
2015-05-28 15:45:05 +02:00
Hauke Petersen
9943f51080
global: renamed cpu-conf.h into cpu_conf.h
2015-05-28 15:45:05 +02:00
Oleg Hahm
f4f328fa54
native: use ng_nativenet as default transceiver
2015-05-27 21:51:08 +02:00
Oleg Hahm
e2764e7464
native: append tap parameter for ng_nativenet, too
2015-05-27 21:49:29 +02:00
Joakim Gebart
a6f378a64e
mulle: Increase GPIO_NUMOF to match the enabled GPIOs
2015-05-27 17:27:54 +02:00
Peter Kietzmann
8e5541757d
Merge pull request #2911 from neumodisch/driver_i2c_stm32f3
...
boards: Implemented i2c functionality for the stm32f3discovery board
2015-05-27 15:12:11 +02:00
Hauke Petersen
d1050a274f
board/samr21-xpro: style fixes and simplified code
...
- fixed line length issue in doxygen headers
- compressed LED init code in board.c
- fixed whitespace issues in board.h
2015-05-27 13:22:54 +02:00
Hauke Petersen
3120ff3368
board/samr21-xpro: fixed LED initialization
2015-05-27 13:18:53 +02:00
Jan Pohlmann
50b8a96322
cpu/stm32f3: Initial import of the i2c driver.
2015-05-27 11:37:15 +02:00
Johann Fischer
b9903b2e67
boards/pba-d-01-kw2x: adapt for unified OpenOCD script
2015-05-27 10:30:39 +02:00
Joakim Gebart
175d3d7747
mulle: Use work-area-phys in openocd to speed up flash verification
2015-05-27 10:30:34 +02:00
haukepetersen
286a8f2aad
cpu/saml21: removed not needed files
...
- removed hwtimer_arch.c
- removed syscalls.c
2015-05-26 21:39:03 +02:00
haukepetersen
b2149442d4
board/saml21-xpro: simplified Makefile.include
2015-05-26 21:32:51 +02:00
4872e7c1ab
saml21: add RTT support
2015-05-26 21:31:45 +02:00
Hauke Petersen
42f38122c5
Merge pull request #2849 from kaspar030/saml21
...
cpu: saml21 initial commit
2015-05-26 21:13:55 +02:00
cfd9a5905a
Merge pull request #2766 from kaspar030/add_dev_eth
...
sys: net: introduce low-level ethernet driver API
2015-05-26 19:28:14 +02:00
Hauke Petersen
569f28f6d9
Merge pull request #2711 from haukepetersen/ng_nrf51prop
...
cpu/nrf51822: added minimal radio driver implementation
2015-05-26 15:39:34 +02:00
fbfb0954eb
cpu: native: add tap implementation of dev_eth (ng_nativenet)
2015-05-26 15:37:55 +02:00
302699eb02
make: move cpu specific CFLAGS into cpu makefile
2015-05-26 10:46:34 +02:00
625497e093
board: yunjia-nrf51822: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
dac9dd4fea
board: udoo: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
cff8f2222f
board: stm32f4discovery: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
5d894f9e59
board: stm32f3discovery: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
70b9df6238
board: stm32f0discovery: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
7168708b67
board: spark-core: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
107be4122c
board: samr21-xpro: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
4a5924727f
board: pca10005: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
acba05cb3f
board: pca10000: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
0fb0638266
board: openmote: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
4a7e5ff97f
board: nucleo-l1: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
d31166f932
board: nucleo-f334: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
71b6c32713
board: nucleo-f091: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
2acfedc2d7
board: msbiot: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
401f417a78
board: mbed_lpc1768: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
16d9842868
board: iot-lab_M3: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
e450631aa8
board: fox: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
e691fc6432
board: f4vi1: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
61ce881654
board: cc2538dk: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
b16a3b3ec1
board: arduino-due: adapt to common board Makefile
2015-05-26 10:46:33 +02:00
51a9641e1f
board: airfy-beacon: adapt to common board Makefile
2015-05-26 10:46:33 +02:00
8beba5645b
make: board: initial commit of generic board Makefiles
2015-05-26 10:46:33 +02:00
9dc0554d98
cpu: samd21: use cortex common makefile and newlib module
2015-05-26 10:46:33 +02:00
Oleg Hahm
7be7e00ab9
Merge pull request #3042 from gebart/pr/doxygen-@file-remove-filename
...
everything: Remove filename from @file Doxygen command
2015-05-22 17:10:04 +02:00
af63254f4e
cpu: saml21 initial commit
...
basic port, uart, one timer, gpio, spi working.
2015-05-22 11:47:51 +02:00
Johann Fischer
31c0ea7358
Merge pull request #2994 from gebart/pr/kinetis-pwm-refactor
...
kinetis: Refactor PWM periph
2015-05-22 09:51:47 +02:00
Peter Kietzmann
15b5b28e19
Merge pull request #3041 from haukepetersen/fix_f4dis_doxyge
...
board/stm32f4discovery: fixed doxygen in periph_conf
2015-05-22 09:28:07 +02:00
Joakim Gebart
13832d8e62
everything: Remove filename from @file Doxygen command
2015-05-22 07:34:41 +02:00
Oleg Hahm
d0790ad034
Merge pull request #2993 from gebart/pr/kinetis-bitband-reg
...
kinetis: remove ambiguous BITBAND_REG macro
2015-05-21 19:18:33 +02:00
Lucas Jenß
742c39e838
Merge pull request #2881 from x3ro/clarify-stacksize-constants
...
Clarify and unify naming of thread-related constants (stacksize and priority)
2015-05-21 16:55:30 +02:00
Hauke Petersen
807c6432cc
board/stm32f4discovery: fixed doxygen in periph_conf
2015-05-21 13:19:41 +02:00
Joakim Gebart
7b4450bd0a
mulle: Use BITBAND_REG32 instead of BITBAND_REG
2015-05-21 11:00:49 +02:00
Lucas Jenss
426170b064
Improve naming of thread stacksize/priority constants
...
As discussed in #2725 , this commit renames a number of stacksize constants to
better convey their intended usage. In addition, constants for thread priority
are given a `THREAD_` prefix. Changes are:
* KERNEL_CONF_STACKSIZE_PRINTF renamed to THREAD_EXTRA_STACKSIZE_PRINTF
* KERNEL_CONF_STACKSIZE_DEFAULT renamed to THREAD_STACKSIZE_DEFAULT
* KERNEL_CONF_STACKSIZE_IDLE renamed to THREAD_STACKSIZE_IDLE
* KERNEL_CONF_STACKSIZE_MAIN renamed to THREAD_STACKSIZE_MAIN
* Move thread stacksizes from kernel.h to thread.h, since the prefix changed
* PRIORITY_MIN renamed to THREAD_PRIORITY_MIN
* PRIORITY_IDLE renamed to THREAD_PRIORITY_IDLE
* PRIORITY_MAIN renamed to THREAD_PRIORITY_MAIN
* Move thread priorities from kernel.h to thread.h since the prefix has changed
* MINIMUM_STACK_SIZE renamed to THREAD_STACKSIZE_MINIMUM for consistency
2015-05-21 00:14:23 +02:00
Oleg Hahm
8cb0e59283
Merge pull request #3030 from gebart/pr/tab-fixes2
...
Tab indentation fixes
2015-05-20 18:27:28 +02:00
Johann Fischer
b0e73b9a8c
Merge pull request #2983 from jfischer-phytec-iot/pr@kw2x-rf-autoinit
...
boards/pba-d-01-kw2x: add network interface auto init
2015-05-20 10:00:23 +02:00
Joakim Gebart
964fdb5cf2
mulle: Add PWM configuration
2015-05-20 06:19:51 +02:00
Joakim Gebart
fc926e57bf
pba-d-01-kw2x: Add PWM_MAX_VALUE
2015-05-20 06:16:42 +02:00
Joakim Gebart
4656e022cc
boards/redbee-econotag: Replace tabs by spaces
2015-05-19 12:25:28 +02:00
Joakim Gebart
6f59d41335
boards/pttu: Replace tabs by spaces
2015-05-19 12:25:10 +02:00
Joakim Gebart
36849276b3
boards/pba-d-01-kw2x: Replace tabs by spaces
2015-05-19 12:24:56 +02:00
Hauke Petersen
1c610df0f5
boards/yunjia-nrf51822: enabled nrfmin radio driver
2015-05-19 10:02:57 +02:00
Hauke Petersen
8d1b51423a
boards/pca10005: enabled nrfmin radio driver
2015-05-19 10:02:57 +02:00
Hauke Petersen
8d831eab14
boards/pca10000: enabled nrfmin radio driver
2015-05-19 10:02:57 +02:00
Hauke Petersen
e991b1c4d0
boards/airfy-beacon: enabled nrmin radio driver
2015-05-19 10:02:57 +02:00
Joakim Gebart
19c17c529c
mulle: Add FEATURES_MCU_GROUP=cortex_m4
2015-05-19 08:56:29 +02:00
Jonas
9b66477180
adapted new auto-init process to kw2xrf driver
...
added kw2xrf to auto-init
2015-05-18 17:12:44 +02:00
Peter Kietzmann
b3e78ddc33
Merge pull request #3016 from gebart/pr/tab-indentation
...
Inconsistent indentation in some files
2015-05-18 15:45:15 +02:00
Joakim Gebart
b1bc737c0d
msba2-common: Replace tabs by spaces
2015-05-18 07:10:41 +02:00
3c00ff0c9b
drivers: adapt ng_at86rf2xx to new auto_init_ng_netif scheme
2015-05-17 21:02:00 +02:00
Jonas
4b8613b944
add pba-d-01-kw2x board to m4-group
2015-05-17 00:43:58 +02:00
Johann Fischer
1d46291d49
Merge pull request #2059 from jfischer-phytec-iot/wip@mkw2xd
...
RIOT port for the MKW22D512 SiP and Phytec PBA-D-01 PhyWave Evaluations-Board
2015-05-15 10:01:56 +02:00
Johann F
b0b5027bca
add support for phyWAVE-KW2x Board, pba-d-01-kw2x
...
- default cpu model is kw21d256
2015-05-15 08:05:43 +02:00
Joakim Gebart
4352dbe26d
mulle: Add GPIO_26 on PTE4
2015-05-14 18:12:37 +02:00
Oleg Hahm
2bd9a5d595
Merge pull request #2936 from d00616/change_nrf_rtt_source
...
cpu/nrf51822: change RTT from RTC0 to RTC1
2015-05-12 20:57:23 +02:00
Oleg Hahm
714c10e44f
Merge pull request #2966 from anandsr21/arm_stm32f0discovery_led_fix
...
arm: stm32f0discovery led color fix
2015-05-12 08:43:27 +02:00
Anand Srivastava
f694d46b43
boards/stm32f0discovery: led color fix
2015-05-11 16:26:28 +05:30
bapclenet
3f2afcd596
Merge pull request #2918 from daniel-k/samd21_rtt
...
cpu/samd21: Add RTT driver
2015-05-11 10:31:13 +02:00
Oleg Hahm
69f07c601f
Merge pull request #2949 from OlegHahm/crash_panic_foobar
...
core: panic unification
2015-05-10 21:54:43 +02:00
daniel-k
a31848ceb8
cpu/samd21: implement peripheral real time timer (periph/rtt)
2015-05-10 21:09:31 +02:00
Oleg Hahm
828839316b
core: renamed crash.h to panic.h
2015-05-09 18:44:10 +02:00
Frank Holtz
bb2f94a2b9
cpu/nrf51822/periph/rtt Change RTC from 0 to 1
2015-05-09 17:58:40 +02:00
Joakim Gebart
e9c567107d
all: remove extra blank lines at the end
2015-05-09 09:10:08 +02:00
Joakim Gebart
5021c5a85e
boards/msba2-common/tools/flashutil.sh: whitespace fixes
2015-05-09 08:54:34 +02:00
BytesGalore
f9a79eee41
RIOT/Makefile.include: added compile time warning on conflicting features
2015-05-07 21:05:08 +02:00
haukepetersen
43f8a04c41
boards/samr21-xpro: added init of network interfaces
2015-04-30 15:08:49 +02:00
haukepetersen
10615f863e
board/iot-lab: added network interface init
2015-04-30 15:08:49 +02:00
Francesco Ermini
ca743ae97b
cpu/sam3x: extend gpio implementation
...
fix functions arguments
extended sam3x GPIO from 16 to 31
fix GPIO_NUMOF to 32
add GPIOs
extend GPIO 16-31 for ArduinoDue/UDOO
fix white space at the end gpio_clear
2015-04-15 17:56:00 +02:00
Oleg Hahm
c1ecccfbd8
Merge pull request #2282 from gebart/pr/k60-initial
...
Add support for Kinetis K60 CPUs and Eistec Mulle IoT board
2015-04-10 00:22:21 +02:00
12efead799
nucleo-f334: add GPIO support
2015-04-08 19:52:14 +02:00
be9dcece23
nucleo-f334: add SPI pin defines
2015-04-08 19:52:03 +02:00
Ludwig Ortmann
70fc6686ff
boards/samr21-xpro: fix led macros/init
2015-04-04 16:09:06 +02:00
Joakim Gebart
4ae819c011
mulle: Initial import of Eistec Mulle board.
...
Initially supports only Mulles with serial number > 220 (due to missing
MK60DN256ZVLL10 support in k60).
See also: https://github.com/RIOT-OS/RIOT/wiki/Board%3A-Mulle
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-03-28 08:32:46 +01:00
Hauke Petersen
ebd6ec1675
Merge pull request #2707 from haukepetersen/fix_f3discovery_features
...
boards/stmf3discovery: fixed MCU GROUP
2015-03-27 11:51:26 +01:00
Ludwig Ortmann
29a614e4c4
Merge pull request #2318 from LudwigOrtmann/flash-targets
...
boards/samr21-xpro: enable specifying a flash port
2015-03-26 21:07:42 +01:00
Hauke Petersen
a00afbb6dd
boards/stmf3discovery: fixed MCU GROUP
2015-03-24 15:28:45 +01:00
Peter Kietzmann
68e3054e2d
Merge pull request #2641 from Tom-VdE/master
...
boards/Makefile.features: one feature per row
2015-03-23 09:37:42 +01:00
Tom Van den Eynde
65b1334b4b
boards/yunjia-nrf51822: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:40 +01:00
Tom Van den Eynde
05073bf50a
boards/wsn430-v1_4: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:35 +01:00
Tom Van den Eynde
484612617f
boards/wsn430-v1_3b: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:29 +01:00
Tom Van den Eynde
a9234c5b59
boards/udoo: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:23 +01:00
Tom Van den Eynde
a387f6f3d6
boards/stm32f4discovery: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:18 +01:00
Tom Van den Eynde
c20401362d
boards/stm32f3discovery: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:12 +01:00
Tom Van den Eynde
63245ea678
boards/stm32f0discovery: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:06 +01:00
Tom Van den Eynde
e5f90a6056
boards/samr21-xpro: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:01 +01:00
Tom Van den Eynde
d73de8a3bd
boards/pca10005: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:54 +01:00
Tom Van den Eynde
8c8c2c876c
boards/pca10000: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:49 +01:00
Tom Van den Eynde
9d330872cd
boards/openmote: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:42 +01:00
Tom Van den Eynde
01d0ea6507
boards/nucleo-l1: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:35 +01:00
Tom Van den Eynde
e57176b760
boards/nucleo-f091: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:29 +01:00
Tom Van den Eynde
e563e2df36
boards/native: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:24 +01:00
Tom Van den Eynde
42bdb4465a
boards/msbiot: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:18 +01:00
Tom Van den Eynde
087b3e6b85
boards/msba2: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:13 +01:00
Tom Van den Eynde
93eb5c8f43
boards/iot-lab_M3: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:07 +01:00
Tom Van den Eynde
270bc751a8
boards/fox: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:02 +01:00
Tom Van den Eynde
cedbcf8c25
boards/chronos: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:12:56 +01:00
Tom Van den Eynde
435fc3094f
boards: cc2538dk: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:12:49 +01:00
Tom Van den Eynde
4d1de9f8e8
boards/avsextrem: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:12:43 +01:00
Tom Van den Eynde
51581907c4
boards/arduino-due: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:12:37 +01:00
Tom Van den Eynde
692517c89c
boards/airfy-beacon: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:12:10 +01:00
Ludwig Ortmann
54020a1aea
Merge pull request #2599 from LudwigOrtmann/pr/nucleo-f334-periph-cpuid
...
boards/nucleo-f334: indicate periph_cpuid feature
2015-03-19 22:16:56 +01:00
Thomas Eichinger
549a913939
Merge pull request #2636 from haukepetersen/fix_nucleof334_openocd
...
boards/nucleo-f334: adjusted openocd config
2015-03-18 16:57:41 +01:00
Hauke Petersen
88831f0872
Merge pull request #2617 from LudwigOrtmann/pr/bossac-revert
...
boards/arduino-due: revert bossac binary
2015-03-18 16:40:19 +01:00
Hauke Petersen
4fadff4a9a
boards/nucleo-f334: adjusted openocd config
2015-03-18 16:27:12 +01:00
Hauke Petersen
346810ce12
boards: added SPI definitions for NRF based boards
...
added SPI defines for
- yunjia-nrf51822
- pca10005
- airfy-beacon
2015-03-17 10:37:47 +01:00
Hauke Petersen
9f65959f4b
Merge pull request #2594 from haukepetersen/add_board_nucleof091
...
boards: added support for ST nucleo-f091
2015-03-17 10:30:31 +01:00
Ludwig Ortmann
4ecb60bdcc
boards/arduino-due: revert bossac binary
...
The file was accidentally changed in 2362623490
2015-03-16 21:59:31 +01:00
Ludwig Ortmann
14063d22ba
boards/nucleo-f334: indicate periph_cpuid feature
2015-03-16 21:46:44 +01:00
Hauke Petersen
88749ee324
boards/spark-core: fixed make flash target
2015-03-16 20:27:22 +01:00
Hauke Petersen
38430d4dba
boards/arduino-due: fixed broken flash target
2015-03-16 20:20:26 +01:00
Hauke Petersen
7ccf184cd1
boards: added support for nucleo-f091
2015-03-16 16:23:44 +01:00
Hauke Petersen
0f00ae627f
board/stm32f0discovery: fixed GPIO ISR defines
2015-03-13 15:32:48 +01:00
Thomas Eichinger
1eac81b562
Merge pull request #2593 from haukepetersen/fix_stm32f0_timerdef
...
cpu/stm32f0: cleanup for timer IRQ macro
2015-03-13 14:23:41 +01:00
Thomas Eichinger
64410350bd
Merge pull request #2552 from jhollister/add_cpuid
...
Added cpuid_get for STM boards
2015-03-13 10:59:09 +01:00
Hauke Petersen
0f5c941cf6
board/stm32f0discovery: cleaned up timer defines
...
- make irq prio 'timer global'
- removed unused timer_1 defs
2015-03-13 10:21:56 +01:00
Hauke Petersen
fde32bf066
Merge pull request #2578 from fnack/msb_feat
...
boards/msbiot: Extend the provided features
2015-03-12 11:42:47 +01:00
Fabian Nack
54d98a4c68
boards/msbiot: Add DAC feature
2015-03-11 13:53:34 +01:00
Fabian Nack
faf6a1d3da
boards/msbiot: Add ADC feature
2015-03-11 13:53:34 +01:00