X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Feasytimer-v2%2Fflash-loader%2Fao_pins.h;fp=src%2Feasytimer-v2%2Fflash-loader%2Fao_pins.h;h=70a1d6cedcebf6cc22b7b9c7f5108949d90b2202;hb=5de0bd66edf15aaaf8d404d59e2740b8e8050587;hp=0000000000000000000000000000000000000000;hpb=05839dccf5afa431d93ae6124ab8b76f09bf6b54;p=fw%2Faltos diff --git a/src/easytimer-v2/flash-loader/ao_pins.h b/src/easytimer-v2/flash-loader/ao_pins.h new file mode 100644 index 00000000..70a1d6ce --- /dev/null +++ b/src/easytimer-v2/flash-loader/ao_pins.h @@ -0,0 +1,40 @@ +/* + * Copyright © 2020 Keith Packard + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + */ + +#ifndef _AO_PINS_H_ +#define _AO_PINS_H_ + +#include + +/* Companion port cs_companion0 PB6 */ + +#define AO_BOOT_PIN 1 +#define AO_BOOT_APPLICATION_GPIO (samd21_port_a) +#define AO_BOOT_APPLICATION_PIN 18 +#define AO_BOOT_APPLICATION_VALUE 1 +#define AO_BOOT_APPLICATION_MODE AO_MODE_PULL_UP + +/* USB */ +#define HAS_USB 1 + +#define AO_XOSC 1 +#define AO_XOSC_FREQ 16000000 +#define AO_XOSC_DIV 256 +#define AO_XOSC_MUL 768 + +#endif /* _AO_PINS_H_ */