Francisco Acosta
79a4acee43
Merge pull request #6516 from antmerlino/arduino-cleanup
...
Changes arduino-common to arduino-atmega-common.
2017-02-06 17:40:44 +01:00
Martine Lenders
59150b67f1
Merge pull request #6494 from haukepetersen/fix_nucleo_timerconfig
...
boards/nucle-f0xx: fixed timer configuration
2017-02-03 14:42:49 +01:00
Anthony Merlino
aa1056a33b
boards/arduino*: Unifies PORT_<OS> settings
...
All boards define a default PORT_LINUX and PORT_DARWIN
arduino-atmega-common uses PORT_LINUX and PORT_DARWIN accordingly
2017-02-02 14:12:03 -05:00
Anthony Merlino
9f5bd85d0f
boards/waspmote-pro: Removes toolchain flags that are now found in cpu/atmega-common
2017-02-02 14:12:03 -05:00
Anthony Merlino
a06aa7bd0e
boards/arduino-uno: Updates board to comply with refactored arduino-atmega-common structure
2017-02-02 14:12:02 -05:00
Anthony Merlino
7e79e85f17
boards/arduino-duemilanove: Updates board to comply with refactored arduino-atmega-common structure
2017-02-02 14:12:02 -05:00
Anthony Merlino
3f7808add0
boards/arduino-mega2560: Alters board to depend on arduino-atmega-common
2017-02-02 14:12:02 -05:00
Anthony Merlino
b8e04d8c00
boards/arduino-common: refactored to arduino-atmega-common
...
Refactors boards/arduino-common to boards/arduino-atmega-common.
Extends boards/arduino-atmega-common to be generic to all atmega based
arduino boards, not just atmega328p.
Removes flags that should be located in cpu framework
2017-02-02 14:11:51 -05:00
31d682aea8
boards/nucleo32-f042: fix undocumented on-board LED macros
2017-02-02 18:22:58 +01:00
lebrush
56b590bec6
Merge pull request #6514 from basilfx/cleanup/spi_en
...
boards: *: remove SPI_*_EN as comments suggest
2017-02-02 11:27:40 +01:00
Joakim Nohlgård
9a3589dcfe
Merge pull request #6479 from haukepetersen/fix_lis3dh_mulle
...
drivers/lis3dh: fixed bug and simplified init()
2017-01-31 19:48:52 +01:00
Bas Stottelaar
3b14a584b8
boards: *: remove SPI_*_EN now rework is merged
2017-01-31 19:38:41 +01:00
Martine Lenders
dbc3f5f418
Merge pull request #6489 from aabadie/fix_at_brief
...
boards: fix doxygen @brief in periph.conf
2017-01-31 18:02:07 +01:00
Hauke Petersen
57948eb7b9
boards/nucleo: fixed xtimer configuration
2017-01-27 11:35:45 +01:00
ebc35a0613
boards: fix doxygen @brief in periph.conf
2017-01-27 10:31:56 +01:00
Hauke Petersen
1171db8c5f
boards/nucle-f0xx: fixed timer configuration
2017-01-27 10:29:34 +01:00
PeterKietzmann
084d5ad1cb
boards/remotes: fix includes in board.h
2017-01-27 09:49:10 +01:00
Hauke Petersen
ed2bb9d3f8
drivers/lis3dh: fixed bug and simplified init()
...
- changed to SPI_MODE_0
- made init() function use the params struct as parameter
2017-01-26 10:12:44 +01:00
Peter Kietzmann
513b20ffd3
Merge pull request #4780 from haukepetersen/opt_periph_spi2
...
drivers/spi: reworked SPI driver interface
2017-01-25 22:07:36 +01:00
Oleg Hahm
c5abb08316
Merge pull request #4058 from daniel-k/pr/gdb_threads_openocd
...
cortex_m: Add debug symbols for OpenOCD/GDB thread support
2017-01-25 17:49:42 +01:00
Hauke Petersen
5bdb3bfa61
misc: aggregated doxygen fixes
2017-01-25 16:46:46 +01:00
Hauke Petersen
b710702345
boards/opencm9-04: fixed SPI configuration
2017-01-25 16:46:46 +01:00
Hauke Petersen
49118f8c2e
boards/arduino-due: added SD card configuration
2017-01-25 16:46:46 +01:00
Hauke Petersen
a2d9d9a3f9
boards/maple-mini: adapted SPI configuration
2017-01-25 16:46:46 +01:00
Hauke Petersen
ed4cb561bb
boards/remote: fixed includes
2017-01-25 16:46:46 +01:00
PeterKietzmann
9b772a45de
boards/cc2538: fix SPI clock initialisation
2017-01-25 16:46:46 +01:00
Hauke Petersen
55391bc8eb
boards/nucleo-f207: fixed pin mapping for SPI/ADC
2017-01-25 16:46:46 +01:00
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