Hauke Petersen
|
0edef2a0e1
|
cpu/stm32*+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:45 +01:00 |
|
Hauke Petersen
|
849ce20f5c
|
cpu/sam3+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:45 +01:00 |
|
Hauke Petersen
|
ea07a6817c
|
cpu/sam0+boards: adapted to new SPI API
- adapted the SPI driver
- merged SPI driver for samr21 and saml21
- adapted all boards using the CPU
|
2017-01-25 16:46:45 +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 |
|
Hauke Petersen
|
b097e0840b
|
cpu/nrf5x+boards: adapted to new SPI API
- adapted the SPI driver
- merged SPI drivers from nrf51 and nrf52
- adapted all boards using the CPU
|
2017-01-25 16:46:05 +01:00 |
|
Hauke Petersen
|
d5e00e594a
|
cpu/msp430fxyz+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:05 +01:00 |
|
Hauke Petersen
|
c97a88ecb8
|
cpu/lpc11u34+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:05 +01:00 |
|
Hauke Petersen
|
5880d0edda
|
cpu/kinetis+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:05 +01:00 |
|
Hauke Petersen
|
ca5f1befb3
|
cpu/cc2538+boards: adapted to SPI API changes
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:05 +01:00 |
|
Martine Lenders
|
7a02ce6140
|
Merge pull request #6465 from aabadie/fix_doxygen_nucleo_l1
boards/nucleo-l1: fix non closed doxygen block
|
2017-01-24 16:22:43 +01:00 |
|
Martine Lenders
|
4fb9249fa8
|
Merge pull request #6429 from smlng/pr/fix_doc
doc: correct typos
|
2017-01-24 15:28:44 +01:00 |
|
|
fd337ddaec
|
boards/nucleo-l1: fix non closed doxygen block
|
2017-01-24 14:53:45 +01:00 |
|
Hauke Petersen
|
5d8f686cf6
|
Merge pull request #6031 from MichelRottleuthner/sdcard_spi_testing
add driver for sd-cards (using spi)
|
2017-01-24 14:18:11 +01:00 |
|
Hauke Petersen
|
67fdd43ba8
|
Merge pull request #6398 from phectori/maple-mini
Boards: Add Maple mini
|
2017-01-24 14:10:55 +01:00 |
|
Hauke Petersen
|
10c46866d2
|
Merge pull request #5987 from aabadie/arduino_sketch_on_arduino
sys/arduino: make arduino sketch works on avr based boards
|
2017-01-24 14:10:18 +01:00 |
|
|
d1db946188
|
Merge pull request #6344 from haukepetersen/opt_pm_misc
pm: misc cleanup and fixes
|
2017-01-24 14:07:36 +01:00 |
|
Peter Kietzmann
|
119a307645
|
Merge pull request #6457 from aabadie/nucleo_f072_periph
boards/nucleo-f072: improve periph configuration
|
2017-01-24 10:15:39 +01:00 |
|
Peter Kietzmann
|
d7ce91f63a
|
Merge pull request #6452 from aabadie/nucleo_f091_periph
boards/nucleo-f091: update UART, PWM and ADC periph configuration
|
2017-01-24 10:14:04 +01:00 |
|
|
351a6dee53
|
boards/nucleo-f072: add extra UART
|
2017-01-23 15:48:46 +01:00 |
|
|
9f39f5fb75
|
boards/nucleo-f072: configure PWM
|
2017-01-23 15:48:45 +01:00 |
|
|
569e494efa
|
boards/nucleo-f072: fix ADC configuration
|
2017-01-23 13:54:55 +01:00 |
|
|
4d9b3d1c2a
|
boards/nucleo-f091: add extra UART
|
2017-01-23 10:27:18 +01:00 |
|
|
d860393076
|
boards/nucleo-f091: add ADC configuration
|
2017-01-23 10:27:17 +01:00 |
|
|
35d22e3230
|
boards/nucleo-f091: configure PWM
|
2017-01-23 10:27:17 +01:00 |
|
Paul RATHGEB
|
4c10c64324
|
boards/weio : fixed a bug with the LED IO def
Signed-off-by: Paul RATHGEB <paul.rathgeb@skynet.be>
|
2017-01-22 17:18:13 +01:00 |
|
Frits Kuipers
|
e483c2307b
|
boards/maple-mini: initial support
|
2017-01-21 16:27:17 +01:00 |
|
Martine Lenders
|
5b1c00ad8b
|
Merge pull request #6388 from astralien3000/opencm9-04
boards/opencm9-04 : initial support
|
2017-01-21 14:37:50 +01:00 |
|
Peter Kietzmann
|
5880047d76
|
Merge pull request #6423 from haukepetersen/opt_lpc11_pwm
cpu/lpc11u34: remodeled PWM driver
|
2017-01-20 18:11:31 +01:00 |
|
Michel Rottleuthner
|
ac2ae7cb56
|
drivers: added driver for accessing sd_cards over spi
|
2017-01-20 18:11:26 +01:00 |
|
Loïc Dauphin
|
1fb47b5ee7
|
board/opencm9-04: initial support
|
2017-01-20 18:10:54 +01:00 |
|
smlng
|
5660dbcec3
|
boards: doc typos
|
2017-01-20 13:35:57 +01:00 |
|
Peter Kietzmann
|
38a649428d
|
Merge pull request #6421 from aabadie/nucleo_f042_periph
boards/nucleo-f042: configure PWM pins, add extra UART, add ADC
|
2017-01-20 09:28:19 +01:00 |
|
|
44fa850724
|
boards/nucleo32-f042: configure some PWM pins, add extra UART, add ADC configuration
|
2017-01-19 22:13:03 +01:00 |
|
Oleg Hahm
|
3c6678b037
|
*: fix mismatching endifs for header guards
|
2017-01-19 18:30:53 +01:00 |
|
Oleg Hahm
|
7ee7801c10
|
*: remove trailing underscores from header guards
|
2017-01-19 18:30:53 +01:00 |
|
Hauke Petersen
|
1141787687
|
boards/weio: adapted PWM configuration
|
2017-01-19 13:23:59 +01:00 |
|
|
c35411c588
|
boards/nucleo32-f303: initial support
|
2017-01-19 11:09:42 +01:00 |
|
Hauke Petersen
|
efa0aa1fa9
|
cpu/cc430|chronos: moved periph_common dep to CPU
|
2017-01-19 11:05:44 +01:00 |
|
Peter Kietzmann
|
616d35e96f
|
Merge pull request #6153 from haukepetersen/opt_driver_mma8x5x
drivers/mma8x5x: remodeled driver
|
2017-01-19 09:56:31 +01:00 |
|
|
93abe83ddb
|
Merge pull request #6192 from aabadie/nucleo_f401_pwm
boards/nucleo-f401: configure PWM on 7 pins
|
2017-01-19 07:40:55 +01:00 |
|
|
8217ed1a8c
|
boards/nucleo-f401: add pwm configuration on pins d{3,5,6,9}
|
2017-01-18 22:19:02 +01:00 |
|
|
963662416b
|
boards/nucleo32-f042: change board name nucleo->nucleo32
|
2017-01-18 22:04:59 +01:00 |
|
Martine Lenders
|
5b49bfc21d
|
Merge pull request #6375 from aabadie/nucleo_f030_periph
boards/nucleo-f030: configure some PWM pins, add ADC configuration
|
2017-01-18 21:29:40 +01:00 |
|
Peter Kietzmann
|
706eaa6050
|
Merge pull request #6376 from aabadie/nucleo_f070_periph
boards/nucleo-f070: configure some PWM pins, add extra UART, fix ADC
|
2017-01-18 20:57:54 +01:00 |
|
|
b03a23f371
|
boards/nucleo-f030: configure some PWM pins, add ADC configuration
|
2017-01-18 15:07:00 +01:00 |
|
Oleg Hahm
|
89edffa8cc
|
Merge pull request #6401 from aabadie/stm32f0discovery_saul
boards/stm32f0discovery: export user LEDs and button to SAUL
|
2017-01-18 13:19:11 +01:00 |
|
Oleg Hahm
|
4f85c39ffe
|
Merge pull request #6400 from aabadie/stm32f4discovery_saul
boards/stm32f4discovery: export user LEDs and button to SAUL
|
2017-01-18 13:18:59 +01:00 |
|
|
43df072c88
|
boards/nucleo-f070: adapted PWM configuration to new api
|
2017-01-18 12:39:05 +01:00 |
|
|
3eff14de2b
|
boards/nucleo-f070: configure some PWM pins, add extra UART, fix ADC compilation
|
2017-01-18 11:14:27 +01:00 |
|
Hauke Petersen
|
b368179d6b
|
boards/pba-d-01-kw2x: adapted MMA8x5x configuaration
|
2017-01-18 10:51:15 +01:00 |
|