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 |
|
Oleg Hahm
|
f3245cecac
|
core: panic: last instruction's address for assert
|
2015-09-11 23:23:31 +02:00 |
|
Oleg Hahm
|
d7161b6d4b
|
cpu: inline function to print instruction register
|
2015-09-11 23:23:31 +02:00 |
|
|
087f11db09
|
cpu: lpc2387: remove obsolete UART0_BUFSIZE define
|
2015-09-04 17:46:23 +02:00 |
|
Hauke Petersen
|
56ffc5672c
|
cpu/lpc2387: use hwtimer_compat module
|
2015-09-04 15:32:50 +02:00 |
|
Hauke Petersen
|
342d292889
|
cpu/lpc2387: added low-level timer implementation
|
2015-09-04 15:32:50 +02:00 |
|
|
3b94a0d497
|
lpc2387/msba2/avsextrem: fix doxygen warnings
|
2015-08-14 16:50:41 +02:00 |
|
|
a03ff202cf
|
cpu: lpc2387: switch to newlib module
|
2015-08-14 16:50:41 +02:00 |
|
|
4dd63dd24e
|
cpu: lpc2387: add periph/spi support
|
2015-08-14 16:50:41 +02:00 |
|
|
bd76626fb5
|
cpu: lpc2387: add periph/uart driver
|
2015-08-14 16:50:41 +02:00 |
|
|
3c5f31eb95
|
cpu: lpc2387: add periph/gpio imlementation
|
2015-08-14 16:50:41 +02:00 |
|
|
223ef9fe66
|
cpu: lpc2387: drop gpioint
|
2015-08-14 16:50:41 +02:00 |
|
|
09fb612ceb
|
cpu: lpc2387: remove obsolete transceiver defines
|
2015-08-06 12:13:18 +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
|
7ff26d12ea
|
cpu/arm7_common: Rename Doxygen group to cpu_arm7_common
|
2015-07-20 12:40:31 +02:00 |
|
Joakim Gebart
|
79ca190666
|
lpc2387: Add missing exception tables to linker script
Copied from kinetis_common
|
2015-05-31 09:55:49 +02:00 |
|