From 02b570a41c4c1317f90b82b2270b6e937d3eb002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A8?= =?UTF-8?q?=D1=82=D0=B5=D0=B9=D0=B1=D0=B5=D0=B7=D0=B0=D0=BD=D0=B4=D1=82?= Date: Thu, 31 Oct 2024 11:46:35 +0300 Subject: [PATCH] Initial commit --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 49 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75ee371 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# ---> uVision +# git ignore file for Keil µVision Project + +# µVision 5 and µVision 4 Project screen layout file +*.uvguix.* +*.uvgui.* + +# Listing Files +*.i +*.lst +*.m51 +*.m66 +*.map + +# Object Files +*.axf +*.b[0-2][0-9] +*.b3[0-1] +*.bak +*.build_log.htm +*.crf +*.d +*.dep +*.elf +*.htm +*.iex +*.lnp +*.o +*.obj +*.sbr + +# Firmware Files +*.bin +*.h86 +*.hex + +# Build Files +.bat + +# Debugger Files +.ini + +# JLink Files +JLinkLog.txt + +# Other Files + diff --git a/README.md b/README.md new file mode 100644 index 0000000..2089964 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# CAN_Request-Response_protocol +