Kevin "Bear Puncher" Weiss
|
15c2a48fdf
|
Merge pull request #10839 from dylad/pr/sam0/remove_gclk_slow
cpu/sam0_common: remove unneeded GCLK_SLOW setup in i2c driver
|
2019-03-28 14:31:16 +01:00 |
|
Dylan Laduranty
|
ccf12c57a8
|
Merge pull request #10884 from fedepell/sam_rwee_support
sam0 flashpage RWWEE flash support
|
2019-03-28 11:00:25 +01:00 |
|
|
1286b18ca9
|
sam0_common: Fix syntax mistake in usbdev driver
|
2019-03-26 16:09:03 +01:00 |
|
|
d7804823db
|
sam0_common: Add USB peripheral driver
|
2019-03-26 10:26:11 +01:00 |
|
Federico Pellegrin
|
5faafac092
|
sam0 flashpage RWWEE flash support
|
2019-03-21 04:27:41 +01:00 |
|
Martine Lenders
|
39e90502af
|
sam0_common: check ADC_NUMOF on adc_init()
|
2019-02-04 09:28:13 +01:00 |
|
Federico Pellegrin
|
318f0cf679
|
sam0 flashpage: make ready check inline, add wait also after PBC
|
2019-01-30 04:29:23 +01:00 |
|
Federico Pellegrin
|
409d83e087
|
sam0 flashpage: minor code style fixes
|
2019-01-29 20:58:46 +01:00 |
|
Federico Pellegrin
|
051be66b76
|
sam0 flashpage: wait for READY bit in INTFLAG after write command
|
2019-01-27 07:39:10 +01:00 |
|
Dylan Laduranty
|
5dd51f2ec5
|
cpu/sam0_common: remove unneeded GCLK_SLOW setup in i2c driver
|
2019-01-22 09:29:42 +01:00 |
|
Dylan Laduranty
|
9450fa7dc3
|
cpu/sam0_common: add support for saml10/saml11
Add SAML10/SAML11 support through SAM0 because hardware IP are the same so reuse to avoid duplication
|
2019-01-21 17:06:58 +01:00 |
|
Federico Pellegrin
|
b8b8ffd163
|
sam0 flashpage_write: correct assert for last byte of flash + style
|
2018-12-21 13:11:38 +01:00 |
|
Federico Pellegrin
|
a0054654ee
|
sam0 flashpage_write: fix writes translation from RIOT to CPU pages
|
2018-12-19 04:54:44 +01:00 |
|
Martine Lenders
|
95819c660b
|
sam0_common: mark closing #endif for MODULE_PERIPH_GPIO_IRQ
|
2018-10-09 15:11:00 +02:00 |
|
|
13654a950b
|
cpu/samr30: add support for samr30g18a
Co-authored-by: biboc <bapclenet@gmail.com>
|
2018-10-01 10:15:08 +02:00 |
|
Hauke Petersen
|
6afd0efdd8
|
cpu/sam0_common/gpio: use gpio_irq feature
|
2018-09-21 08:19:31 +02:00 |
|
dylad
|
4e6d3d1f92
|
sam0/spi: fix SPI mode assignment
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
|
2018-09-04 13:58:51 +02:00 |
|
smlng
|
90f66a1952
|
cpu/sam0_common/i2c: fix ambiguous reg assignment
The value assigned to the register was unclear due to usage
of bit-comparison and ternary operator, added parentheses to
make it explicit.
|
2018-07-25 12:01:40 +02:00 |
|
dylad
|
e6bd6bfe3b
|
sam0/i2c: update driver to new API
|
2018-07-25 12:01:34 +02:00 |
|
Vincent Dupont
|
a1f482cbf7
|
cpu/sam0: use const pointer in flashpage
|
2018-03-14 16:28:33 +01:00 |
|
|
c1e20f8231
|
Merge pull request #7709 from smlng/cpu/sam0_common/enh_uart
cpu, sam0 common: adapt periph-uart to use read-only bit-fields
|
2017-12-15 12:45:10 +01:00 |
|
smlng
|
150f3fb231
|
cpu/sam0_common: fix assert in periph/flashpage
|
2017-12-10 16:21:52 +01:00 |
|
|
43e972fc61
|
Merge pull request #7970 from kYc0o/add_flashpage_write_raw
periph/flashpage: add flashpage_write_raw interface
|
2017-12-04 13:13:52 +01:00 |
|
kYc0o
|
adc08d6578
|
cpu/sam0_common: add alignment and minimum size write block constants
|
2017-11-30 17:25:35 +01:00 |
|
|
fcb3fd9e70
|
cpu/sam0_common: add flashpage_write_raw()
|
2017-11-30 15:14:39 +01:00 |
|
Martine Lenders
|
39c122155c
|
Merge pull request #7995 from smlng/make/fix/unused_params
make: fix unused-params error
|
2017-11-28 14:46:23 +01:00 |
|
smlng
|
7309171303
|
build: fix unused parameter errors
cpu, sam0_common: fix unused parameter in periph/spi
cpu, kinetis_common: fix unused parameter in periph/spi
cpu, cc2538: fix unused param in periph/i2c
cpu, cc2538: fix unused param in periph/spi
cpu, sam3: fix unused param in periph/spi
cpu, stm32_common: fix unused param in periph/pm
cpu, stm32f3: fix unused params in periph/i2c
cpu, nrf5x_common: fix unused param in periph/gpio
cpu, nrf5x_common: fix unused param in periph/spi
cpu, lpc2387: fix unused params in periph/spi
cpu, cc2538: fix unused params in radio/netdev
cpu, cc2650: fix unused params in periph/uart
cpu, lm4f120: fix unused param in periph/spi
cpu, lm4f120: fix unused params in periph/timer
cpu, lm4f120: fix unused params in periph/uart
cpu, stm32_common: fix unused params in periph/dac
cpu, stm32l0: fix unused params in periph/i2c
cpu, msp430fxyz: fix unused params in periph/uart
cpu, mips: fix unused params
cpu, cc430: fix unused-params in periph/timer
cpu, msp430fxyz: fix unused params in periph/spi
drivers, cc2420: fix unused param
cpu, mips32r2_common: fix unused params in periph/timer
cpu, cc2538: fix unused-param in periph/i2c
cpu, mips32r2_common: fix unused-param in periph/timer
cpu, msp430fxyz: fix unused params in periph/timer
cpu, atmega_common: fix unused params in periph/spi
driver, nrfmin: fix unused params
cpu, cc2538_rf: fix unused params
driver, netdev_ieee802514: fix unused param
cpu, mip_pic32m: fix unused params
cpu, lpc2387: fix unused params in periph/pwm
tests/driver_sdcard_spi: fix unused params
cpu, sam3: fix unused param in periph/pwm
tests/driver_dynamixel: fix unused params, and style issues
cpu, cc430: fix unused param in periph/rtc
cpu, atmega_common: fix unused params in periph/i2c
|
2017-11-28 14:36:01 +01:00 |
|
smlng
|
e381317fbf
|
make: fix sign-compare errors
cpu, nrf5x_common: fix sign-compare in periph/flashpage
drivers, periph_common: fix sign-compare in flashpage
cpu, sam0_common: fix sign-compare error in periph/gpio
cpu, cc2538: fix sign-compare in periph/timer
cpu, sam3: fix sign-compare in periph/gpio
cpu, stm32_common: fix sign-compare in periph/pwm
cpu, stm32_common: fix sign-compare in periph/timer
cpu, stm32_common: fix sign-compare in periph/flashpage
cpu, nrf5x_common: fix sign-compare in radio/nrfmin
cpu, samd21: fix sign-compare in periph/pwm
cpu, ezr32wg: fix sign-compare in periph/gpio
cpu, ezr32wg: fix sign-compare in periph/timer
drivers, ethos: fix sign-compare
sys, net: fix sign-compare
cpu, atmega_common: fix sign-compare error
cpu, msp430fxyz: fix sign-compare in periph/gpio
boards, msb-430-common: fix sign-compare in board_init
driver, cc2420: fix sign-compared
sys/net: fix sign-compare in gnrc_tftp
driver, pcd8544: fix sign-compare
driver, pn532: fix sign-compare
driver, sdcard_spi: fix sign-compare
tests: fix sign_compare
sys/net, lwmac: fix sign_compare
pkg, lwip: fix sign-compare
boards, waspmote: make CORECLOCK unsigned long to fix sign_compare error
tests, sock_ip: fix sign compare
tests, msg_avail: fix sign compare
tests, sock_udp: fix sign compare
boards: fix sign-compare for calliope and microbit matrix
|
2017-11-28 11:55:48 +01:00 |
|
Hauke Petersen
|
89db77710f
|
Merge pull request #7963 from dylad/opt_sam0_gpio
cpu/sam0: share GPIO configuration
|
2017-11-13 14:58:56 +01:00 |
|
dylad
|
2f4254b0df
|
cpu/sam0: ensure PD is selected
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
|
2017-11-10 10:43:40 +01:00 |
|
Hauke Petersen
|
ec27204408
|
cpu/sam0: fixed cppcheck issue in i2c driver
|
2017-11-09 13:53:15 +01:00 |
|
Hauke Petersen
|
b3962f8d2c
|
cpu/sam0: removed guards form periph drivers
|
2017-11-09 12:57:02 +01:00 |
|
Sebastian Meiling
|
2c19595b7e
|
Merge pull request #7763 from photonthunder/sam0_common_uart_receive
cpu/sam0_common/periph/uart - don’t setup receive if no pin is selected
|
2017-11-06 17:33:42 +01:00 |
|
|
a20745b6c5
|
cpu: make use of Makefile.periph
|
2017-11-06 12:01:19 +01:00 |
|
Dan Evans
|
d6ef4d2d51
|
cpu/sam0_common/periph/uart - don’t setup receive if no pin is selected
|
2017-10-23 16:22:58 -07:00 |
|
Martine Lenders
|
6e8fc5cbe1
|
Merge pull request #7644 from smlng/cpu/sam0/flashpage
cpu, sam0_common: fix flashpage use bitfield
|
2017-10-13 12:05:44 +02:00 |
|
smlng
|
ea1aa38b86
|
cpu, sam0_common: periph/uart use read-only bit-fields
|
2017-10-10 18:47:35 +02:00 |
|
smlng
|
732e60bb88
|
cpu, sam0_common: fix uart TXC check
|
2017-10-10 18:24:03 +02:00 |
|
Francisco Acosta
|
6da78131e7
|
Merge pull request #7675 from kaspar030/fix_sam0_uart
cpu/sam0/periph/uart: ensure uart_init() idempotency
|
2017-10-09 13:59:20 +02:00 |
|
|
ef1a8c66ac
|
cpu/sam0/periph/uart: ensure uart_init() idempotency
|
2017-10-09 13:45:46 +02:00 |
|
Hauke Petersen
|
5711b5d53d
|
cpu/sam0/gpio: do not clear pin on init
|
2017-10-04 12:12:43 +02:00 |
|
dylad
|
1e5262506d
|
cpu/sam0: merge GPIO driver
|
2017-10-01 14:48:12 +02:00 |
|
Dan Evans
|
531e6f5008
|
sam0:usart - wake from sleep on receive line
|
2017-09-25 12:47:31 -06:00 |
|
smlng
|
48a996bbaa
|
cpu, sam0_common: fix flashpage use bitfield
|
2017-09-25 09:24:43 +02:00 |
|
Hauke Petersen
|
68abdff15a
|
cpu/sam0: optimizations to the shared UART driver
|
2017-09-04 13:11:05 +02:00 |
|
Hauke Petersen
|
4707ad2f89
|
cpu/sam0_common: fixed UART for samd21
|
2017-08-31 09:47:09 +02:00 |
|
dylad
|
a3acd1d741
|
remove dev variable for cppcheck
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
|
2017-08-29 21:36:21 +02:00 |
|
dylad
|
c81ae98068
|
boards: update periph_conf of sam0 based board
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
|
2017-08-29 21:26:42 +02:00 |
|
dylad
|
89c885ea40
|
sam0/uart: merge samd21 & saml21 uart driver
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
|
2017-08-29 21:26:42 +02:00 |
|
smlng
|
01af6d94c4
|
cpu, periph: retain constness in spi_transfer_bytes
|
2017-06-29 15:47:13 +02:00 |
|