Oleg Hahm
7ee7801c10
*: remove trailing underscores from header guards
2017-01-19 18:30:53 +01:00
Hauke Petersen
b09fdc6a0a
boards/mulle: adapted PWM configuration
2017-01-05 10:55:15 +01:00
Joakim Nohlgård
8dad08289c
boards/mulle: Update timer configuration to match driver modifications
2016-07-07 13:38:28 +02:00
Joakim Nohlgård
e6183f3041
boards/mulle: PTA17 analog input is on ADC1 module
2016-04-18 11:41:38 +02:00
Joakim Nohlgård
99deb32911
boards/mulle: Add SAUL ADC parameters
2016-04-08 10:18:13 +02: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
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
Hauke Petersen
07c303ce73
boards/mulle: unified LED defines
2016-03-15 16:24:49 +01:00
Hauke Petersen
b9824b9e49
Merge pull request #4956 from gebart/pr/kinetis-pwm
...
cpu/kinetis_common: Use gpio_init_port for PWM pin handling
2016-03-15 11:11:13 +01:00
Peter Kietzmann
513ad7176e
Merge pull request #4985 from gebart/pr/mulle-leds
...
boards/mulle: Avoid RMW bitbanding in LED macros
2016-03-15 09:22:01 +01:00
Joakim Nohlgård
65bb26f0b4
cpu/kinetis_common: Use gpio_init_port for PWM pin handling
2016-03-14 17:52:51 +01:00
Hauke Petersen
b5d03dd4e9
boards/mulle: adapted to ADC driver changes
2016-03-14 13:06:24 +01:00
Joakim Nohlgård
44fcde36ab
boards/mulle: Avoid RMW bitbanding in LED macros
2016-03-08 09:48:10 +01:00
Hauke Petersen
af48dadb26
Merge pull request #4807 from gebart/pr/saul-lis3dh
...
drivers/lis3dh: Add SAUL support
2016-03-02 13:23:29 +01:00
Hauke Petersen
fe5023b7d4
boards: adapted to HWRNG changes
2016-02-14 12:59:47 +01:00
Joakim Nohlgård
91ebc86dab
boards/mulle: Add LIS3DH SAUL auto init parameters
2016-02-13 21:25:11 +01:00
Hauke Petersen
9ddd13b0b8
boards: removed F_CPU from periph_conf.h
2016-01-27 09:52:44 +01:00
Hauke Petersen
db25206a58
boards: use default values for STDIO defines
2016-01-05 12:08:31 +01:00
Hauke Petersen
af067e9428
boards/mulle: use default at86rf2xx_params.h
2015-11-19 16:25:40 +01:00
Joakim Nohlgård
142c28094e
kinetis_common: Refactor GPIO implementation
...
This is a rewrite of the Kinetis GPIO driver which follows the
refactored API in [1]. Pins are specified using the GPIO_PIN(PORT_x, y)
macro, e.g. GPIO_PIN(PORT_E, 25) for the PTE25 pin.
The interrupt pin handling is now implemented as a linked list, this
is more memory efficient, but with a minor variation in interrupt
latency depending on in what order the pins were initialized at
runtime.
Because the linked list entries are taken from a shared pool, there is
also the possibility of running out of available configuration slots,
define the preprocessor macro GPIO_INT_POOL_SIZE in periph_conf.h if
you need more than 16 pins configured for interrupts in the same
application.
[1]: https://github.com/RIOT-OS/RIOT/pull/3095
2015-10-28 14:12:19 +01:00
Joakim Gebart
22af0cca80
mulle: Initialize NVRAM storage at boot, update boot counter
...
The boot counter is incremented on each boot. Still missing is an
interface for reading the boot counter from an application.
2015-10-13 18:19:34 +02:00
Joakim Nohlgård
98c465008b
all: Update @gebart family name, email
2015-09-20 13:47:39 +02:00
Hauke Petersen
fc3c0f373c
Merge pull request #3780 from haukepetersen/add_test_periph_timer
...
tests: added test for periph_timer plus adaption
2015-09-18 18:03:32 +02:00
Hauke Petersen
1d393fae87
baords: s/TIMER_DEV/TIMER_BASE/ for kinetis boards
2015-09-17 13:57:58 +02:00
Hauke Petersen
18e364ae17
boards: removed deprecated HW_TIMER defines
2015-09-17 11:22:03 +02:00
b665dac421
boards: mulle: remove hwtimer from board.h
2015-09-16 10:58:53 +02:00
Joakim Gebart
ff05007a6e
boards/mulle: cleanup
...
Remove old syscalls implementation from before cortexm_common unification and sys/newlib introduction.
2015-08-14 20:09:44 +02:00
Martine Lenders
8f9e1656e1
at86rf2xx: remove ng_ prefix
2015-08-10 00:08:21 +02:00
830af458ea
oldnet: remove radio_packet_length_t define
2015-08-06 12:13:18 +02:00
Joakim Gebart
cefd7cdab0
boards/mulle: Reduce RTC crystal load capacitance
2015-07-16 16:29:56 +02:00
Joakim Gebart
7217c9f8ba
mulle: ng_at86rf2xx parameters
2015-07-15 15:26:49 +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
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
a174b7644a
boards: adjusted peripheral confs to GPIO changes
2015-06-12 19:12:21 +02:00
Joakim Gebart
a6f378a64e
mulle: Increase GPIO_NUMOF to match the enabled GPIOs
2015-05-27 17:27:54 +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
Joakim Gebart
7b4450bd0a
mulle: Use BITBAND_REG32 instead of BITBAND_REG
2015-05-21 11:00:49 +02:00
Joakim Gebart
964fdb5cf2
mulle: Add PWM configuration
2015-05-20 06:19:51 +02:00
Joakim Gebart
4352dbe26d
mulle: Add GPIO_26 on PTE4
2015-05-14 18:12:37 +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