1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

1453 Commits

Author SHA1 Message Date
2a69cf2af5 make: native: allow overriding of TERMPROG 2016-03-23 23:56:18 +01:00
Cenk Gündoğan
551cb3365c Merge pull request #4814 from gebart/pr/kinetis-dac
cpu/kinetis_common: Add periph/dac implementation
2016-03-23 17:48:50 +01:00
Jonas
a886c7c0d5 pba-d-01-kw2x: enable support to flash board selected by its SERIAL no 2016-03-23 15:11:18 +01:00
DipSwitch
5b5810ab7b Merge pull request #5109 from DipSwitch/pr/fix_core_inc_irq
core: Fix/refactor function naming in core/incude/irq.h
2016-03-22 08:12:24 +01:00
Joakim Nohlgård
8c154d47ad cpu/kinetis_common: Implement DAC periph driver 2016-03-22 06:06:56 +01:00
Hauke Petersen
05730e48ba Merge pull request #4860 from gebart/pr/mulle-saul-gpio
boards/mulle: Add SAUL GPIO parameters for onboard LEDs
2016-03-21 17:06:50 +01:00
Cenk Gündoğan
8afe8cd147 pba-d-01-kw2x: add mma8652 as dependency for saul_default 2016-03-21 16:16:11 +01:00
Cenk Gündoğan
0ffb75b19c pba-d-01-kw2x: add default values for mma8652_params 2016-03-21 16:16:11 +01:00
Joakim Nohlgård
1efe384d6f arm7: Use TARGET_ARCH instead of custom toolchain specification 2016-03-21 12:19:30 +01:00
Joakim Nohlgård
d0033a5d20 avr: Use TARGET_ARCH instead of custom toolchain specification 2016-03-21 12:19:30 +01:00
Joakim Nohlgård
2b51e4b116 newlib: Introduce newlib_nano pseudomodule 2016-03-21 07:41:23 +01:00
Joakim Nohlgård
94003e8699 boards/frdm-k64f: fix group typo 2016-03-20 19:41:38 +01:00
DipSwitch
0bb4748a94 core: Fix/refactor function naming in core/incude/irq.h 2016-03-20 16:47:34 +01:00
Cenk Gündoğan
f35b22855b Merge pull request #5110 from gebart/pr/mulle-adc-lines
boards/mulle: Add more ADC lines to default configuration
2016-03-20 10:19:09 +01:00
Joakim Nohlgård
84eb6e9f8f Merge pull request #5100 from gebart/pr/target-triple-rename
make: Rename TARGET_TRIPLE -> TARGET_ARCH
2016-03-20 09:44:29 +01:00
Joakim Nohlgård
dd73060afb Merge pull request #5054 from DipSwitch/pr/fix_arm_newlib_nano_specs
make\arm: Fix compiling against newlib nano.specs
2016-03-19 17:58:11 +01:00
Joakim Nohlgård
6fcefc2bb8 boards/mulle: Add SAUL GPIO parameters for onboard LEDs 2016-03-19 13:27:51 +01:00
Joakim Nohlgård
bf755d025d boards/mulle: Add more ADC lines to default configuration 2016-03-19 13:21:57 +01:00
DipSwitch
e159ee741d make: Remove stray board/Makefile.include's to avoid loops like: CFLAGS += CFLAGS 2016-03-17 22:16:13 +01:00
DipSwitch
f5a194cbe0 make\arm: Fix compiling against newlib-nano by also informing the compiler we compile with nano.specs 2016-03-17 22:16:13 +01:00
Joakim Nohlgård
7e3c67b654 make: Rename TARGET_TRIPLE -> TARGET_ARCH 2016-03-17 21:55:17 +01:00
Hauke Petersen
59f48773b4 boards/limifrog-v1: adapted I2C config 2016-03-17 16:10:13 +01:00
Hauke Petersen
5996706771 boards: adapted LED initialization calls 2016-03-17 14:55:31 +01:00
Hauke Petersen
e524cb89d7 boards/mulle: adapted to GPIO driver changes 2016-03-17 14:55:31 +01:00
Hauke Petersen
cf3a40dc5f baords: adapted saul config to GPIO changes 2016-03-17 14:55:30 +01:00
Hauke Petersen
03efb5be99 boards/nucleo-l1: added PU to I2C config 2016-03-17 14:55:30 +01:00
Hauke Petersen
363eb58c4c boards/saml21-xpro: adapted GPIO driver 2016-03-17 14:39:11 +01:00
Hauke Petersen
e4e23a002c boards/slwstk6220a: adapted to GPIO changes 2016-03-17 14:39:11 +01:00
DipSwitch
93bce6291c Merge pull request #5090 from haukepetersen/opt_stm_clken
cpu/stm32_common: added shared periph_clk_en/dis functions
2016-03-16 23:02:20 +01:00
Hauke Petersen
0190cef1d5 boards: cleaned up UART conf for stm32f4 based boards 2016-03-16 12:24:52 +01:00
Hauke Petersen
083204c899 boards: fixed timer conf for stm32f1 based boards 2016-03-16 12:24:51 +01:00
Hauke Petersen
eeea9c9cfb baords: fixed timer config for stm32f1 based boards 2016-03-16 10:53:36 +01:00
Hauke Petersen
b0606a7e11 boards/spark-core: adapted UART configuration 2016-03-16 10:45:05 +01:00
Hauke Petersen
b458b9af88 boards/nucleo-f103: adapted UART configuration 2016-03-16 10:45:05 +01:00
Hauke Petersen
f7c6f572b6 boards/iotlab-m3: adapted UART configuration 2016-03-16 10:45:05 +01:00
Hauke Petersen
e33ff59375 boards/fox: adapted UART configuration 2016-03-16 10:43:45 +01:00
Cenk Gündoğan
807fba2f6a Merge pull request #5080 from OlegHahm/debug_valgrind_do_not_always_export
make: export VALGRIND_PID only for debug-valgrind
2016-03-15 23:07:29 +01:00
Hauke Petersen
99888549af Merge pull request #4154 from DipSwitch/add_clock_selection_stm32f1
cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F1 family
2016-03-15 19:10:43 +01:00
Hauke Petersen
dfefabbef0 boards/qemu-i386: added missing periph_conf.h 2016-03-15 18:37:54 +01:00
Hauke Petersen
363b883d51 boards: fixed doxygen in msp430 and x86 board.h 2016-03-15 18:37:54 +01:00
Hauke Petersen
899fb27fa4 boards/z1: unified LED defines 2016-03-15 18:37:53 +01:00
Hauke Petersen
43a65e890e boards/wsn430-v1_4: unified LED defines 2016-03-15 18:37:53 +01:00
Hauke Petersen
04f13572b7 boards/wsn430-v1_3b: unified LED defines 2016-03-15 18:37:53 +01:00
Hauke Petersen
f8af210936 boards/wsn430-common: unified LED defines 2016-03-15 18:37:53 +01:00
Hauke Petersen
c5cfe70d1c boards/weio: unified LED defines 2016-03-15 18:37:53 +01:00
Hauke Petersen
beddceb8d4 boards/udoo: unified LED defines 2016-03-15 18:37:53 +01:00
Hauke Petersen
45d059cb24 boards/telosb: unified LED defines 2016-03-15 18:37:53 +01:00
Hauke Petersen
cc29909e21 boards/stm32f4discovery: unified LED defines 2016-03-15 18:37:53 +01:00
Hauke Petersen
d0d8ea33ab boards/stm32f3discovery: unified LED defines 2016-03-15 18:37:53 +01:00
Hauke Petersen
7b1208a935 boards/stm32f0discovery: unified LED defines 2016-03-15 18:37:53 +01:00