From: Nathael Pajani Date: Tue, 8 Nov 2022 16:59:05 +0000 (+0100) Subject: Adding README file and .gitignore file to the repository. X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=46444afa7aabbbfacd5ad834f3a2cdb004771b86;p=soft%2Flpc122x%2Fscialys Adding README file and .gitignore file to the repository. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3a78ff2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# NOTE! Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +# +# Normal rules +# +*.o +*.d +*.bin +*.elf +*.map +*/objs/* +*.zip +*.svg +*.dump +*.img +*.bak +tags +devhost diff --git a/README b/README new file mode 100644 index 0000000..0e95559 --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +This repository provides support for the Scialys modules made by Techno-Innov. + +Code for different boards created during the development process has been kept +in separate directories. +They are not "versions" or "branches" of the software development, the +hardware for each one is different. + +Refer to the main README file (at the root of the core support git repository) +for more information about building and flashing. + +If you did not get it yet, the core lpc122x support can be cloned from our +server: + git clone git://git.techno-innov.fr/lpc122x +You should then move this repository to the apps sub-directory of the core +support repository. + + +System Reference Manual and electronics sources for the modules can be found +on our server under these directories : +http://techdata.techno-innov.fr/Scialys/ +(note that this module is still under development, so you may not find all +sources there, and that the documentation may not be up-to-date). +