diff options
| author | Radomir Dopieralski <openstack@sheep.art.pl> | 2019-03-01 15:06:24 +0100 |
|---|---|---|
| committer | Radomir Dopieralski <openstack@sheep.art.pl> | 2019-03-01 15:06:24 +0100 |
| commit | 18870255ea4c18eddcbd91ffd36517c728e34907 (patch) | |
| tree | f0eb8bd460144d454110d25728f6405cdf9411fe | |
| parent | 45fea86554d42d07360ec16574908bc96c5e37ec (diff) | |
Remove the pewpew70 board definition, leave only pewpew10
| -rw-r--r-- | ports/atmel-samd/boards/pewpew70/board.c | 38 | ||||
| -rw-r--r-- | ports/atmel-samd/boards/pewpew70/mpconfigboard.h | 12 | ||||
| -rw-r--r-- | ports/atmel-samd/boards/pewpew70/mpconfigboard.mk | 13 | ||||
| -rw-r--r-- | ports/atmel-samd/boards/pewpew70/pins.c | 31 |
4 files changed, 0 insertions, 94 deletions
diff --git a/ports/atmel-samd/boards/pewpew70/board.c b/ports/atmel-samd/boards/pewpew70/board.c deleted file mode 100644 index c8e20206a..000000000 --- a/ports/atmel-samd/boards/pewpew70/board.c +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of the MicroPython project, http://micropython.org/ - * - * The MIT License (MIT) - * - * Copyright (c) 2017 Scott Shawcroft for Adafruit Industries - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. - */ - -#include "boards/board.h" - -void board_init(void) -{ -} - -bool board_requests_safe_mode(void) { - return false; -} - -void reset_board(void) { -} diff --git a/ports/atmel-samd/boards/pewpew70/mpconfigboard.h b/ports/atmel-samd/boards/pewpew70/mpconfigboard.h deleted file mode 100644 index e839bc5ea..000000000 --- a/ports/atmel-samd/boards/pewpew70/mpconfigboard.h +++ /dev/null @@ -1,12 +0,0 @@ -#define MICROPY_HW_BOARD_NAME "PewPew 7.0" -#define MICROPY_HW_MCU_NAME "samd21e18" - -#define MICROPY_PORT_A (PORT_PA24 | PORT_PA25) -#define MICROPY_PORT_B (0) -#define MICROPY_PORT_C (0) - -#define CIRCUITPY_INTERNAL_NVM_SIZE 0 - -#include "internal_flash.h" - -#define BOARD_FLASH_SIZE (0x00040000 - 0x2000 - 0x010000) diff --git a/ports/atmel-samd/boards/pewpew70/mpconfigboard.mk b/ports/atmel-samd/boards/pewpew70/mpconfigboard.mk deleted file mode 100644 index f316bfb2e..000000000 --- a/ports/atmel-samd/boards/pewpew70/mpconfigboard.mk +++ /dev/null @@ -1,13 +0,0 @@ -LD_FILE = boards/samd21x18-bootloader.ld -USB_VID = 0x239A -USB_PID = 0x801D -USB_PRODUCT = "PewPew 7.0" -USB_MANUFACTURER = "Radomir Dopieralski" - -INTERNAL_FLASH_FILESYSTEM = 1 -LONGINT_IMPL = NONE - -CHIP_VARIANT = SAMD21E18A -CHIP_FAMILY = samd21 - -FROZEN_MPY_DIRS += $(TOP)/frozen/pewpew70 diff --git a/ports/atmel-samd/boards/pewpew70/pins.c b/ports/atmel-samd/boards/pewpew70/pins.c deleted file mode 100644 index 9fca3c4ad..000000000 --- a/ports/atmel-samd/boards/pewpew70/pins.c +++ /dev/null @@ -1,31 +0,0 @@ -#include "shared-bindings/board/__init__.h" - -#include "board_busses.h" - -STATIC const mp_rom_map_elem_t board_global_dict_table[] = { - { MP_ROM_QSTR(MP_QSTR_R1), MP_ROM_PTR(&pin_PA08) }, - { MP_ROM_QSTR(MP_QSTR_R2), MP_ROM_PTR(&pin_PA15) }, - { MP_ROM_QSTR(MP_QSTR_R3), MP_ROM_PTR(&pin_PA01) }, - { MP_ROM_QSTR(MP_QSTR_R4), MP_ROM_PTR(&pin_PA11) }, - { MP_ROM_QSTR(MP_QSTR_R5), MP_ROM_PTR(&pin_PA27) }, - { MP_ROM_QSTR(MP_QSTR_R6), MP_ROM_PTR(&pin_PA00) }, - { MP_ROM_QSTR(MP_QSTR_R7), MP_ROM_PTR(&pin_PA28) }, - { MP_ROM_QSTR(MP_QSTR_R8), MP_ROM_PTR(&pin_PA19) }, - - { MP_ROM_QSTR(MP_QSTR_C1), MP_ROM_PTR(&pin_PA14) }, - { MP_ROM_QSTR(MP_QSTR_C2), MP_ROM_PTR(&pin_PA23) }, - { MP_ROM_QSTR(MP_QSTR_C3), MP_ROM_PTR(&pin_PA22) }, - { MP_ROM_QSTR(MP_QSTR_C4), MP_ROM_PTR(&pin_PA09) }, - { MP_ROM_QSTR(MP_QSTR_C5), MP_ROM_PTR(&pin_PA18) }, - { MP_ROM_QSTR(MP_QSTR_C6), MP_ROM_PTR(&pin_PA10) }, - { MP_ROM_QSTR(MP_QSTR_C7), MP_ROM_PTR(&pin_PA16) }, - { MP_ROM_QSTR(MP_QSTR_C8), MP_ROM_PTR(&pin_PA17) }, - - { MP_ROM_QSTR(MP_QSTR_UP), MP_ROM_PTR(&pin_PA04) }, - { MP_ROM_QSTR(MP_QSTR_DOWN), MP_ROM_PTR(&pin_PA03) }, - { MP_ROM_QSTR(MP_QSTR_LEFT), MP_ROM_PTR(&pin_PA02) }, - { MP_ROM_QSTR(MP_QSTR_RIGHT), MP_ROM_PTR(&pin_PA05) }, - { MP_ROM_QSTR(MP_QSTR_O), MP_ROM_PTR(&pin_PA07) }, - { MP_ROM_QSTR(MP_QSTR_X), MP_ROM_PTR(&pin_PA06) }, -}; -MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table); |
