Gerson Fernando Budke
|
9dfdedcaf7
|
cpu/atmega_common: Add PM on peripherals
Add PM blocks to adc/i2c/spi peripherals.
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
|
2023-12-01 14:12:23 +01:00 |
|
Hugues Larrive
|
6336672c08
|
cpu/atmega_common: checking features instead of CPU models
|
2023-07-04 23:17:21 +02:00 |
|
Gunar Schorcht
|
007e29ebb5
|
cpu/periph/i2c: update implementations to new I2C API
Make all `spi_acquire` implementations return `void` and add assertions to check for valid device identifier where missing.
|
2021-11-29 06:35:25 +01:00 |
|
Jan Romann
|
4384795cb9
|
treewide: Remove excessive newlines
|
2021-08-13 19:50:38 +02:00 |
|
Bas Stottelaar
|
22243aec7a
|
cpu/*: realign ENABLE_DEBUG
|
2020-10-23 00:46:26 +02:00 |
|
Gunar Schorcht
|
2051167176
|
cpu/atmega: fix I2C compilation error with NDEBUG
When NDEBUG macro is defined during compilation, the assert macro produces empty code. The dev parameter is then unused.
|
2020-01-30 11:46:31 +01:00 |
|
|
cc51f4ff7c
|
cpu/atmega_common: fix typos
|
2019-11-23 22:39:35 +01:00 |
|
Marian Buschsieweke
|
454d25ae68
|
cpu/atmega_common: Updated i2c_release()
|
2019-08-22 12:03:07 +02:00 |
|
Laurent Navet
|
c7fed1526c
|
cpu/atmega_common: adapt to new i2c api
Rework atmega i2c to match new i2c interface.
Only i2c_read_bytes and i2c_write_bytes are implemented.
|
2018-07-25 12:01:39 +02:00 |
|
|
1195ee609f
|
cpu/atmega_common: remove useless periph file guard
|
2018-04-16 09:58:44 +02: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 |
|
smlng
|
27c2ee50f9
|
cpu, atmega_common: fix returns and error codes in periph/i2c
|
2017-11-13 13:23:06 +01:00 |
|
Robert Hartung
|
914025973d
|
cpu/atmega: use power.h defines instead of direct register access
|
2017-09-14 14:04:14 +02:00 |
|
dnahm
|
b313c02c7c
|
Adapted to comments II
|
2017-08-31 16:11:34 +02:00 |
|
dnahm
|
fe15574c6b
|
Adapted to comments
|
2017-08-31 16:11:34 +02:00 |
|
dnahm
|
7bab826c38
|
cpu/atmega_common: add i2c periph driver
|
2017-08-31 16:11:34 +02:00 |
|