[riot-commits] [RIOT-OS/RIOT] 566544: sam0/adc: work around ADC errata on SAM D5x/E5x
Dylan Laduranty
noreply at github.com
Mon Feb 22 21:30:44 CET 2021
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 56654478d4504fb261ec4fec3eaa9813699b5664
https://github.com/RIOT-OS/RIOT/commit/56654478d4504fb261ec4fec3eaa9813699b5664
Author: Benjamin Valentin <benpicco at googlemail.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M cpu/sam0_common/periph/adc.c
Log Message:
-----------
sam0/adc: work around ADC errata on SAM D5x/E5x
The ADC SYNCBUSY.SWTRIG gets stuck to '1' after wake-up from Standby Sleep mode.
Ignore the ADC `SYNCBUSY.SWTRIG` status bit, this functionality is not used by
the driver anyway.
Commit: dc8b96f7a6b8b02f3e6710c2515f01c976d0047f
https://github.com/RIOT-OS/RIOT/commit/dc8b96f7a6b8b02f3e6710c2515f01c976d0047f
Author: Dylan Laduranty <dylan.laduranty at mesotic.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M cpu/sam0_common/periph/adc.c
Log Message:
-----------
Merge pull request #16060 from benpicco/cpu/sam0_common/periph/adc-errata
sam0/adc: work around ADC errata on SAM D5x/E5x
Compare: https://github.com/RIOT-OS/RIOT/compare/e167131c0520...dc8b96f7a6b8
More information about the commits
mailing list