mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-08 16:09:32 -04:00
Make initial public release
This commit is contained in:
commit
715de60f4a
251 changed files with 881225 additions and 0 deletions
39
hw/application_fpga/data/application_fpga_mta1_usb_dev.pcf
Normal file
39
hw/application_fpga/data/application_fpga_mta1_usb_dev.pcf
Normal file
|
@ -0,0 +1,39 @@
|
|||
#=======================================================================
|
||||
#
|
||||
# application_fpga_mta1_usb_dev.pcf
|
||||
# ---------------------------------
|
||||
# Pin constraints file for the Application FPGA design used on the
|
||||
# Mullvad MTA1_USB_DEV board.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 2022 - Tillitis AB
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
#=======================================================================
|
||||
|
||||
# UART.
|
||||
set_io interface_rx 15
|
||||
set_io interface_tx 16
|
||||
#set_io interface_cts 27
|
||||
#set_io interface_rts 28
|
||||
|
||||
|
||||
# Touch sense, mapped to a switch.
|
||||
set_io touch_event 23
|
||||
|
||||
|
||||
# GPIOs.
|
||||
set_io app_gpio1 26
|
||||
set_io app_gpio2 27
|
||||
set_io app_gpio3 31
|
||||
set_io app_gpio4 32
|
||||
|
||||
|
||||
# LEDs
|
||||
set_io led_r 41
|
||||
set_io led_g 40
|
||||
set_io led_b 39
|
||||
|
||||
#=======================================================================
|
||||
# EOF application_fpga_usb_dev.pcf
|
||||
#=======================================================================
|
39
hw/application_fpga/data/application_fpga_mta1_usb_v1.pcf
Normal file
39
hw/application_fpga/data/application_fpga_mta1_usb_v1.pcf
Normal file
|
@ -0,0 +1,39 @@
|
|||
#=======================================================================
|
||||
#
|
||||
# application_fpga_usb_v1.pcf
|
||||
# ---------------------------
|
||||
# Pin constraints file for the Application FPGA design to be used
|
||||
# on the MTA1-USB-V1 board with the CH552 MCU used as a USB-serial chip.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 2022 - Tillitis AB
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
#=======================================================================
|
||||
|
||||
# UART.
|
||||
set_io interface_rx 26
|
||||
set_io interface_tx 25
|
||||
# set_io interface_cts 27
|
||||
# set_io interface_rts 28
|
||||
|
||||
|
||||
# Touch sense.
|
||||
set_io touch_event 6
|
||||
|
||||
|
||||
# GPIOs.
|
||||
set_io app_gpio1 36
|
||||
set_io app_gpio2 38
|
||||
set_io app_gpio3 45
|
||||
set_io app_gpio4 46
|
||||
|
||||
|
||||
# LEDs
|
||||
set_io led_r 39
|
||||
set_io led_g 40
|
||||
set_io led_b 41
|
||||
|
||||
#=======================================================================
|
||||
# EOF application_fpga_ch552.pcf
|
||||
#=======================================================================
|
2
hw/application_fpga/data/udi.hex
Normal file
2
hw/application_fpga/data/udi.hex
Normal file
|
@ -0,0 +1,2 @@
|
|||
00010203
|
||||
04050607
|
8
hw/application_fpga/data/uds.hex
Normal file
8
hw/application_fpga/data/uds.hex
Normal file
|
@ -0,0 +1,8 @@
|
|||
80808080
|
||||
91919191
|
||||
a2a2a2a2
|
||||
b3b3b3b3
|
||||
c4c4c4c4
|
||||
d5d5d5d5
|
||||
e6e6e6e6
|
||||
f7f7f7f7
|
Loading…
Add table
Add a link
Reference in a new issue