Hauke Petersen
|
37d4f44379
|
cpus: mv vendor headers to include/vendor/.
|
2017-03-07 08:55:15 +01:00 |
|
Hauke Petersen
|
fc6b7f0575
|
Merge pull request #6564 from haukepetersen/opt_periph_pwmpower
periph/pwm: remove pwm_(start|stop) + doc
|
2017-02-23 10:58:44 +01:00 |
|
Oleg Hahm
|
4b79950656
|
Merge pull request #6558 from haukepetersen/opt_lpc2387_rmadc
cpu/lpc2387: remove (unused) legacy ADC driver
|
2017-02-22 11:01:04 +01:00 |
|
Joakim Nohlgård
|
ba31acae58
|
cpu/lpc2387: Add missing assert(buff != NULL)
|
2017-02-16 17:12:51 +01:00 |
|
Hauke Petersen
|
8064bd9fa9
|
periph/pwm: remove pwm_(start|stop) + doc
- joined start/stop and poweron/poweroff
- added general documentation
|
2017-02-13 09:37:31 +01:00 |
|
Hauke Petersen
|
1dd806bb28
|
cpu/lpc2387: remove (unused) legacy ADC driver
|
2017-02-07 10:56:33 +01:00 |
|
Hauke Petersen
|
c560e28eb6
|
cpu/lpc2387: remove deprecatd I2C driver
|
2017-01-30 16:14:19 +01:00 |
|
Hauke Petersen
|
5bdb3bfa61
|
misc: aggregated doxygen fixes
|
2017-01-25 16:46:46 +01:00 |
|
Hauke Petersen
|
10b0013315
|
cpu/lpc2387+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:05 +01:00 |
|
Oleg Hahm
|
7ee7801c10
|
*: remove trailing underscores from header guards
|
2017-01-19 18:30:53 +01:00 |
|
Oleg Hahm
|
4f4214235b
|
timex: unambiguous time conversion macros
|
2017-01-19 13:18:08 +01:00 |
|
Hauke Petersen
|
a35709b4f8
|
Merge pull request #6360 from OlegHahm/periph_timer_remove_irq
periph timer: remove timer_irq_(en|dis)able
|
2017-01-18 22:58:21 +01:00 |
|
Hauke Petersen
|
7b5d26340a
|
cpu/lpc2387: cleanup for the PWM driver
|
2017-01-17 10:50:02 +01:00 |
|
Oleg Hahm
|
d0316fa7ae
|
periph timer: remove timer_irq_(en|dis)able
|
2017-01-14 15:34:53 +01:00 |
|
|
0194091673
|
remove obsolete lpm code
|
2017-01-12 11:24:15 +01:00 |
|
Francisco Acosta
|
84d0d61279
|
Merge pull request #5608 from gebart/pr/xtimer-ticks
xtimer: Allow arbitrary timer frequency, second attempt
|
2016-11-29 23:00:31 +01:00 |
|
Joakim Nohlgård
|
7c48c891a0
|
xtimer: Update xtimer usage to match API changes
|
2016-11-29 20:44:31 +01:00 |
|
Hauke Petersen
|
2eebf36eb2
|
cpu/uart: make use of named return values
|
2016-10-28 10:32:00 +02:00 |
|
Oleg Hahm
|
b428979a1d
|
debug: add missing line breaks
|
2016-09-27 23:38:41 +02:00 |
|
Lucas Jenss
|
1cf1f59ca9
|
lpc2378: Fix wrong factor in driver poll-timer
Fixes #4530
|
2016-08-30 19:59:34 +02:00 |
|
Ian Martin
|
49ae438dd5
|
doc: eliminate clutter in adc and gpio periph docs
|
2016-06-29 15:08:32 -04:00 |
|
zhuoshuguo
|
1cbe79a373
|
CPU: fix include header guards
Fix cpu/lpc2387/include/lpc2387.h
|
2016-06-08 16:38:20 +02:00 |
|
MohmadAyman
|
720136491a
|
cpu: unify naming of ISR stacksize macro
|
2016-06-01 22:47:34 +02:00 |
|
Oleg Hahm
|
0925737e28
|
doc diskio: RIOTized style and added doxygen
|
2016-03-30 12:54:51 +02:00 |
|
DipSwitch
|
0bb4748a94
|
core: Fix/refactor function naming in core/incude/irq.h
|
2016-03-20 16:47:34 +01:00 |
|
Hauke Petersen
|
877d06bda8
|
cpu/lpc2387: adapted GPIO driver
|
2016-03-17 14:39:11 +01:00 |
|
Hauke Petersen
|
b23cde98cf
|
cpus: adapted UART implementations to cb type change
|
2016-03-15 11:02:06 +01:00 |
|
Joakim Nohlgård
|
6a52296a35
|
cpu/lpc2387: Use {} notation for empty while loops
|
2016-03-03 16:30:06 +01:00 |
|
Peter Kietzmann
|
c8829a49b8
|
Merge pull request #4838 from haukepetersen/fix_periph_timerarg
drivers/timer: added callback argument
|
2016-03-01 08:55:54 +01:00 |
|
Hauke Petersen
|
b11a3ad74b
|
cpus: adapted timer implementations to API changes
|
2016-02-29 14:45:00 +01:00 |
|
|
9082273746
|
core: header cleanup
|
2016-02-28 22:46:28 +01:00 |
|
Joakim Nohlgård
|
e2f7ac78f0
|
Merge pull request #4040 from gebart/pr/periph-timer-init-freq
periph/timer: Change timer_init API to support arbitrary (integer) frequencies
|
2016-02-15 23:36:44 +01:00 |
|
Joakim Nohlgård
|
1b0e0c62ac
|
cpu/lpc2387: Update to match timer_init API change
|
2016-02-13 21:29:36 +01:00 |
|
Hauke Petersen
|
b41f915d86
|
cpu/lpc2387: adapted to PWM interface changes
|
2016-02-12 16:09:56 +01:00 |
|
Joakim Nohlgård
|
7835ab2be7
|
make: Move BOARD and CPU includes to Makefile.modules
|
2016-02-10 16:37:03 +01:00 |
|
Hauke Petersen
|
ad0abdcadd
|
cpus: use default isr_ctx struct in GPIO drivers
|
2016-01-27 17:00:37 +01:00 |
|
Hauke Petersen
|
178e82c0e9
|
cpu/lpc2387: s/F_CPU/CLOCK_CORECLOCK/
|
2016-01-27 09:52:44 +01:00 |
|
Oleg Hahm
|
d92ec1d11e
|
lpc2387: fix pedantic compiler warnings
|
2015-12-07 20:28:53 +01:00 |
|
Hauke Petersen
|
fe249b9006
|
cpu/lpc2387: adapted UART driver
|
2015-10-27 14:59:38 +01:00 |
|
Joakim Nohlgård
|
cbaeccdb90
|
periph/timer: Drop timer_reset
|
2015-10-17 20:11:03 +02:00 |
|
Hauke Petersen
|
d43dc9182f
|
cpu: s/GPIO(x,y)/GPIO_PIN(x,y)/
|
2015-10-13 14:59:54 +02:00 |
|
Peter Kietzmann
|
be8f63769c
|
Merge pull request #3879 from sgso/fix_spi_slave_return_codes
cpu: let spi_init_slave() stubs return error codes
|
2015-09-30 14:07:54 +02:00 |
|
|
d0ff4946ea
|
cpu: lpc2387: add spi_conf_pins()
|
2015-09-23 19:00:55 +02:00 |
|
Oleg Hahm
|
e15bdd257a
|
debug: replace __FILE__ by RIOT_RELATIVE_FILE
|
2015-09-20 01:51:47 +02:00 |
|
Sebastian Sontberg
|
8b4fcc2a14
|
cpu: let spi_init_slave() stubs return error codes
|
2015-09-17 11:19:31 +02:00 |
|
|
cbb7750202
|
boards: msba2: add xtimer tuning values, remove HW_TIMER define
|
2015-09-16 10:58:55 +02:00 |
|
|
9d088bb3d7
|
cpu: lpc2387: mci: use xwtimer
|
2015-09-16 10:58:53 +02:00 |
|
|
b0893a99ba
|
cpu: lpc2387: adc: use xtimer
|
2015-09-16 10:58:53 +02:00 |
|
Martine Lenders
|
93f555ef69
|
Merge pull request #3782 from OlegHahm/RIOT_assert
core: RIOT's own assert macro
|
2015-09-12 13:12:34 +02:00 |
|
Oleg Hahm
|
49917a5797
|
core: cpu: fix check for DEVELHELP
|
2015-09-12 12:43:15 +02:00 |
|