From d5149d654a0e6e53d41e41c9adae92523276e720 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 2 Feb 2024 23:24:50 -0700 Subject: thefreeman-avr32dd20-devkit: enable boost bypass at boot, so AA/NiMH can boot --- hw/thefreeman/avr32dd20-devkit/hwdef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/thefreeman/avr32dd20-devkit/hwdef.h') diff --git a/hw/thefreeman/avr32dd20-devkit/hwdef.h b/hw/thefreeman/avr32dd20-devkit/hwdef.h index 231f74a..38b508d 100644 --- a/hw/thefreeman/avr32dd20-devkit/hwdef.h +++ b/hw/thefreeman/avr32dd20-devkit/hwdef.h @@ -155,6 +155,7 @@ inline void hwdef_setup() { //PORTA.PIN2CTRL = PORT_PULLUPEN_bm; // B #ifdef USE_BST_BYPASS PORTA.PIN3CTRL = PORT_PULLUPEN_bm; // BBY + BST_BYPASS_PORT |= (1 << BST_BYPASS_PIN); #endif PORTA.PIN4CTRL = PORT_PULLUPEN_bm; PORTA.PIN5CTRL = PORT_PULLUPEN_bm; -- cgit v1.2.3