diff --git a/#auto_saved_files# b/#auto_saved_files# new file mode 100644 index 0000000..4fb0c9e --- /dev/null +++ b/#auto_saved_files# @@ -0,0 +1 @@ +/home/bach/Electronic/samd21_breakout/_autosave-samd21_breakout.kicad_sch diff --git a/bootloader arduino/.gdbinit b/bootloader arduino/.gdbinit new file mode 100644 index 0000000..17e17a4 --- /dev/null +++ b/bootloader arduino/.gdbinit @@ -0,0 +1,4 @@ +target extended-remote /dev/ttyBmpGdb +monitor swd_scan +#attach 1 +#set mem inaccessible-by-default off diff --git a/bootloader arduino/readme.md b/bootloader arduino/readme.md new file mode 100644 index 0000000..0222c10 --- /dev/null +++ b/bootloader arduino/readme.md @@ -0,0 +1,9 @@ +Load arduino bootloader to samd21g18a with black magic probe +============================================================ + +```shell +arm-none-eabi-gdb +target extended-remote /dev/ttyBmpGdb +monitor swd_scan +load samd21_sam_ba.elf +``` \ No newline at end of file diff --git a/bootloader arduino/samd21_sam_ba.elf b/bootloader arduino/samd21_sam_ba.elf new file mode 100644 index 0000000..a85ca0e Binary files /dev/null and b/bootloader arduino/samd21_sam_ba.elf differ diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/license.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 3 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, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/readme.md b/readme.md index 5af2d7d..83b5e28 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,6 @@ atsamd21g18 breakout board # schematic ![schmeatic](schematic.png) - # pcb ![pcb front](pcb-front.png) ![pcb back](pcb-back.png) @@ -12,6 +11,17 @@ atsamd21g18 breakout board # 3D ![pcb 3D](samd21_breakout_3D.png) +# bootloader + +Load arduino bootloader to samd21g18a using black magic probe + +```shell +arm-none-eabi-gdb +target extended-remote /dev/ttyBmpGdb +monitor swd_scan +load samd21_sam_ba.elf +``` + # bom | **Reference** | **Value** | **Datasheet** | **Qty** | **Description** | diff --git a/samd21_breakout.kicad_sch b/samd21_breakout.kicad_sch index f83a660..622b88f 100644 --- a/samd21_breakout.kicad_sch +++ b/samd21_breakout.kicad_sch @@ -4062,7 +4062,7 @@ ) ) ) - (symbol "MCU_Microchip_SAMD:ATSAMD21G18A-A" + (symbol "My_Library:ATSAMD21G18A-A-arduino-zero" (exclude_from_sim no) (in_bom yes) (on_board yes) @@ -4074,7 +4074,7 @@ ) ) ) - (property "Value" "ATSAMD21G18A-A" + (property "Value" "ATSAMD21G18A-A-arduino-zero" (at 16.51 46.99 0) (effects (font @@ -4092,7 +4092,7 @@ ) ) (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/SAM_D21_DA1_Family_Data%20Sheet_DS40001882E.pdf" - (at 0 25.4 0) + (at 6.096 -61.976 0) (effects (font (size 1.27 1.27) @@ -4101,7 +4101,7 @@ ) ) (property "Description" "SAM D21 Microchip SMART ARM-based Flash MCU, 48Mhz, 256K Flash, 32K SRAM, TQFP-48" - (at 0 0 0) + (at 7.62 -59.436 0) (effects (font (size 1.27 1.27) @@ -4127,7 +4127,7 @@ (hide yes) ) ) - (symbol "ATSAMD21G18A-A_0_1" + (symbol "ATSAMD21G18A-A-arduino-zero_0_1" (rectangle (start -15.24 45.72) (end 15.24 -45.72) @@ -4140,7 +4140,7 @@ ) ) ) - (symbol "ATSAMD21G18A-A_1_1" + (symbol "ATSAMD21G18A-A-arduino-zero_1_1" (pin bidirectional line (at -17.78 40.64 0) (length 2.54) @@ -4162,7 +4162,7 @@ (pin bidirectional line (at -17.78 27.94 0) (length 2.54) - (name "PA05" + (name "PA05-18-ADC" (effects (font (size 1.27 1.27) @@ -4180,7 +4180,7 @@ (pin bidirectional line (at -17.78 25.4 0) (length 2.54) - (name "PA06" + (name "PA06-8-ADC" (effects (font (size 1.27 1.27) @@ -4198,7 +4198,7 @@ (pin bidirectional line (at -17.78 22.86 0) (length 2.54) - (name "PA07" + (name "PA07-9-ADC" (effects (font (size 1.27 1.27) @@ -4216,7 +4216,7 @@ (pin bidirectional line (at -17.78 20.32 0) (length 2.54) - (name "PA08" + (name "PA08-4-ADC" (effects (font (size 1.27 1.27) @@ -4234,7 +4234,7 @@ (pin bidirectional line (at -17.78 17.78 0) (length 2.54) - (name "PA09" + (name "PA09-3-ADC" (effects (font (size 1.27 1.27) @@ -4252,7 +4252,7 @@ (pin bidirectional line (at -17.78 15.24 0) (length 2.54) - (name "PA10" + (name "PA10-1-ADC" (effects (font (size 1.27 1.27) @@ -4270,7 +4270,7 @@ (pin bidirectional line (at -17.78 12.7 0) (length 2.54) - (name "PA11" + (name "PA11-0-ADC" (effects (font (size 1.27 1.27) @@ -4324,7 +4324,7 @@ (pin bidirectional line (at 17.78 15.24 180) (length 2.54) - (name "PB10" + (name "23-PB10" (effects (font (size 1.27 1.27) @@ -4360,7 +4360,7 @@ (pin bidirectional line (at 17.78 12.7 180) (length 2.54) - (name "PB11" + (name "24-PB11" (effects (font (size 1.27 1.27) @@ -4378,7 +4378,7 @@ (pin bidirectional line (at -17.78 10.16 0) (length 2.54) - (name "PA12" + (name "PA12-22" (effects (font (size 1.27 1.27) @@ -4396,7 +4396,7 @@ (pin bidirectional line (at -17.78 7.62 0) (length 2.54) - (name "PA13" + (name "PA13-38" (effects (font (size 1.27 1.27) @@ -4414,7 +4414,7 @@ (pin bidirectional line (at -17.78 5.08 0) (length 2.54) - (name "PA14" + (name "PA14-2" (effects (font (size 1.27 1.27) @@ -4432,7 +4432,7 @@ (pin bidirectional line (at -17.78 2.54 0) (length 2.54) - (name "PA15" + (name "PA15-5" (effects (font (size 1.27 1.27) @@ -4450,7 +4450,7 @@ (pin bidirectional line (at -17.78 0 0) (length 2.54) - (name "PA16" + (name "PA16-11" (effects (font (size 1.27 1.27) @@ -4468,7 +4468,7 @@ (pin bidirectional line (at -17.78 -2.54 0) (length 2.54) - (name "PA17" + (name "PA17-13" (effects (font (size 1.27 1.27) @@ -4486,7 +4486,7 @@ (pin bidirectional line (at -17.78 -5.08 0) (length 2.54) - (name "PA18" + (name "PA18-10" (effects (font (size 1.27 1.27) @@ -4504,7 +4504,7 @@ (pin bidirectional line (at -17.78 -7.62 0) (length 2.54) - (name "PA19" + (name "PA19-12" (effects (font (size 1.27 1.27) @@ -4522,7 +4522,7 @@ (pin bidirectional line (at -17.78 -10.16 0) (length 2.54) - (name "PA20" + (name "PA20-6" (effects (font (size 1.27 1.27) @@ -4540,7 +4540,7 @@ (pin bidirectional line (at -17.78 35.56 0) (length 2.54) - (name "PA02" + (name "PA02-14-ADC" (effects (font (size 1.27 1.27) @@ -4558,7 +4558,7 @@ (pin bidirectional line (at -17.78 -12.7 0) (length 2.54) - (name "PA21" + (name "PA21-7" (effects (font (size 1.27 1.27) @@ -4576,7 +4576,7 @@ (pin bidirectional line (at -17.78 -15.24 0) (length 2.54) - (name "PA22" + (name "PA22-20-SDA" (effects (font (size 1.27 1.27) @@ -4594,7 +4594,7 @@ (pin bidirectional line (at -17.78 -17.78 0) (length 2.54) - (name "PA23" + (name "PA23-21-SCL" (effects (font (size 1.27 1.27) @@ -4612,7 +4612,7 @@ (pin bidirectional line (at -17.78 -20.32 0) (length 2.54) - (name "PA24" + (name "PA24-28-usb/dm" (effects (font (size 1.27 1.27) @@ -4630,7 +4630,7 @@ (pin bidirectional line (at -17.78 -22.86 0) (length 2.54) - (name "PA25" + (name "PA25-29-usb/dp" (effects (font (size 1.27 1.27) @@ -4684,7 +4684,7 @@ (pin bidirectional line (at 17.78 -15.24 180) (length 2.54) - (name "PB22" + (name "com-30-PB22" (effects (font (size 1.27 1.27) @@ -4702,7 +4702,7 @@ (pin bidirectional line (at 17.78 -17.78 180) (length 2.54) - (name "PB23" + (name "com-31-PB23" (effects (font (size 1.27 1.27) @@ -4720,7 +4720,7 @@ (pin bidirectional line (at -17.78 -27.94 0) (length 2.54) - (name "PA27" + (name "PA27-26" (effects (font (size 1.27 1.27) @@ -4738,7 +4738,7 @@ (pin bidirectional line (at -17.78 33.02 0) (length 2.54) - (name "PA03" + (name "PA03-42-ADC" (effects (font (size 1.27 1.27) @@ -4774,7 +4774,7 @@ (pin bidirectional line (at -17.78 -30.48 0) (length 2.54) - (name "PA28" + (name "PA28-27" (effects (font (size 1.27 1.27) @@ -4846,7 +4846,7 @@ (pin bidirectional line (at -17.78 -35.56 0) (length 2.54) - (name "PA30" + (name "PA30-44-SWCLK" (effects (font (size 1.27 1.27) @@ -4864,7 +4864,7 @@ (pin bidirectional line (at -17.78 -38.1 0) (length 2.54) - (name "PA31" + (name "PA31-45-SWDIO" (effects (font (size 1.27 1.27) @@ -4882,7 +4882,7 @@ (pin bidirectional line (at 17.78 35.56 180) (length 2.54) - (name "PB02" + (name "ADC-19-PB02" (effects (font (size 1.27 1.27) @@ -4900,7 +4900,7 @@ (pin bidirectional line (at 17.78 33.02 180) (length 2.54) - (name "PB03" + (name "25-PB03" (effects (font (size 1.27 1.27) @@ -4954,7 +4954,7 @@ (pin bidirectional line (at 17.78 20.32 180) (length 2.54) - (name "PB08" + (name "ADC-15-PB08" (effects (font (size 1.27 1.27) @@ -4972,7 +4972,7 @@ (pin bidirectional line (at 17.78 17.78 180) (length 2.54) - (name "PB09" + (name "ADC-16-PB09" (effects (font (size 1.27 1.27) @@ -4990,7 +4990,7 @@ (pin bidirectional line (at -17.78 30.48 0) (length 2.54) - (name "PA04" + (name "PA04-17-ADC" (effects (font (size 1.27 1.27) @@ -6168,7 +6168,7 @@ (uuid "0975857b-7c15-4b1c-a24e-7c94fc2f8904") ) (junction - (at 41.91 184.15) + (at 97.79 40.64) (diameter 0) (color 0 0 0 0) (uuid "21a90fb7-0109-40f9-b021-37d17cbb5441") @@ -6198,7 +6198,7 @@ (uuid "70b914a5-c6bb-4e91-b9e4-ca6996fee1ec") ) (junction - (at 52.07 176.53) + (at 107.95 33.02) (diameter 0) (color 0 0 0 0) (uuid "759cb462-2728-4dd1-a287-0fda1f6d6376") @@ -6216,7 +6216,7 @@ (uuid "79fa0395-3f2b-4a31-a037-9d43d897fcbc") ) (junction - (at 33.02 176.53) + (at 88.9 33.02) (diameter 0) (color 0 0 0 0) (uuid "7e077745-183b-41b0-a8da-9590bba266b4") @@ -6246,7 +6246,7 @@ (uuid "dab52a10-0e5d-4be6-81ca-7b7c70469a7e") ) (junction - (at 41.91 187.96) + (at 97.79 44.45) (diameter 0) (color 0 0 0 0) (uuid "deeebe08-92e0-461a-aa1a-80d7440ee823") @@ -6275,7 +6275,7 @@ ) (polyline (pts - (xy 149.86 156.21) (xy 149.86 182.88) + (xy 92.71 157.48) (xy 92.71 184.15) ) (stroke (width 0) @@ -6285,7 +6285,7 @@ ) (wire (pts - (xy 58.42 90.17) (xy 58.42 87.63) + (xy 49.53 45.72) (xy 49.53 43.18) ) (stroke (width 0) @@ -6315,7 +6315,7 @@ ) (wire (pts - (xy 140.97 165.1) (xy 140.97 177.8) + (xy 106.68 128.27) (xy 106.68 140.97) ) (stroke (width 0) @@ -6325,7 +6325,7 @@ ) (wire (pts - (xy 90.17 165.1) (xy 90.17 177.8) + (xy 83.82 128.27) (xy 83.82 140.97) ) (stroke (width 0) @@ -6335,7 +6335,7 @@ ) (polyline (pts - (xy 76.2 156.21) (xy 76.2 182.88) + (xy 69.85 119.38) (xy 69.85 146.05) ) (stroke (width 0) @@ -6345,7 +6345,7 @@ ) (wire (pts - (xy 55.88 87.63) (xy 58.42 87.63) + (xy 46.99 43.18) (xy 49.53 43.18) ) (stroke (width 0) @@ -6355,7 +6355,7 @@ ) (polyline (pts - (xy 148.59 193.04) (xy 148.59 156.21) + (xy 114.3 156.21) (xy 114.3 119.38) ) (stroke (width 0) @@ -6365,7 +6365,7 @@ ) (wire (pts - (xy 33.02 187.96) (xy 41.91 187.96) + (xy 88.9 44.45) (xy 97.79 44.45) ) (stroke (width 0) @@ -6375,7 +6375,7 @@ ) (wire (pts - (xy 55.88 90.17) (xy 58.42 90.17) + (xy 46.99 45.72) (xy 49.53 45.72) ) (stroke (width 0) @@ -6415,7 +6415,7 @@ ) (wire (pts - (xy 119.38 104.14) (xy 146.05 104.14) + (xy 134.62 111.76) (xy 161.29 111.76) ) (stroke (width 0) @@ -6435,7 +6435,7 @@ ) (wire (pts - (xy 87.63 165.1) (xy 87.63 167.64) + (xy 81.28 128.27) (xy 81.28 130.81) ) (stroke (width 0) @@ -6445,7 +6445,7 @@ ) (wire (pts - (xy 41.91 124.46) (xy 41.91 137.16) + (xy 149.86 27.94) (xy 149.86 40.64) ) (stroke (width 0) @@ -6495,7 +6495,7 @@ ) (wire (pts - (xy 146.05 106.68) (xy 146.05 107.95) + (xy 161.29 114.3) (xy 161.29 115.57) ) (stroke (width 0) @@ -6505,7 +6505,7 @@ ) (wire (pts - (xy 81.28 116.84) (xy 81.28 118.11) + (xy 25.4 124.46) (xy 25.4 125.73) ) (stroke (width 0) @@ -6515,7 +6515,7 @@ ) (wire (pts - (xy 163.83 165.1) (xy 163.83 170.18) + (xy 106.68 166.37) (xy 106.68 171.45) ) (stroke (width 0) @@ -6545,7 +6545,7 @@ ) (polyline (pts - (xy 102.87 193.04) (xy 124.46 193.04) + (xy 69.85 194.31) (xy 91.44 194.31) ) (stroke (width 0) @@ -6555,7 +6555,7 @@ ) (polyline (pts - (xy 127 156.21) (xy 127 182.88) + (xy 92.71 119.38) (xy 92.71 146.05) ) (stroke (width 0) @@ -6565,7 +6565,7 @@ ) (wire (pts - (xy 58.42 85.09) (xy 58.42 82.55) + (xy 49.53 40.64) (xy 49.53 38.1) ) (stroke (width 0) @@ -6575,7 +6575,7 @@ ) (wire (pts - (xy 140.97 165.1) (xy 138.43 165.1) + (xy 106.68 128.27) (xy 104.14 128.27) ) (stroke (width 0) @@ -6605,7 +6605,7 @@ ) (wire (pts - (xy 52.07 184.15) (xy 52.07 187.96) + (xy 107.95 40.64) (xy 107.95 44.45) ) (stroke (width 0) @@ -6645,7 +6645,7 @@ ) (wire (pts - (xy 90.17 165.1) (xy 87.63 165.1) + (xy 83.82 128.27) (xy 81.28 128.27) ) (stroke (width 0) @@ -6655,7 +6655,7 @@ ) (wire (pts - (xy 146.05 102.87) (xy 146.05 104.14) + (xy 161.29 110.49) (xy 161.29 111.76) ) (stroke (width 0) @@ -6665,7 +6665,7 @@ ) (wire (pts - (xy 41.91 124.46) (xy 44.45 124.46) + (xy 149.86 27.94) (xy 152.4 27.94) ) (stroke (width 0) @@ -6675,7 +6675,7 @@ ) (polyline (pts - (xy 97.79 156.21) (xy 76.2 156.21) + (xy 91.44 119.38) (xy 69.85 119.38) ) (stroke (width 0) @@ -6695,7 +6695,7 @@ ) (wire (pts - (xy 55.88 82.55) (xy 58.42 82.55) + (xy 46.99 38.1) (xy 49.53 38.1) ) (stroke (width 0) @@ -6725,7 +6725,7 @@ ) (wire (pts - (xy 161.29 165.1) (xy 163.83 165.1) + (xy 104.14 166.37) (xy 106.68 166.37) ) (stroke (width 0) @@ -6785,7 +6785,7 @@ ) (wire (pts - (xy 161.29 165.1) (xy 161.29 177.8) + (xy 104.14 166.37) (xy 104.14 179.07) ) (stroke (width 0) @@ -6805,7 +6805,7 @@ ) (polyline (pts - (xy 102.87 156.21) (xy 102.87 182.88) + (xy 69.85 157.48) (xy 69.85 184.15) ) (stroke (width 0) @@ -6815,7 +6815,7 @@ ) (wire (pts - (xy 55.88 85.09) (xy 58.42 85.09) + (xy 46.99 40.64) (xy 49.53 40.64) ) (stroke (width 0) @@ -6825,7 +6825,7 @@ ) (wire (pts - (xy 119.38 88.9) (xy 148.59 88.9) + (xy 134.62 96.52) (xy 163.83 96.52) ) (stroke (width 0) @@ -6835,7 +6835,7 @@ ) (polyline (pts - (xy 30.48 142.24) (xy 30.48 152.4) + (xy 138.43 45.72) (xy 138.43 55.88) ) (stroke (width 0) @@ -6845,7 +6845,7 @@ ) (wire (pts - (xy 49.53 176.53) (xy 52.07 176.53) + (xy 105.41 33.02) (xy 107.95 33.02) ) (stroke (width 0) @@ -6855,7 +6855,7 @@ ) (polyline (pts - (xy 171.45 156.21) (xy 149.86 156.21) + (xy 114.3 157.48) (xy 92.71 157.48) ) (stroke (width 0) @@ -6885,7 +6885,7 @@ ) (wire (pts - (xy 33.02 176.53) (xy 34.29 176.53) + (xy 88.9 33.02) (xy 90.17 33.02) ) (stroke (width 0) @@ -6895,7 +6895,7 @@ ) (polyline (pts - (xy 171.45 193.04) (xy 171.45 156.21) + (xy 114.3 194.31) (xy 114.3 157.48) ) (stroke (width 0) @@ -6915,7 +6915,7 @@ ) (polyline (pts - (xy 30.48 152.4) (xy 52.07 152.4) + (xy 138.43 55.88) (xy 160.02 55.88) ) (stroke (width 0) @@ -6935,7 +6935,7 @@ ) (wire (pts - (xy 111.76 165.1) (xy 116.84 165.1) + (xy 78.74 166.37) (xy 83.82 166.37) ) (stroke (width 0) @@ -6945,7 +6945,7 @@ ) (polyline (pts - (xy 124.46 156.21) (xy 102.87 156.21) + (xy 91.44 157.48) (xy 69.85 157.48) ) (stroke (width 0) @@ -6955,7 +6955,7 @@ ) (wire (pts - (xy 41.91 187.96) (xy 52.07 187.96) + (xy 97.79 44.45) (xy 107.95 44.45) ) (stroke (width 0) @@ -6965,7 +6965,7 @@ ) (polyline (pts - (xy 148.59 156.21) (xy 127 156.21) + (xy 114.3 119.38) (xy 92.71 119.38) ) (stroke (width 0) @@ -7005,7 +7005,7 @@ ) (wire (pts - (xy 41.91 184.15) (xy 41.91 187.96) + (xy 97.79 40.64) (xy 97.79 44.45) ) (stroke (width 0) @@ -7035,7 +7035,7 @@ ) (wire (pts - (xy 119.38 106.68) (xy 146.05 106.68) + (xy 134.62 114.3) (xy 161.29 114.3) ) (stroke (width 0) @@ -7045,7 +7045,7 @@ ) (wire (pts - (xy 116.84 165.1) (xy 116.84 170.18) + (xy 83.82 166.37) (xy 83.82 171.45) ) (stroke (width 0) @@ -7055,7 +7055,7 @@ ) (wire (pts - (xy 111.76 165.1) (xy 111.76 177.8) + (xy 78.74 166.37) (xy 78.74 179.07) ) (stroke (width 0) @@ -7085,7 +7085,7 @@ ) (wire (pts - (xy 33.02 184.15) (xy 33.02 187.96) + (xy 88.9 40.64) (xy 88.9 44.45) ) (stroke (width 0) @@ -7095,7 +7095,7 @@ ) (polyline (pts - (xy 52.07 152.4) (xy 52.07 115.57) + (xy 160.02 55.88) (xy 160.02 19.05) ) (stroke (width 0) @@ -7105,7 +7105,7 @@ ) (wire (pts - (xy 44.45 53.34) (xy 44.45 50.8) + (xy 82.55 88.9) (xy 82.55 86.36) ) (stroke (width 0) @@ -7135,7 +7135,7 @@ ) (polyline (pts - (xy 149.86 193.04) (xy 171.45 193.04) + (xy 92.71 194.31) (xy 114.3 194.31) ) (stroke (width 0) @@ -7145,7 +7145,7 @@ ) (wire (pts - (xy 24.13 176.53) (xy 33.02 176.53) + (xy 80.01 33.02) (xy 88.9 33.02) ) (stroke (width 0) @@ -7155,7 +7155,7 @@ ) (polyline (pts - (xy 149.86 182.88) (xy 149.86 193.04) + (xy 92.71 184.15) (xy 92.71 194.31) ) (stroke (width 0) @@ -7175,7 +7175,7 @@ ) (polyline (pts - (xy 102.87 182.88) (xy 102.87 193.04) + (xy 69.85 184.15) (xy 69.85 194.31) ) (stroke (width 0) @@ -7205,7 +7205,7 @@ ) (polyline (pts - (xy 97.79 193.04) (xy 97.79 156.21) + (xy 91.44 156.21) (xy 91.44 119.38) ) (stroke (width 0) @@ -7215,7 +7215,7 @@ ) (wire (pts - (xy 41.91 182.88) (xy 41.91 184.15) + (xy 97.79 39.37) (xy 97.79 40.64) ) (stroke (width 0) @@ -7225,7 +7225,7 @@ ) (polyline (pts - (xy 127 182.88) (xy 127 193.04) + (xy 92.71 146.05) (xy 92.71 156.21) ) (stroke (width 0) @@ -7245,7 +7245,7 @@ ) (wire (pts - (xy 119.38 86.36) (xy 148.59 86.36) + (xy 134.62 93.98) (xy 163.83 93.98) ) (stroke (width 0) @@ -7265,7 +7265,7 @@ ) (polyline (pts - (xy 52.07 115.57) (xy 30.48 115.57) + (xy 160.02 19.05) (xy 138.43 19.05) ) (stroke (width 0) @@ -7285,7 +7285,7 @@ ) (polyline (pts - (xy 30.48 115.57) (xy 30.48 142.24) + (xy 138.43 19.05) (xy 138.43 45.72) ) (stroke (width 0) @@ -7295,7 +7295,7 @@ ) (wire (pts - (xy 52.07 176.53) (xy 59.69 176.53) + (xy 107.95 33.02) (xy 115.57 33.02) ) (stroke (width 0) @@ -7305,7 +7305,7 @@ ) (polyline (pts - (xy 127 193.04) (xy 148.59 193.04) + (xy 92.71 156.21) (xy 114.3 156.21) ) (stroke (width 0) @@ -7325,7 +7325,7 @@ ) (wire (pts - (xy 44.45 124.46) (xy 44.45 129.54) + (xy 152.4 27.94) (xy 152.4 33.02) ) (stroke (width 0) @@ -7345,7 +7345,7 @@ ) (wire (pts - (xy 81.28 113.03) (xy 81.28 114.3) + (xy 25.4 120.65) (xy 25.4 121.92) ) (stroke (width 0) @@ -7395,7 +7395,7 @@ ) (wire (pts - (xy 138.43 165.1) (xy 138.43 167.64) + (xy 104.14 128.27) (xy 104.14 130.81) ) (stroke (width 0) @@ -7415,7 +7415,7 @@ ) (wire (pts - (xy 59.69 53.34) (xy 59.69 50.8) + (xy 96.52 78.74) (xy 96.52 76.2) ) (stroke (width 0) @@ -7425,7 +7425,7 @@ ) (wire (pts - (xy 81.28 114.3) (xy 101.6 114.3) + (xy 25.4 121.92) (xy 45.72 121.92) ) (stroke (width 0) @@ -7435,7 +7435,7 @@ ) (polyline (pts - (xy 76.2 182.88) (xy 76.2 193.04) + (xy 69.85 146.05) (xy 69.85 156.21) ) (stroke (width 0) @@ -7445,7 +7445,7 @@ ) (wire (pts - (xy 101.6 116.84) (xy 81.28 116.84) + (xy 45.72 124.46) (xy 25.4 124.46) ) (stroke (width 0) @@ -7455,7 +7455,7 @@ ) (polyline (pts - (xy 76.2 193.04) (xy 97.79 193.04) + (xy 69.85 156.21) (xy 91.44 156.21) ) (stroke (width 0) @@ -7475,7 +7475,7 @@ ) (polyline (pts - (xy 124.46 193.04) (xy 124.46 156.21) + (xy 91.44 194.31) (xy 91.44 157.48) ) (stroke (width 0) @@ -7484,8 +7484,8 @@ (uuid "fe4a2e19-fab1-492a-aa99-5040bdd61cf4") ) (rectangle - (start 19.05 162.56) - (end 66.04 193.04) + (start 74.93 19.05) + (end 121.92 49.53) (stroke (width 0) (type default) @@ -7497,7 +7497,7 @@ ) (text "SWD pins" (exclude_from_sim no) - (at 76.708 158.75 0) + (at 70.358 121.92 0) (effects (font (size 1.27 1.27) @@ -7519,7 +7519,7 @@ ) (text "SWD pads" (exclude_from_sim no) - (at 103.378 158.75 0) + (at 70.358 160.02 0) (effects (font (size 1.27 1.27) @@ -7530,7 +7530,7 @@ ) (text "Convertisseur\n24~5V->3V3" (exclude_from_sim no) - (at 20.32 168.91 0) + (at 76.2 25.4 0) (effects (font (size 1.27 1.27) @@ -7541,7 +7541,7 @@ ) (global_label "PA17-D13-SCK" (shape input) - (at 119.38 129.54 0) + (at 134.62 137.16 0) (fields_autoplaced yes) (effects (font @@ -7551,7 +7551,7 @@ ) (uuid "035380c8-2a4f-4f6c-9e82-2b61b70c11e4") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 137.7261 129.54 0) + (at 152.9661 137.16 0) (effects (font (size 1.27 1.27) @@ -7629,7 +7629,7 @@ ) (global_label "PB08-A1" (shape input) - (at 101.6 88.9 180) + (at 45.72 96.52 180) (fields_autoplaced yes) (effects (font @@ -7639,7 +7639,7 @@ ) (uuid "1a6dacb4-85b8-4708-a3ec-f3bd04a3f0c2") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 89.7853 88.9 0) + (at 33.9053 96.52 0) (effects (font (size 1.27 1.27) @@ -7695,7 +7695,7 @@ ) (global_label "PA14-D2" (shape input) - (at 101.6 129.54 180) + (at 45.72 137.16 180) (fields_autoplaced yes) (effects (font @@ -7705,7 +7705,7 @@ ) (uuid "20c34cca-7972-465e-8030-369b80e1c515") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 89.7853 129.54 0) + (at 33.9053 137.16 0) (effects (font (size 1.27 1.27) @@ -7717,7 +7717,7 @@ ) (global_label "PA25-USBd+" (shape input) - (at 36.83 137.16 90) + (at 144.78 40.64 90) (fields_autoplaced yes) (effects (font @@ -7727,7 +7727,7 @@ ) (uuid "213da065-e215-4754-b484-c92e3b7b5eea") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 36.83 121.2934 90) + (at 144.78 24.7734 90) (effects (font (size 1.27 1.27) @@ -7739,7 +7739,7 @@ ) (global_label "PA15-D5" (shape input) - (at 101.6 132.08 180) + (at 45.72 139.7 180) (fields_autoplaced yes) (effects (font @@ -7749,7 +7749,7 @@ ) (uuid "273621c2-983f-40c4-bb7a-64d1eab52704") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 89.7853 132.08 0) + (at 33.9053 139.7 0) (effects (font (size 1.27 1.27) @@ -7783,7 +7783,7 @@ ) (global_label "PA27" (shape input) - (at 119.38 96.52 0) + (at 134.62 104.14 0) (fields_autoplaced yes) (effects (font @@ -7793,7 +7793,7 @@ ) (uuid "2c79ef99-c6a1-4579-b6e6-c294b5e8d0b4") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 127.1428 96.52 0) + (at 142.3828 104.14 0) (effects (font (size 1.27 1.27) @@ -7805,7 +7805,7 @@ ) (global_label "PA07-D9" (shape input) - (at 101.6 101.6 180) + (at 45.72 109.22 180) (fields_autoplaced yes) (effects (font @@ -7815,7 +7815,7 @@ ) (uuid "2c9ba724-552a-40f0-a2af-80dda8d4b440") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 89.7853 101.6 0) + (at 33.9053 109.22 0) (effects (font (size 1.27 1.27) @@ -7827,7 +7827,7 @@ ) (global_label "PB09-A2" (shape input) - (at 101.6 91.44 180) + (at 45.72 99.06 180) (fields_autoplaced yes) (effects (font @@ -7837,7 +7837,7 @@ ) (uuid "305c964b-98d3-4b77-b2e1-13feab99394d") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 89.7853 91.44 0) + (at 33.9053 99.06 0) (effects (font (size 1.27 1.27) @@ -7937,7 +7937,7 @@ ) (global_label "RESET" (shape input) - (at 114.3 177.8 90) + (at 81.28 179.07 90) (fields_autoplaced yes) (effects (font @@ -7947,7 +7947,7 @@ ) (uuid "3ba1fb29-15ca-48bf-8442-01141b1efbc5") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at -6.35 82.55 0) + (at -39.37 83.82 0) (effects (font (size 1.27 1.27) @@ -7956,7 +7956,7 @@ ) ) (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" - (at 114.2206 169.7306 90) + (at 81.2006 171.0006 90) (effects (font (size 1.27 1.27) @@ -8034,7 +8034,7 @@ ) (global_label "PA25-USBd+" (shape input) - (at 58.42 87.63 0) + (at 49.53 43.18 0) (fields_autoplaced yes) (effects (font @@ -8044,7 +8044,7 @@ ) (uuid "444e0c36-6284-4cd5-8fce-118c115af80e") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 74.2866 87.63 0) + (at 65.3966 43.18 0) (effects (font (size 1.27 1.27) @@ -8056,7 +8056,7 @@ ) (global_label "RESET" (shape input) - (at 73.66 43.18 90) + (at 111.76 67.31 90) (fields_autoplaced yes) (effects (font @@ -8066,7 +8066,7 @@ ) (uuid "448b614b-2608-4586-a7c7-bafaf1748bf4") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 73.66 34.4497 90) + (at 111.76 58.5797 90) (effects (font (size 1.27 1.27) @@ -8078,7 +8078,7 @@ ) (global_label "PA20-D6" (shape input) - (at 119.38 121.92 0) + (at 134.62 129.54 0) (fields_autoplaced yes) (effects (font @@ -8088,7 +8088,7 @@ ) (uuid "48fb5862-1df6-44ba-ad14-16ec6fb880df") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 131.1947 121.92 0) + (at 146.4347 129.54 0) (effects (font (size 1.27 1.27) @@ -8100,7 +8100,7 @@ ) (global_label "PA11-D0-RXI" (shape input) - (at 133.35 177.8 90) + (at 99.06 140.97 90) (fields_autoplaced yes) (effects (font @@ -8110,7 +8110,7 @@ ) (uuid "4d5e4d96-e83c-4adc-b399-918a8cc1f8d5") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 133.35 161.3286 90) + (at 99.06 124.4986 90) (effects (font (size 1.27 1.27) @@ -8122,7 +8122,7 @@ ) (global_label "PA25-USBd+" (shape input) - (at 119.38 109.22 0) + (at 134.62 116.84 0) (fields_autoplaced yes) (effects (font @@ -8132,7 +8132,7 @@ ) (uuid "4fff8810-3447-42aa-8a8f-702d2342f788") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 135.2466 109.22 0) + (at 150.4866 116.84 0) (effects (font (size 1.27 1.27) @@ -8210,7 +8210,7 @@ ) (global_label "PA16-D11-MOSI" (shape input) - (at 119.38 132.08 0) + (at 134.62 139.7 0) (fields_autoplaced yes) (effects (font @@ -8220,7 +8220,7 @@ ) (uuid "654e306c-1a23-4447-a066-5d9a6d6707e2") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 138.5728 132.08 0) + (at 153.8128 139.7 0) (effects (font (size 1.27 1.27) @@ -8232,7 +8232,7 @@ ) (global_label "PA30-SWDCLK" (shape input) - (at 109.22 177.8 90) + (at 76.2 179.07 90) (fields_autoplaced yes) (effects (font @@ -8242,7 +8242,7 @@ ) (uuid "68729de8-f56c-4b98-a811-ec8abe390a21") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 109.22 160.9658 90) + (at 76.2 162.2358 90) (effects (font (size 1.27 1.27) @@ -8252,7 +8252,7 @@ ) ) (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" - (at 107.0292 177.8 90) + (at 74.0092 179.07 90) (effects (font (size 1.27 1.27) @@ -8330,7 +8330,7 @@ ) (global_label "PA06-D8" (shape input) - (at 101.6 99.06 180) + (at 45.72 106.68 180) (fields_autoplaced yes) (effects (font @@ -8340,7 +8340,7 @@ ) (uuid "7142ff16-ec65-4d85-978a-9f3a6b211ebc") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 89.7853 99.06 0) + (at 33.9053 106.68 0) (effects (font (size 1.27 1.27) @@ -8352,7 +8352,7 @@ ) (global_label "PA10-D1-TX0" (shape input) - (at 158.75 177.8 90) + (at 101.6 179.07 90) (fields_autoplaced yes) (effects (font @@ -8362,7 +8362,7 @@ ) (uuid "72dee036-5c9c-4280-a077-9afcf603dfd2") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 158.75 161.0263 90) + (at 101.6 162.2963 90) (effects (font (size 1.27 1.27) @@ -8374,7 +8374,7 @@ ) (global_label "PA31-SWDIO" (shape input) - (at 80.01 177.8 90) + (at 73.66 140.97 90) (fields_autoplaced yes) (effects (font @@ -8384,7 +8384,7 @@ ) (uuid "7444fd98-2439-4448-9d16-739f7fd447df") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 80.01 162.5986 90) + (at 73.66 125.7686 90) (effects (font (size 1.27 1.27) @@ -8396,7 +8396,7 @@ ) (global_label "PA19-D12-MISO" (shape input) - (at 119.38 124.46 0) + (at 134.62 132.08 0) (fields_autoplaced yes) (effects (font @@ -8406,7 +8406,7 @@ ) (uuid "75de5d6d-0f25-42b6-90d6-b4d1303b6bf6") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 138.5728 124.46 0) + (at 153.8128 132.08 0) (effects (font (size 1.27 1.27) @@ -8418,7 +8418,7 @@ ) (global_label "PA12-SPI_MISO" (shape input) - (at 101.6 124.46 180) + (at 45.72 132.08 180) (fields_autoplaced yes) (effects (font @@ -8428,7 +8428,7 @@ ) (uuid "7937b481-9017-49d3-a7cd-1ec61b7b59bc") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 83.6167 124.46 0) + (at 27.7367 132.08 0) (effects (font (size 1.27 1.27) @@ -8528,7 +8528,7 @@ ) (global_label "PA03-AREF" (shape input) - (at 101.6 86.36 180) + (at 45.72 93.98 180) (fields_autoplaced yes) (effects (font @@ -8538,7 +8538,7 @@ ) (uuid "84171a27-0132-4dce-aa49-d7d195e92d7a") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 87.6686 86.36 0) + (at 31.7886 93.98 0) (effects (font (size 1.27 1.27) @@ -8550,7 +8550,7 @@ ) (global_label "PA31-SWDIO" (shape input) - (at 119.38 81.28 0) + (at 134.62 88.9 0) (fields_autoplaced yes) (effects (font @@ -8560,7 +8560,7 @@ ) (uuid "8549a502-ac50-4434-9b99-73a72e9f7f0b") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 134.5814 81.28 0) + (at 149.8214 88.9 0) (effects (font (size 1.27 1.27) @@ -8572,7 +8572,7 @@ ) (global_label "PA23-SCL" (shape input) - (at 119.38 114.3 0) + (at 134.62 121.92 0) (fields_autoplaced yes) (effects (font @@ -8582,7 +8582,7 @@ ) (uuid "8725e554-f00d-43b9-b716-6143012e2f29") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 132.2228 114.3 0) + (at 147.4628 121.92 0) (effects (font (size 1.27 1.27) @@ -8594,7 +8594,7 @@ ) (global_label "PA13-DGI_GPIO" (shape input) - (at 101.6 127 180) + (at 45.72 134.62 180) (fields_autoplaced yes) (effects (font @@ -8604,7 +8604,7 @@ ) (uuid "87eb03df-7148-4868-b231-7d1db0992c5f") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 83.6771 127 0) + (at 27.7971 134.62 0) (effects (font (size 1.27 1.27) @@ -8616,7 +8616,7 @@ ) (global_label "PA30-SWDCLK" (shape input) - (at 119.38 83.82 0) + (at 134.62 91.44 0) (fields_autoplaced yes) (effects (font @@ -8626,7 +8626,7 @@ ) (uuid "8b876640-d411-4537-a00a-9951cc917b84") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 136.2142 83.82 0) + (at 151.4542 91.44 0) (effects (font (size 1.27 1.27) @@ -8638,7 +8638,7 @@ ) (global_label "PA11-D0-RXI" (shape input) - (at 101.6 111.76 180) + (at 45.72 119.38 180) (fields_autoplaced yes) (effects (font @@ -8648,7 +8648,7 @@ ) (uuid "8fe98f1f-0d1c-42d6-a5aa-124c0b639c28") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 85.1286 111.76 0) + (at 29.2486 119.38 0) (effects (font (size 1.27 1.27) @@ -8704,7 +8704,7 @@ ) (global_label "PA08-D4" (shape input) - (at 101.6 104.14 180) + (at 45.72 111.76 180) (fields_autoplaced yes) (effects (font @@ -8714,7 +8714,7 @@ ) (uuid "96c1070e-4c92-4c90-913e-9b1cbc77102c") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 89.7853 104.14 0) + (at 33.9053 111.76 0) (effects (font (size 1.27 1.27) @@ -8726,7 +8726,7 @@ ) (global_label "PA02" (shape input) - (at 101.6 83.82 180) + (at 45.72 91.44 180) (fields_autoplaced yes) (effects (font @@ -8736,7 +8736,7 @@ ) (uuid "971ef15a-7eb7-4a9e-b024-00eb8af91bb1") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 93.8372 83.82 0) + (at 37.9572 91.44 0) (effects (font (size 1.27 1.27) @@ -8770,7 +8770,7 @@ ) (global_label "PB10-SPI_MOSI" (shape input) - (at 101.6 119.38 180) + (at 45.72 127 180) (fields_autoplaced yes) (effects (font @@ -8780,7 +8780,7 @@ ) (uuid "9a23d5a7-ec05-4914-a1e9-9e888f38b24c") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 83.4353 119.38 0) + (at 27.5553 127 0) (effects (font (size 1.27 1.27) @@ -8814,7 +8814,7 @@ ) (global_label "PA10-D1-TX0" (shape input) - (at 135.89 177.8 90) + (at 101.6 140.97 90) (fields_autoplaced yes) (effects (font @@ -8824,7 +8824,7 @@ ) (uuid "9ffce52f-744a-4857-a7ad-ebaf48dfef8f") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 135.89 161.0263 90) + (at 101.6 124.1963 90) (effects (font (size 1.27 1.27) @@ -8858,7 +8858,7 @@ ) (global_label "PB02-A5" (shape input) - (at 119.38 78.74 0) + (at 134.62 86.36 0) (fields_autoplaced yes) (effects (font @@ -8868,7 +8868,7 @@ ) (uuid "a631835e-78f2-4f38-a201-3d3ce1088016") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 131.1947 78.74 0) + (at 146.4347 86.36 0) (effects (font (size 1.27 1.27) @@ -8880,7 +8880,7 @@ ) (global_label "PA05-A4" (shape input) - (at 101.6 96.52 180) + (at 45.72 104.14 180) (fields_autoplaced yes) (effects (font @@ -8890,7 +8890,7 @@ ) (uuid "b54f34d9-87b2-4431-8b18-d2b58bcff5da") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 89.9667 96.52 0) + (at 34.0867 104.14 0) (effects (font (size 1.27 1.27) @@ -8924,7 +8924,7 @@ ) (global_label "PB22-TXD" (shape input) - (at 119.38 101.6 0) + (at 134.62 109.22 0) (fields_autoplaced yes) (effects (font @@ -8934,7 +8934,7 @@ ) (uuid "c4a509af-a6c4-42e9-88ad-a37a6d54c2b6") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 132.3437 101.6 0) + (at 147.5837 109.22 0) (effects (font (size 1.27 1.27) @@ -8946,7 +8946,7 @@ ) (global_label "PA04-A3" (shape input) - (at 101.6 93.98 180) + (at 45.72 101.6 180) (fields_autoplaced yes) (effects (font @@ -8956,7 +8956,7 @@ ) (uuid "ca884a5d-a611-4967-915c-629305edacd7") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 89.9667 93.98 0) + (at 34.0867 101.6 0) (effects (font (size 1.27 1.27) @@ -8968,7 +8968,7 @@ ) (global_label "PA31-SWDIO" (shape input) - (at 106.68 177.8 90) + (at 73.66 179.07 90) (fields_autoplaced yes) (effects (font @@ -8978,7 +8978,7 @@ ) (uuid "cd78c540-bbc4-427c-ab0d-33ddb3b1c293") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 106.68 162.5986 90) + (at 73.66 163.8686 90) (effects (font (size 1.27 1.27) @@ -8990,7 +8990,7 @@ ) (global_label "PA28-USB_HOST_EN" (shape input) - (at 119.38 91.44 0) + (at 134.62 99.06 0) (fields_autoplaced yes) (effects (font @@ -9000,7 +9000,7 @@ ) (uuid "cdc23f26-97d4-4026-917c-eaacc5399d3c") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 141.778 91.44 0) + (at 157.018 99.06 0) (effects (font (size 1.27 1.27) @@ -9012,7 +9012,7 @@ ) (global_label "PA24-USBd-" (shape input) - (at 119.38 111.76 0) + (at 134.62 119.38 0) (fields_autoplaced yes) (effects (font @@ -9022,7 +9022,7 @@ ) (uuid "ce6d3c49-5cdc-4723-a39b-22ce3a619757") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 135.2466 111.76 0) + (at 150.4866 119.38 0) (effects (font (size 1.27 1.27) @@ -9034,7 +9034,7 @@ ) (global_label "PA17-D13-SCK" (shape input) - (at 36.83 45.72 180) + (at 74.93 81.28 180) (fields_autoplaced yes) (effects (font @@ -9044,7 +9044,7 @@ ) (uuid "d0917f51-aaa9-4bba-af25-e02f3e1601b9") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 18.4839 45.72 0) + (at 56.5839 81.28 0) (effects (font (size 1.27 1.27) @@ -9078,7 +9078,7 @@ ) (global_label "PA10-D1-TX0" (shape input) - (at 101.6 109.22 180) + (at 45.72 116.84 180) (fields_autoplaced yes) (effects (font @@ -9088,7 +9088,7 @@ ) (uuid "d2d510af-d2a1-4e59-b0b3-1ae6358aa84a") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 84.8263 109.22 0) + (at 28.9463 116.84 0) (effects (font (size 1.27 1.27) @@ -9100,7 +9100,7 @@ ) (global_label "RESET" (shape input) - (at 85.09 177.8 90) + (at 78.74 140.97 90) (fields_autoplaced yes) (effects (font @@ -9110,7 +9110,7 @@ ) (uuid "d455d473-4816-40a4-a218-aa4740035f30") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at -35.56 82.55 0) + (at -41.91 45.72 0) (effects (font (size 1.27 1.27) @@ -9119,7 +9119,7 @@ ) ) (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" - (at 85.0106 169.7306 90) + (at 78.6606 132.9006 90) (effects (font (size 1.27 1.27) @@ -9131,7 +9131,7 @@ ) (global_label "PA11-D0-RXI" (shape input) - (at 156.21 177.8 90) + (at 99.06 179.07 90) (fields_autoplaced yes) (effects (font @@ -9141,7 +9141,7 @@ ) (uuid "d61b74df-dd41-4e97-9648-6a1dc34ac2eb") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 156.21 161.3286 90) + (at 99.06 162.5986 90) (effects (font (size 1.27 1.27) @@ -9175,7 +9175,7 @@ ) (global_label "PA24-USBd-" (shape input) - (at 39.37 137.16 90) + (at 147.32 40.64 90) (fields_autoplaced yes) (effects (font @@ -9185,7 +9185,7 @@ ) (uuid "df0becaf-7a8b-44ed-adc4-f119e199f43a") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 39.37 121.2934 90) + (at 147.32 24.7734 90) (effects (font (size 1.27 1.27) @@ -9263,7 +9263,7 @@ ) (global_label "PA24-USBd-" (shape input) - (at 58.42 82.55 0) + (at 49.53 38.1 0) (fields_autoplaced yes) (effects (font @@ -9273,7 +9273,7 @@ ) (uuid "e7ba0490-3858-4fac-8827-cd733b984299") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 74.2866 82.55 0) + (at 65.3966 38.1 0) (effects (font (size 1.27 1.27) @@ -9285,7 +9285,7 @@ ) (global_label "RESET" (shape input) - (at 119.38 93.98 0) + (at 134.62 101.6 0) (fields_autoplaced yes) (effects (font @@ -9295,7 +9295,7 @@ ) (uuid "eb488dd1-173d-441f-b8cb-d8641ffe43a5") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 128.1103 93.98 0) + (at 143.3503 101.6 0) (effects (font (size 1.27 1.27) @@ -9307,7 +9307,7 @@ ) (global_label "PA18-D10-SS" (shape input) - (at 119.38 127 0) + (at 134.62 134.62 0) (fields_autoplaced yes) (effects (font @@ -9317,7 +9317,7 @@ ) (uuid "eb55c053-d7bc-4922-a06e-8077d3e88a92") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 136.3956 127 0) + (at 151.6356 134.62 0) (effects (font (size 1.27 1.27) @@ -9329,7 +9329,7 @@ ) (global_label "PB03" (shape input) - (at 119.38 76.2 0) + (at 134.62 83.82 0) (fields_autoplaced yes) (effects (font @@ -9339,7 +9339,7 @@ ) (uuid "ed61667f-a1ab-490b-a64b-f0a60835c3a2") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 127.3242 76.2 0) + (at 142.5642 83.82 0) (effects (font (size 1.27 1.27) @@ -9351,7 +9351,7 @@ ) (global_label "PB23-RXD" (shape input) - (at 119.38 99.06 0) + (at 134.62 106.68 0) (fields_autoplaced yes) (effects (font @@ -9361,7 +9361,7 @@ ) (uuid "ee9fa4d2-4b56-43dc-89fb-2a7a075e330c") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 132.6461 99.06 0) + (at 147.8861 106.68 0) (effects (font (size 1.27 1.27) @@ -9373,7 +9373,7 @@ ) (global_label "PA21-D7" (shape input) - (at 119.38 119.38 0) + (at 134.62 127 0) (fields_autoplaced yes) (effects (font @@ -9383,7 +9383,7 @@ ) (uuid "efa229f2-c187-4941-84d4-d39eba681726") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 131.1947 119.38 0) + (at 146.4347 127 0) (effects (font (size 1.27 1.27) @@ -9395,7 +9395,7 @@ ) (global_label "PA22-SDA" (shape input) - (at 119.38 116.84 0) + (at 134.62 124.46 0) (fields_autoplaced yes) (effects (font @@ -9405,7 +9405,7 @@ ) (uuid "f3b44e9b-d5be-4778-95e5-dd37defa68f4") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 132.2833 116.84 0) + (at 147.5233 124.46 0) (effects (font (size 1.27 1.27) @@ -9461,7 +9461,7 @@ ) (global_label "PA30-SWDCLK" (shape input) - (at 82.55 177.8 90) + (at 76.2 140.97 90) (fields_autoplaced yes) (effects (font @@ -9471,7 +9471,7 @@ ) (uuid "f8c6f422-6ee5-4d5a-8960-e85faec8b0f9") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 82.55 160.9658 90) + (at 76.2 124.1358 90) (effects (font (size 1.27 1.27) @@ -9481,7 +9481,7 @@ ) ) (property "Références Inter-Feuilles" "${INTERSHEET_REFS}" - (at 80.3592 177.8 90) + (at 74.0092 140.97 90) (effects (font (size 1.27 1.27) @@ -9493,7 +9493,7 @@ ) (global_label "PA09-D3" (shape input) - (at 101.6 106.68 180) + (at 45.72 114.3 180) (fields_autoplaced yes) (effects (font @@ -9503,7 +9503,7 @@ ) (uuid "fd2e6ddd-6af9-4e3f-b9b0-f2ea6b8fe078") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 89.7853 106.68 0) + (at 33.9053 114.3 0) (effects (font (size 1.27 1.27) @@ -9515,7 +9515,7 @@ ) (global_label "PB11-SPI_SCK" (shape input) - (at 101.6 121.92 180) + (at 45.72 129.54 180) (fields_autoplaced yes) (effects (font @@ -9525,7 +9525,7 @@ ) (uuid "fd69a4a5-7b2f-4fda-89e1-01b87291cfb1") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 84.282 121.92 0) + (at 28.402 129.54 0) (effects (font (size 1.27 1.27) @@ -9628,7 +9628,7 @@ ) (symbol (lib_id "power:GND") - (at 146.05 107.95 0) + (at 161.29 115.57 0) (mirror y) (unit 1) (exclude_from_sim no) @@ -9637,7 +9637,7 @@ (dnp no) (uuid "061ac8b2-0a7a-458e-8422-342090495e7c") (property "Reference" "#PWR08" - (at 146.05 114.3 0) + (at 161.29 121.92 0) (effects (font (size 1.27 1.27) @@ -9646,7 +9646,7 @@ ) ) (property "Value" "GND" - (at 150.114 108.204 0) + (at 165.354 115.824 0) (effects (font (size 1.27 1.27) @@ -9654,7 +9654,7 @@ ) ) (property "Footprint" "" - (at 146.05 107.95 0) + (at 161.29 115.57 0) (effects (font (size 1.27 1.27) @@ -9663,7 +9663,7 @@ ) ) (property "Datasheet" "" - (at 146.05 107.95 0) + (at 161.29 115.57 0) (effects (font (size 1.27 1.27) @@ -9672,7 +9672,7 @@ ) ) (property "Description" "" - (at 146.05 107.95 0) + (at 161.29 115.57 0) (effects (font (size 1.27 1.27) @@ -9694,7 +9694,7 @@ ) (symbol (lib_id "Connector:Conn_01x04_Socket") - (at 135.89 182.88 90) + (at 101.6 146.05 90) (mirror x) (unit 1) (exclude_from_sim no) @@ -9704,7 +9704,7 @@ (fields_autoplaced yes) (uuid "08e72945-1d89-422a-b86a-21da1f5f66f2") (property "Reference" "J6" - (at 137.16 185.42 90) + (at 102.87 148.59 90) (effects (font (size 1.27 1.27) @@ -9712,7 +9712,7 @@ ) ) (property "Value" "serial pins" - (at 137.16 187.96 90) + (at 102.87 151.13 90) (effects (font (size 1.27 1.27) @@ -9720,7 +9720,7 @@ ) ) (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" - (at 135.89 182.88 0) + (at 101.6 146.05 0) (effects (font (size 1.27 1.27) @@ -9729,7 +9729,7 @@ ) ) (property "Datasheet" "~" - (at 135.89 182.88 0) + (at 101.6 146.05 0) (effects (font (size 1.27 1.27) @@ -9738,7 +9738,7 @@ ) ) (property "Description" "" - (at 135.89 182.88 0) + (at 101.6 146.05 0) (effects (font (size 1.27 1.27) @@ -9769,7 +9769,7 @@ ) (symbol (lib_id "Connector:Conn_01x05_Socket") - (at 111.76 182.88 90) + (at 78.74 184.15 90) (mirror x) (unit 1) (exclude_from_sim no) @@ -9779,7 +9779,7 @@ (fields_autoplaced yes) (uuid "0c43c4b4-165b-4698-bac4-d8933d409296") (property "Reference" "J7" - (at 111.76 185.42 90) + (at 78.74 186.69 90) (effects (font (size 1.27 1.27) @@ -9787,7 +9787,7 @@ ) ) (property "Value" "SWD pads" - (at 111.76 187.96 90) + (at 78.74 189.23 90) (effects (font (size 1.27 1.27) @@ -9795,7 +9795,7 @@ ) ) (property "Footprint" "My_footprint:pad-probe_2x03_P1.27mm_hole" - (at 111.76 182.88 0) + (at 78.74 184.15 0) (effects (font (size 1.27 1.27) @@ -9804,7 +9804,7 @@ ) ) (property "Datasheet" "~" - (at 111.76 182.88 0) + (at 78.74 184.15 0) (effects (font (size 1.27 1.27) @@ -9813,7 +9813,7 @@ ) ) (property "Description" "Generic connector, single row, 01x05, script generated" - (at 111.76 182.88 0) + (at 78.74 184.15 0) (effects (font (size 1.27 1.27) @@ -9912,7 +9912,7 @@ ) (symbol (lib_id "power:+5V") - (at 59.69 35.56 0) + (at 96.52 60.96 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9920,7 +9920,7 @@ (dnp no) (uuid "0e180448-47d8-41fe-9dfd-9492958b3ac0") (property "Reference" "#PWR030" - (at 59.69 39.37 0) + (at 96.52 64.77 0) (effects (font (size 1.27 1.27) @@ -9929,7 +9929,7 @@ ) ) (property "Value" "+3.3V" - (at 62.23 31.75 0) + (at 99.06 57.15 0) (effects (font (size 1.27 1.27) @@ -9937,7 +9937,7 @@ ) ) (property "Footprint" "" - (at 59.69 35.56 0) + (at 96.52 60.96 0) (effects (font (size 1.27 1.27) @@ -9946,7 +9946,7 @@ ) ) (property "Datasheet" "" - (at 59.69 35.56 0) + (at 96.52 60.96 0) (effects (font (size 1.27 1.27) @@ -9955,7 +9955,7 @@ ) ) (property "Description" "" - (at 59.69 35.56 0) + (at 96.52 60.96 0) (effects (font (size 1.27 1.27) @@ -9977,7 +9977,7 @@ ) (symbol (lib_id "Connector:Conn_01x23_Socket") - (at 114.3 104.14 0) + (at 129.54 111.76 0) (mirror y) (unit 1) (exclude_from_sim no) @@ -9986,7 +9986,7 @@ (dnp no) (uuid "12730b13-d3cc-4436-8e8c-b4d384c0a751") (property "Reference" "J5" - (at 113.03 104.1399 0) + (at 128.27 111.7599 0) (effects (font (size 1.27 1.27) @@ -9995,7 +9995,7 @@ ) ) (property "Value" "Conn_01x23_Socket" - (at 113.03 106.6799 0) + (at 128.27 114.2999 0) (effects (font (size 1.27 1.27) @@ -10005,7 +10005,7 @@ ) ) (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x23_P2.54mm_Vertical" - (at 114.3 104.14 0) + (at 129.54 111.76 0) (effects (font (size 1.27 1.27) @@ -10014,7 +10014,7 @@ ) ) (property "Datasheet" "~" - (at 114.3 104.14 0) + (at 129.54 111.76 0) (effects (font (size 1.27 1.27) @@ -10023,7 +10023,7 @@ ) ) (property "Description" "Generic connector, single row, 01x23, script generated" - (at 114.3 104.14 0) + (at 129.54 111.76 0) (effects (font (size 1.27 1.27) @@ -10111,7 +10111,7 @@ ) (symbol (lib_id "power:+3.3V") - (at 44.45 137.16 0) + (at 152.4 40.64 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10119,7 +10119,7 @@ (dnp no) (uuid "1e1cd2bc-59cb-42a9-8bb5-ea391a828fea") (property "Reference" "#PWR033" - (at 44.45 140.97 0) + (at 152.4 44.45 0) (effects (font (size 1.27 1.27) @@ -10128,7 +10128,7 @@ ) ) (property "Value" "+5V" - (at 48.26 135.89 0) + (at 156.21 39.37 0) (effects (font (size 1.27 1.27) @@ -10136,7 +10136,7 @@ ) ) (property "Footprint" "" - (at 44.45 137.16 0) + (at 152.4 40.64 0) (effects (font (size 1.27 1.27) @@ -10145,7 +10145,7 @@ ) ) (property "Datasheet" "" - (at 44.45 137.16 0) + (at 152.4 40.64 0) (effects (font (size 1.27 1.27) @@ -10154,7 +10154,7 @@ ) ) (property "Description" "" - (at 44.45 137.16 0) + (at 152.4 40.64 0) (effects (font (size 1.27 1.27) @@ -10176,7 +10176,7 @@ ) (symbol (lib_id "Regulator_Linear:HT75xx-1-SOT89") - (at 41.91 179.07 0) + (at 97.79 35.56 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10185,7 +10185,7 @@ (fields_autoplaced yes) (uuid "1fbd24cc-27bb-4bbf-9d14-61cd05de492b") (property "Reference" "U1" - (at 41.91 168.91 0) + (at 97.79 25.4 0) (effects (font (size 1.27 1.27) @@ -10193,7 +10193,7 @@ ) ) (property "Value" "HT7133-SOT89" - (at 41.91 171.45 0) + (at 97.79 27.94 0) (effects (font (size 1.27 1.27) @@ -10201,7 +10201,7 @@ ) ) (property "Footprint" "Package_TO_SOT_SMD:SOT-89-3" - (at 41.91 170.815 0) + (at 97.79 27.305 0) (effects (font (size 1.27 1.27) @@ -10211,7 +10211,7 @@ ) ) (property "Datasheet" "https://www.holtek.com/documents/10179/116711/HT75xx-1v250.pdf" - (at 41.91 176.53 0) + (at 97.79 33.02 0) (effects (font (size 1.27 1.27) @@ -10220,7 +10220,7 @@ ) ) (property "Description" "" - (at 41.91 179.07 0) + (at 97.79 35.56 0) (effects (font (size 1.27 1.27) @@ -10248,7 +10248,7 @@ ) (symbol (lib_id "power:GND") - (at 33.02 107.95 0) + (at 24.13 63.5 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10257,7 +10257,7 @@ (fields_autoplaced yes) (uuid "1fe8b8df-474f-45b6-80d0-b5d43f60cdcf") (property "Reference" "#PWR021" - (at 33.02 114.3 0) + (at 24.13 69.85 0) (effects (font (size 1.27 1.27) @@ -10266,7 +10266,7 @@ ) ) (property "Value" "GND" - (at 33.02 113.03 0) + (at 24.13 68.58 0) (effects (font (size 1.27 1.27) @@ -10274,7 +10274,7 @@ ) ) (property "Footprint" "" - (at 33.02 107.95 0) + (at 24.13 63.5 0) (effects (font (size 1.27 1.27) @@ -10283,7 +10283,7 @@ ) ) (property "Datasheet" "" - (at 33.02 107.95 0) + (at 24.13 63.5 0) (effects (font (size 1.27 1.27) @@ -10292,7 +10292,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 33.02 107.95 0) + (at 24.13 63.5 0) (effects (font (size 1.27 1.27) @@ -10314,7 +10314,7 @@ ) (symbol (lib_id "power:GND") - (at 116.84 170.18 0) + (at 83.82 171.45 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10322,7 +10322,7 @@ (dnp no) (uuid "27301b58-4169-41b8-a91b-b18c88e8a2dc") (property "Reference" "#PWR028" - (at 116.84 176.53 0) + (at 83.82 177.8 0) (effects (font (size 1.27 1.27) @@ -10331,7 +10331,7 @@ ) ) (property "Value" "GND" - (at 120.65 171.45 0) + (at 87.63 172.72 0) (effects (font (size 1.27 1.27) @@ -10339,7 +10339,7 @@ ) ) (property "Footprint" "" - (at 116.84 170.18 0) + (at 83.82 171.45 0) (effects (font (size 1.27 1.27) @@ -10348,7 +10348,7 @@ ) ) (property "Datasheet" "" - (at 116.84 170.18 0) + (at 83.82 171.45 0) (effects (font (size 1.27 1.27) @@ -10357,7 +10357,7 @@ ) ) (property "Description" "" - (at 116.84 170.18 0) + (at 83.82 171.45 0) (effects (font (size 1.27 1.27) @@ -10379,7 +10379,7 @@ ) (symbol (lib_id "power:GND") - (at 81.28 118.11 0) + (at 25.4 125.73 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10387,7 +10387,7 @@ (dnp no) (uuid "2e193c66-5433-4c67-80c2-1060a715a39d") (property "Reference" "#PWR05" - (at 81.28 124.46 0) + (at 25.4 132.08 0) (effects (font (size 1.27 1.27) @@ -10396,7 +10396,7 @@ ) ) (property "Value" "GND" - (at 77.216 118.364 0) + (at 21.336 125.984 0) (effects (font (size 1.27 1.27) @@ -10404,7 +10404,7 @@ ) ) (property "Footprint" "" - (at 81.28 118.11 0) + (at 25.4 125.73 0) (effects (font (size 1.27 1.27) @@ -10413,7 +10413,7 @@ ) ) (property "Datasheet" "" - (at 81.28 118.11 0) + (at 25.4 125.73 0) (effects (font (size 1.27 1.27) @@ -10422,7 +10422,7 @@ ) ) (property "Description" "" - (at 81.28 118.11 0) + (at 25.4 125.73 0) (effects (font (size 1.27 1.27) @@ -10580,7 +10580,7 @@ ) (symbol (lib_id "Device:LED") - (at 44.45 36.83 90) + (at 82.55 72.39 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -10588,7 +10588,7 @@ (dnp no) (uuid "381fab0e-4d3e-46cc-9d9f-221dbb9aca6e") (property "Reference" "D2" - (at 40.64 35.56 90) + (at 78.74 71.12 90) (effects (font (size 1.27 1.27) @@ -10596,7 +10596,7 @@ ) ) (property "Value" "green" - (at 39.37 38.1 90) + (at 77.47 73.66 90) (effects (font (size 1.27 1.27) @@ -10604,7 +10604,7 @@ ) ) (property "Footprint" "LED_SMD:LED_0805_2012Metric" - (at 44.45 36.83 0) + (at 82.55 72.39 0) (effects (font (size 1.27 1.27) @@ -10613,7 +10613,7 @@ ) ) (property "Datasheet" "~" - (at 44.45 36.83 0) + (at 82.55 72.39 0) (effects (font (size 1.27 1.27) @@ -10622,7 +10622,7 @@ ) ) (property "Description" "" - (at 44.45 36.83 0) + (at 82.55 72.39 0) (effects (font (size 1.27 1.27) @@ -10850,7 +10850,7 @@ ) (symbol (lib_id "Connector:Conn_01x04_Socket") - (at 39.37 142.24 90) + (at 147.32 45.72 90) (mirror x) (unit 1) (exclude_from_sim no) @@ -10860,7 +10860,7 @@ (fields_autoplaced yes) (uuid "4477a3ea-1ea1-4c94-aa48-8482156ec04f") (property "Reference" "J8" - (at 40.64 144.78 90) + (at 148.59 48.26 90) (effects (font (size 1.27 1.27) @@ -10868,7 +10868,7 @@ ) ) (property "Value" "USB pads" - (at 40.64 147.32 90) + (at 148.59 50.8 90) (effects (font (size 1.27 1.27) @@ -10876,7 +10876,7 @@ ) ) (property "Footprint" "My_footprint:pad-probe_1x04_P1.27mm_hole" - (at 39.37 142.24 0) + (at 147.32 45.72 0) (effects (font (size 1.27 1.27) @@ -10885,7 +10885,7 @@ ) ) (property "Datasheet" "~" - (at 39.37 142.24 0) + (at 147.32 45.72 0) (effects (font (size 1.27 1.27) @@ -10894,7 +10894,7 @@ ) ) (property "Description" "" - (at 39.37 142.24 0) + (at 147.32 45.72 0) (effects (font (size 1.27 1.27) @@ -10991,7 +10991,7 @@ ) (symbol (lib_id "power:+5V") - (at 55.88 69.85 0) + (at 46.99 25.4 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11000,7 +11000,7 @@ (fields_autoplaced yes) (uuid "4fd0b11d-dc22-475b-a72b-8a3a2f4b7f36") (property "Reference" "#PWR023" - (at 55.88 73.66 0) + (at 46.99 29.21 0) (effects (font (size 1.27 1.27) @@ -11009,7 +11009,7 @@ ) ) (property "Value" "+5V" - (at 55.88 64.77 0) + (at 46.99 20.32 0) (effects (font (size 1.27 1.27) @@ -11017,7 +11017,7 @@ ) ) (property "Footprint" "" - (at 55.88 69.85 0) + (at 46.99 25.4 0) (effects (font (size 1.27 1.27) @@ -11026,7 +11026,7 @@ ) ) (property "Datasheet" "" - (at 55.88 69.85 0) + (at 46.99 25.4 0) (effects (font (size 1.27 1.27) @@ -11035,7 +11035,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+5V\"" - (at 55.88 69.85 0) + (at 46.99 25.4 0) (effects (font (size 1.27 1.27) @@ -11057,7 +11057,7 @@ ) (symbol (lib_id "Device:C") - (at 33.02 180.34 0) + (at 88.9 36.83 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11065,7 +11065,7 @@ (dnp no) (uuid "508778f8-34b0-49e8-8d4b-8dd4f0614c04") (property "Reference" "C1" - (at 26.67 180.34 0) + (at 82.55 36.83 0) (effects (font (size 1.27 1.27) @@ -11073,7 +11073,7 @@ ) ) (property "Value" "10µf" - (at 26.67 182.88 0) + (at 82.55 39.37 0) (effects (font (size 1.27 1.27) @@ -11081,7 +11081,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 33.9852 184.15 0) + (at 89.8652 40.64 0) (effects (font (size 1.27 1.27) @@ -11090,7 +11090,7 @@ ) ) (property "Datasheet" "~" - (at 33.02 180.34 0) + (at 88.9 36.83 0) (effects (font (size 1.27 1.27) @@ -11099,7 +11099,7 @@ ) ) (property "Description" "" - (at 33.02 180.34 0) + (at 88.9 36.83 0) (effects (font (size 1.27 1.27) @@ -11122,74 +11122,9 @@ ) ) ) - (symbol - (lib_id "power:+BATT") - (at 165.1 62.23 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "525e19a4-6cac-455d-ad28-ff602edaa107") - (property "Reference" "#PWR034" - (at 165.1 58.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+3.3V" - (at 166.116 66.294 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 165.1 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 165.1 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"+BATT\"" - (at 165.1 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "ad3e5dfe-5ebb-491a-bcc9-520bdac20e95") - ) - (instances - (project "samd21_breakout" - (path "/025a0f4b-62be-4bb0-84d4-afd7924eec6c" - (reference "#PWR034") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Switch:SW_Push") - (at 73.66 48.26 270) + (at 111.76 72.39 270) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11197,7 +11132,7 @@ (dnp no) (uuid "5b6b6781-7b3b-43d3-bff5-f776254f6736") (property "Reference" "SW1" - (at 77.4192 47.0916 90) + (at 115.5192 71.2216 90) (effects (font (size 1.27 1.27) @@ -11206,7 +11141,7 @@ ) ) (property "Value" "SW_Push" - (at 77.4192 49.403 90) + (at 115.5192 73.533 90) (effects (font (size 1.27 1.27) @@ -11216,7 +11151,7 @@ ) ) (property "Footprint" "Button_Switch_SMD:SW_Push_SPST_NO_Alps_SKRK" - (at 78.74 48.26 0) + (at 116.84 72.39 0) (effects (font (size 1.27 1.27) @@ -11225,7 +11160,7 @@ ) ) (property "Datasheet" "https://fr.aliexpress.com/item/32698846968.html?spm=a2g0o.order_list.order_list_main.72.40435e5bvY0uBg&gatewayAdapt=glo2fra" - (at 78.74 48.26 0) + (at 116.84 72.39 0) (effects (font (size 1.27 1.27) @@ -11234,7 +11169,7 @@ ) ) (property "Description" "" - (at 73.66 48.26 0) + (at 111.76 72.39 0) (effects (font (size 1.27 1.27) @@ -11259,7 +11194,7 @@ ) (symbol (lib_id "power:+3.3V") - (at 163.83 177.8 0) + (at 106.68 179.07 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11267,7 +11202,7 @@ (dnp no) (uuid "5c78ee37-ada9-4d2f-bf57-de98c5e8aeb3") (property "Reference" "#PWR011" - (at 163.83 181.61 0) + (at 106.68 182.88 0) (effects (font (size 1.27 1.27) @@ -11276,7 +11211,7 @@ ) ) (property "Value" "+3.3V" - (at 167.64 176.53 0) + (at 110.49 177.8 0) (effects (font (size 1.27 1.27) @@ -11284,7 +11219,7 @@ ) ) (property "Footprint" "" - (at 163.83 177.8 0) + (at 106.68 179.07 0) (effects (font (size 1.27 1.27) @@ -11293,7 +11228,7 @@ ) ) (property "Datasheet" "" - (at 163.83 177.8 0) + (at 106.68 179.07 0) (effects (font (size 1.27 1.27) @@ -11302,7 +11237,7 @@ ) ) (property "Description" "" - (at 163.83 177.8 0) + (at 106.68 179.07 0) (effects (font (size 1.27 1.27) @@ -11324,7 +11259,7 @@ ) (symbol (lib_id "power:GND") - (at 59.69 53.34 0) + (at 96.52 78.74 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11332,7 +11267,7 @@ (dnp no) (uuid "5e6343ec-12a1-4182-ae97-e59cf78f4160") (property "Reference" "#PWR031" - (at 59.69 59.69 0) + (at 96.52 85.09 0) (effects (font (size 1.27 1.27) @@ -11341,7 +11276,7 @@ ) ) (property "Value" "GND" - (at 64.516 55.118 0) + (at 101.346 80.518 0) (effects (font (size 1.27 1.27) @@ -11349,7 +11284,7 @@ ) ) (property "Footprint" "" - (at 59.69 53.34 0) + (at 96.52 78.74 0) (effects (font (size 1.27 1.27) @@ -11358,7 +11293,7 @@ ) ) (property "Datasheet" "" - (at 59.69 53.34 0) + (at 96.52 78.74 0) (effects (font (size 1.27 1.27) @@ -11367,7 +11302,7 @@ ) ) (property "Description" "" - (at 59.69 53.34 0) + (at 96.52 78.74 0) (effects (font (size 1.27 1.27) @@ -11458,7 +11393,7 @@ ) (symbol (lib_id "Device:C") - (at 52.07 180.34 180) + (at 107.95 36.83 180) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11466,7 +11401,7 @@ (dnp no) (uuid "68faeb22-d558-4d2b-85a0-48009e469d0a") (property "Reference" "C2" - (at 57.15 180.34 0) + (at 113.03 36.83 0) (effects (font (size 1.27 1.27) @@ -11474,7 +11409,7 @@ ) ) (property "Value" "10µf" - (at 58.42 182.88 0) + (at 114.3 39.37 0) (effects (font (size 1.27 1.27) @@ -11482,7 +11417,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 51.1048 176.53 0) + (at 106.9848 33.02 0) (effects (font (size 1.27 1.27) @@ -11491,7 +11426,7 @@ ) ) (property "Datasheet" "~" - (at 52.07 180.34 0) + (at 107.95 36.83 0) (effects (font (size 1.27 1.27) @@ -11500,7 +11435,7 @@ ) ) (property "Description" "" - (at 52.07 180.34 0) + (at 107.95 36.83 0) (effects (font (size 1.27 1.27) @@ -11594,7 +11529,7 @@ ) (symbol (lib_id "power:GND") - (at 44.45 129.54 0) + (at 152.4 33.02 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11602,7 +11537,7 @@ (dnp no) (uuid "6ec59847-3697-4151-9d02-731d3f316dc8") (property "Reference" "#PWR032" - (at 44.45 135.89 0) + (at 152.4 39.37 0) (effects (font (size 1.27 1.27) @@ -11611,7 +11546,7 @@ ) ) (property "Value" "GND" - (at 48.26 130.81 0) + (at 156.21 34.29 0) (effects (font (size 1.27 1.27) @@ -11619,7 +11554,7 @@ ) ) (property "Footprint" "" - (at 44.45 129.54 0) + (at 152.4 33.02 0) (effects (font (size 1.27 1.27) @@ -11628,7 +11563,7 @@ ) ) (property "Datasheet" "" - (at 44.45 129.54 0) + (at 152.4 33.02 0) (effects (font (size 1.27 1.27) @@ -11637,7 +11572,7 @@ ) ) (property "Description" "" - (at 44.45 129.54 0) + (at 152.4 33.02 0) (effects (font (size 1.27 1.27) @@ -11659,7 +11594,7 @@ ) (symbol (lib_id "power:GND") - (at 148.59 88.9 0) + (at 163.83 96.52 0) (mirror y) (unit 1) (exclude_from_sim no) @@ -11668,7 +11603,7 @@ (dnp no) (uuid "740ae4ce-9f94-4a1a-8e17-9135b15b070c") (property "Reference" "#PWR024" - (at 148.59 95.25 0) + (at 163.83 102.87 0) (effects (font (size 1.27 1.27) @@ -11677,7 +11612,7 @@ ) ) (property "Value" "GND" - (at 152.654 89.154 0) + (at 167.894 96.774 0) (effects (font (size 1.27 1.27) @@ -11685,7 +11620,7 @@ ) ) (property "Footprint" "" - (at 148.59 88.9 0) + (at 163.83 96.52 0) (effects (font (size 1.27 1.27) @@ -11694,7 +11629,7 @@ ) ) (property "Datasheet" "" - (at 148.59 88.9 0) + (at 163.83 96.52 0) (effects (font (size 1.27 1.27) @@ -11703,7 +11638,7 @@ ) ) (property "Description" "" - (at 148.59 88.9 0) + (at 163.83 96.52 0) (effects (font (size 1.27 1.27) @@ -11725,7 +11660,7 @@ ) (symbol (lib_id "power:+3.3V") - (at 87.63 177.8 0) + (at 81.28 140.97 0) (mirror y) (unit 1) (exclude_from_sim no) @@ -11734,7 +11669,7 @@ (dnp no) (uuid "7baba1ba-764a-499d-a4b5-3279b94ed648") (property "Reference" "#PWR013" - (at 87.63 181.61 0) + (at 81.28 144.78 0) (effects (font (size 1.27 1.27) @@ -11743,7 +11678,7 @@ ) ) (property "Value" "+3.3V" - (at 93.726 174.244 0) + (at 87.376 137.414 0) (effects (font (size 1.27 1.27) @@ -11751,7 +11686,7 @@ ) ) (property "Footprint" "" - (at 87.63 177.8 0) + (at 81.28 140.97 0) (effects (font (size 1.27 1.27) @@ -11760,7 +11695,7 @@ ) ) (property "Datasheet" "" - (at 87.63 177.8 0) + (at 81.28 140.97 0) (effects (font (size 1.27 1.27) @@ -11769,7 +11704,7 @@ ) ) (property "Description" "" - (at 87.63 177.8 0) + (at 81.28 140.97 0) (effects (font (size 1.27 1.27) @@ -11860,7 +11795,7 @@ ) (symbol (lib_id "power:GND") - (at 73.66 53.34 0) + (at 111.76 77.47 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11868,7 +11803,7 @@ (dnp no) (uuid "8a64f167-7736-4d89-91d3-4ca05fd283f1") (property "Reference" "#PWR02" - (at 73.66 59.69 0) + (at 111.76 83.82 0) (effects (font (size 1.27 1.27) @@ -11877,7 +11812,7 @@ ) ) (property "Value" "GND" - (at 78.486 55.118 0) + (at 116.586 79.248 0) (effects (font (size 1.27 1.27) @@ -11885,7 +11820,7 @@ ) ) (property "Footprint" "" - (at 73.66 53.34 0) + (at 111.76 77.47 0) (effects (font (size 1.27 1.27) @@ -11894,7 +11829,7 @@ ) ) (property "Datasheet" "" - (at 73.66 53.34 0) + (at 111.76 77.47 0) (effects (font (size 1.27 1.27) @@ -11903,7 +11838,7 @@ ) ) (property "Description" "" - (at 73.66 53.34 0) + (at 111.76 77.47 0) (effects (font (size 1.27 1.27) @@ -11925,7 +11860,7 @@ ) (symbol (lib_id "Device:R") - (at 59.69 39.37 180) + (at 96.52 64.77 180) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -11933,15 +11868,15 @@ (dnp no) (uuid "8e109471-f664-4cbb-9c38-0880cb842258") (property "Reference" "R2" - (at 55.88 38.1 0) + (at 92.71 63.5 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "300r" - (at 55.88 40.64 0) + (property "Value" "400r" + (at 92.71 66.04 0) (effects (font (size 1.27 1.27) @@ -11949,7 +11884,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 61.468 39.37 90) + (at 98.298 64.77 90) (effects (font (size 1.27 1.27) @@ -11958,7 +11893,7 @@ ) ) (property "Datasheet" "~" - (at 59.69 39.37 0) + (at 96.52 64.77 0) (effects (font (size 1.27 1.27) @@ -11967,7 +11902,7 @@ ) ) (property "Description" "" - (at 59.69 39.37 0) + (at 96.52 64.77 0) (effects (font (size 1.27 1.27) @@ -11991,7 +11926,7 @@ ) ) (symbol - (lib_id "MCU_Microchip_SAMD:ATSAMD21G18A-A") + (lib_id "My_Library:ATSAMD21G18A-A-arduino-zero") (at 233.68 104.14 0) (unit 1) (exclude_from_sim no) @@ -12028,7 +11963,7 @@ ) ) (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/SAM_D21_DA1_Family_Data%20Sheet_DS40001882E.pdf" - (at 233.68 78.74 0) + (at 239.776 166.116 0) (effects (font (size 1.27 1.27) @@ -12037,7 +11972,7 @@ ) ) (property "Description" "SAM D21 Microchip SMART ARM-based Flash MCU, 48Mhz, 256K Flash, 32K SRAM, TQFP-48" - (at 233.68 104.14 0) + (at 241.3 163.576 0) (effects (font (size 1.27 1.27) @@ -12200,7 +12135,7 @@ ) (symbol (lib_id "power:+5V") - (at 44.45 25.4 0) + (at 82.55 60.96 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12208,7 +12143,7 @@ (dnp no) (uuid "96fcafb1-4eaf-4ff5-9763-bef92a286a21") (property "Reference" "#PWR035" - (at 44.45 29.21 0) + (at 82.55 64.77 0) (effects (font (size 1.27 1.27) @@ -12217,7 +12152,7 @@ ) ) (property "Value" "+3.3V" - (at 46.99 21.59 0) + (at 85.09 57.15 0) (effects (font (size 1.27 1.27) @@ -12225,7 +12160,7 @@ ) ) (property "Footprint" "" - (at 44.45 25.4 0) + (at 82.55 60.96 0) (effects (font (size 1.27 1.27) @@ -12234,7 +12169,7 @@ ) ) (property "Datasheet" "" - (at 44.45 25.4 0) + (at 82.55 60.96 0) (effects (font (size 1.27 1.27) @@ -12243,7 +12178,7 @@ ) ) (property "Description" "" - (at 44.45 25.4 0) + (at 82.55 60.96 0) (effects (font (size 1.27 1.27) @@ -12265,7 +12200,7 @@ ) (symbol (lib_id "power:+12V") - (at 24.13 176.53 0) + (at 80.01 33.02 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12274,7 +12209,7 @@ (fields_autoplaced yes) (uuid "9b6e72c7-709f-46a5-9cbc-0372aa159cde") (property "Reference" "#PWR03" - (at 24.13 180.34 0) + (at 80.01 36.83 0) (effects (font (size 1.27 1.27) @@ -12283,7 +12218,7 @@ ) ) (property "Value" "+5V" - (at 24.13 171.45 0) + (at 80.01 27.94 0) (effects (font (size 1.27 1.27) @@ -12291,7 +12226,7 @@ ) ) (property "Footprint" "" - (at 24.13 176.53 0) + (at 80.01 33.02 0) (effects (font (size 1.27 1.27) @@ -12300,7 +12235,7 @@ ) ) (property "Datasheet" "" - (at 24.13 176.53 0) + (at 80.01 33.02 0) (effects (font (size 1.27 1.27) @@ -12309,7 +12244,7 @@ ) ) (property "Description" "" - (at 24.13 176.53 0) + (at 80.01 33.02 0) (effects (font (size 1.27 1.27) @@ -12396,7 +12331,7 @@ ) (symbol (lib_id "power:+BATT") - (at 148.59 86.36 0) + (at 163.83 93.98 0) (mirror y) (unit 1) (exclude_from_sim no) @@ -12405,7 +12340,7 @@ (dnp no) (uuid "9efa309c-5fb7-4891-b133-91a6b7acb5da") (property "Reference" "#PWR025" - (at 148.59 90.17 0) + (at 163.83 97.79 0) (effects (font (size 1.27 1.27) @@ -12414,7 +12349,7 @@ ) ) (property "Value" "+3.3V" - (at 153.162 86.106 0) + (at 168.402 93.726 0) (effects (font (size 1.27 1.27) @@ -12422,7 +12357,7 @@ ) ) (property "Footprint" "" - (at 148.59 86.36 0) + (at 163.83 93.98 0) (effects (font (size 1.27 1.27) @@ -12431,7 +12366,7 @@ ) ) (property "Datasheet" "" - (at 148.59 86.36 0) + (at 163.83 93.98 0) (effects (font (size 1.27 1.27) @@ -12440,7 +12375,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+BATT\"" - (at 148.59 86.36 0) + (at 163.83 93.98 0) (effects (font (size 1.27 1.27) @@ -12462,7 +12397,7 @@ ) (symbol (lib_id "Connector:Conn_01x20_Socket") - (at 106.68 106.68 0) + (at 50.8 114.3 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12471,7 +12406,7 @@ (fields_autoplaced yes) (uuid "a4e4821a-5f1a-4c8c-9959-f2888756416e") (property "Reference" "J4" - (at 107.95 107.9499 0) + (at 52.07 115.5699 0) (effects (font (size 1.27 1.27) @@ -12480,7 +12415,7 @@ ) ) (property "Value" "Conn_01x12_Socket" - (at 107.95 109.2199 0) + (at 52.07 116.8399 0) (effects (font (size 1.27 1.27) @@ -12490,7 +12425,7 @@ ) ) (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x20_P2.54mm_Vertical" - (at 106.68 106.68 0) + (at 50.8 114.3 0) (effects (font (size 1.27 1.27) @@ -12499,7 +12434,7 @@ ) ) (property "Datasheet" "~" - (at 106.68 106.68 0) + (at 50.8 114.3 0) (effects (font (size 1.27 1.27) @@ -12508,7 +12443,7 @@ ) ) (property "Description" "Generic connector, single row, 01x20, script generated" - (at 106.68 106.68 0) + (at 50.8 114.3 0) (effects (font (size 1.27 1.27) @@ -12587,7 +12522,7 @@ ) (symbol (lib_id "power:+3.3V") - (at 138.43 177.8 0) + (at 104.14 140.97 0) (mirror y) (unit 1) (exclude_from_sim no) @@ -12596,7 +12531,7 @@ (dnp no) (uuid "a6960822-aa9f-4346-9c31-e70d2fe7728d") (property "Reference" "#PWR027" - (at 138.43 181.61 0) + (at 104.14 144.78 0) (effects (font (size 1.27 1.27) @@ -12605,7 +12540,7 @@ ) ) (property "Value" "+3.3V" - (at 144.526 174.244 0) + (at 110.236 137.414 0) (effects (font (size 1.27 1.27) @@ -12613,7 +12548,7 @@ ) ) (property "Footprint" "" - (at 138.43 177.8 0) + (at 104.14 140.97 0) (effects (font (size 1.27 1.27) @@ -12622,7 +12557,7 @@ ) ) (property "Datasheet" "" - (at 138.43 177.8 0) + (at 104.14 140.97 0) (effects (font (size 1.27 1.27) @@ -12631,7 +12566,7 @@ ) ) (property "Description" "" - (at 138.43 177.8 0) + (at 104.14 140.97 0) (effects (font (size 1.27 1.27) @@ -12653,7 +12588,7 @@ ) (symbol (lib_id "power:GND") - (at 44.45 53.34 0) + (at 82.55 88.9 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12661,7 +12596,7 @@ (dnp no) (uuid "ae2d4056-91b4-4604-84a4-e9df1172c394") (property "Reference" "#PWR036" - (at 44.45 59.69 0) + (at 82.55 95.25 0) (effects (font (size 1.27 1.27) @@ -12670,7 +12605,7 @@ ) ) (property "Value" "GND" - (at 49.276 55.118 0) + (at 87.376 90.678 0) (effects (font (size 1.27 1.27) @@ -12678,7 +12613,7 @@ ) ) (property "Footprint" "" - (at 44.45 53.34 0) + (at 82.55 88.9 0) (effects (font (size 1.27 1.27) @@ -12687,7 +12622,7 @@ ) ) (property "Datasheet" "" - (at 44.45 53.34 0) + (at 82.55 88.9 0) (effects (font (size 1.27 1.27) @@ -12696,7 +12631,7 @@ ) ) (property "Description" "" - (at 44.45 53.34 0) + (at 82.55 88.9 0) (effects (font (size 1.27 1.27) @@ -12718,7 +12653,7 @@ ) (symbol (lib_id "power:+3.3V") - (at 59.69 176.53 0) + (at 115.57 33.02 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12727,7 +12662,7 @@ (fields_autoplaced yes) (uuid "af5d0597-408a-4434-b62c-4f35d8f1e181") (property "Reference" "#PWR09" - (at 59.69 180.34 0) + (at 115.57 36.83 0) (effects (font (size 1.27 1.27) @@ -12736,7 +12671,7 @@ ) ) (property "Value" "+3.3V" - (at 59.69 171.45 0) + (at 115.57 27.94 0) (effects (font (size 1.27 1.27) @@ -12744,7 +12679,7 @@ ) ) (property "Footprint" "" - (at 59.69 176.53 0) + (at 115.57 33.02 0) (effects (font (size 1.27 1.27) @@ -12753,7 +12688,7 @@ ) ) (property "Datasheet" "" - (at 59.69 176.53 0) + (at 115.57 33.02 0) (effects (font (size 1.27 1.27) @@ -12762,7 +12697,7 @@ ) ) (property "Description" "" - (at 59.69 176.53 0) + (at 115.57 33.02 0) (effects (font (size 1.27 1.27) @@ -12851,7 +12786,7 @@ ) (symbol (lib_id "power:GND") - (at 40.64 107.95 0) + (at 31.75 63.5 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12860,7 +12795,7 @@ (fields_autoplaced yes) (uuid "b3f74dd7-9174-4507-a286-a73b3f27bbce") (property "Reference" "#PWR022" - (at 40.64 114.3 0) + (at 31.75 69.85 0) (effects (font (size 1.27 1.27) @@ -12869,7 +12804,7 @@ ) ) (property "Value" "GND" - (at 40.64 113.03 0) + (at 31.75 68.58 0) (effects (font (size 1.27 1.27) @@ -12877,7 +12812,7 @@ ) ) (property "Footprint" "" - (at 40.64 107.95 0) + (at 31.75 63.5 0) (effects (font (size 1.27 1.27) @@ -12886,7 +12821,7 @@ ) ) (property "Datasheet" "" - (at 40.64 107.95 0) + (at 31.75 63.5 0) (effects (font (size 1.27 1.27) @@ -12895,7 +12830,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 40.64 107.95 0) + (at 31.75 63.5 0) (effects (font (size 1.27 1.27) @@ -12917,7 +12852,7 @@ ) (symbol (lib_id "power:GND") - (at 41.91 187.96 0) + (at 97.79 44.45 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -12925,7 +12860,7 @@ (dnp no) (uuid "bbbc5033-4abf-4e1b-ba89-dc30c4f733c1") (property "Reference" "#PWR06" - (at 41.91 194.31 0) + (at 97.79 50.8 0) (effects (font (size 1.27 1.27) @@ -12934,7 +12869,7 @@ ) ) (property "Value" "GND" - (at 49.53 189.23 0) + (at 105.41 45.72 0) (effects (font (size 1.27 1.27) @@ -12943,7 +12878,7 @@ ) ) (property "Footprint" "" - (at 41.91 187.96 0) + (at 97.79 44.45 0) (effects (font (size 1.27 1.27) @@ -12952,7 +12887,7 @@ ) ) (property "Datasheet" "" - (at 41.91 187.96 0) + (at 97.79 44.45 0) (effects (font (size 1.27 1.27) @@ -12961,7 +12896,7 @@ ) ) (property "Description" "" - (at 41.91 187.96 0) + (at 97.79 44.45 0) (effects (font (size 1.27 1.27) @@ -13053,7 +12988,7 @@ ) (symbol (lib_id "Device:LED") - (at 59.69 46.99 90) + (at 96.52 72.39 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -13061,7 +12996,7 @@ (dnp no) (uuid "c863aa9b-a6f1-4528-9631-87ad54f710b6") (property "Reference" "D1" - (at 55.88 45.72 90) + (at 92.71 71.12 90) (effects (font (size 1.27 1.27) @@ -13069,7 +13004,7 @@ ) ) (property "Value" "red" - (at 54.61 48.26 90) + (at 91.44 73.66 90) (effects (font (size 1.27 1.27) @@ -13077,7 +13012,7 @@ ) ) (property "Footprint" "LED_SMD:LED_0805_2012Metric" - (at 59.69 46.99 0) + (at 96.52 72.39 0) (effects (font (size 1.27 1.27) @@ -13086,7 +13021,7 @@ ) ) (property "Datasheet" "~" - (at 59.69 46.99 0) + (at 96.52 72.39 0) (effects (font (size 1.27 1.27) @@ -13095,7 +13030,7 @@ ) ) (property "Description" "" - (at 59.69 46.99 0) + (at 96.52 72.39 0) (effects (font (size 1.27 1.27) @@ -13190,7 +13125,7 @@ ) (symbol (lib_id "Device:R") - (at 44.45 29.21 180) + (at 82.55 64.77 180) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -13198,15 +13133,15 @@ (dnp no) (uuid "cc76514e-4463-44cb-8bac-a4840f3672c7") (property "Reference" "R3" - (at 40.64 27.94 0) + (at 78.74 63.5 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "300r" - (at 40.64 30.48 0) + (property "Value" "400r" + (at 78.74 66.04 0) (effects (font (size 1.27 1.27) @@ -13214,7 +13149,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 46.228 29.21 90) + (at 84.328 64.77 90) (effects (font (size 1.27 1.27) @@ -13223,7 +13158,7 @@ ) ) (property "Datasheet" "~" - (at 44.45 29.21 0) + (at 82.55 64.77 0) (effects (font (size 1.27 1.27) @@ -13232,7 +13167,7 @@ ) ) (property "Description" "" - (at 44.45 29.21 0) + (at 82.55 64.77 0) (effects (font (size 1.27 1.27) @@ -13257,7 +13192,7 @@ ) (symbol (lib_id "Connector:Conn_01x04_Socket") - (at 158.75 182.88 90) + (at 101.6 184.15 90) (mirror x) (unit 1) (exclude_from_sim no) @@ -13267,7 +13202,7 @@ (fields_autoplaced yes) (uuid "cde66fc8-3a7b-4d7f-a83d-e9cc7ad2cddf") (property "Reference" "J1" - (at 160.02 185.42 90) + (at 102.87 186.69 90) (effects (font (size 1.27 1.27) @@ -13275,7 +13210,7 @@ ) ) (property "Value" "serial pads" - (at 160.02 187.96 90) + (at 102.87 189.23 90) (effects (font (size 1.27 1.27) @@ -13283,7 +13218,7 @@ ) ) (property "Footprint" "My_footprint:pad-probe_1x04_P1.27mm_hole" - (at 158.75 182.88 0) + (at 101.6 184.15 0) (effects (font (size 1.27 1.27) @@ -13292,7 +13227,7 @@ ) ) (property "Datasheet" "~" - (at 158.75 182.88 0) + (at 101.6 184.15 0) (effects (font (size 1.27 1.27) @@ -13301,7 +13236,7 @@ ) ) (property "Description" "" - (at 158.75 182.88 0) + (at 101.6 184.15 0) (effects (font (size 1.27 1.27) @@ -13332,7 +13267,7 @@ ) (symbol (lib_id "power:GND") - (at 138.43 167.64 0) + (at 104.14 130.81 0) (mirror y) (unit 1) (exclude_from_sim no) @@ -13341,7 +13276,7 @@ (dnp no) (uuid "d6d224dc-91bb-4322-a900-5c54098a7ee7") (property "Reference" "#PWR026" - (at 138.43 173.99 0) + (at 104.14 137.16 0) (effects (font (size 1.27 1.27) @@ -13350,7 +13285,7 @@ ) ) (property "Value" "GND" - (at 143.764 171.704 0) + (at 109.474 134.874 0) (effects (font (size 1.27 1.27) @@ -13358,7 +13293,7 @@ ) ) (property "Footprint" "" - (at 138.43 167.64 0) + (at 104.14 130.81 0) (effects (font (size 1.27 1.27) @@ -13367,7 +13302,7 @@ ) ) (property "Datasheet" "" - (at 138.43 167.64 0) + (at 104.14 130.81 0) (effects (font (size 1.27 1.27) @@ -13376,7 +13311,7 @@ ) ) (property "Description" "" - (at 138.43 167.64 0) + (at 104.14 130.81 0) (effects (font (size 1.27 1.27) @@ -13468,7 +13403,7 @@ ) (symbol (lib_id "power:GND") - (at 163.83 170.18 0) + (at 106.68 171.45 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -13476,7 +13411,7 @@ (dnp no) (uuid "da2688e9-c928-4201-90c7-89f7b8da18dd") (property "Reference" "#PWR010" - (at 163.83 176.53 0) + (at 106.68 177.8 0) (effects (font (size 1.27 1.27) @@ -13485,7 +13420,7 @@ ) ) (property "Value" "GND" - (at 167.64 171.45 0) + (at 110.49 172.72 0) (effects (font (size 1.27 1.27) @@ -13493,7 +13428,7 @@ ) ) (property "Footprint" "" - (at 163.83 170.18 0) + (at 106.68 171.45 0) (effects (font (size 1.27 1.27) @@ -13502,7 +13437,7 @@ ) ) (property "Datasheet" "" - (at 163.83 170.18 0) + (at 106.68 171.45 0) (effects (font (size 1.27 1.27) @@ -13511,7 +13446,7 @@ ) ) (property "Description" "" - (at 163.83 170.18 0) + (at 106.68 171.45 0) (effects (font (size 1.27 1.27) @@ -13599,7 +13534,7 @@ ) (symbol (lib_id "power:GND") - (at 87.63 167.64 0) + (at 81.28 130.81 0) (mirror y) (unit 1) (exclude_from_sim no) @@ -13608,7 +13543,7 @@ (dnp no) (uuid "def94569-0bbf-45d5-b074-1742cfed71bb") (property "Reference" "#PWR012" - (at 87.63 173.99 0) + (at 81.28 137.16 0) (effects (font (size 1.27 1.27) @@ -13617,7 +13552,7 @@ ) ) (property "Value" "GND" - (at 92.964 171.958 0) + (at 86.614 135.128 0) (effects (font (size 1.27 1.27) @@ -13625,7 +13560,7 @@ ) ) (property "Footprint" "" - (at 87.63 167.64 0) + (at 81.28 130.81 0) (effects (font (size 1.27 1.27) @@ -13634,7 +13569,7 @@ ) ) (property "Datasheet" "" - (at 87.63 167.64 0) + (at 81.28 130.81 0) (effects (font (size 1.27 1.27) @@ -13643,7 +13578,7 @@ ) ) (property "Description" "" - (at 87.63 167.64 0) + (at 81.28 130.81 0) (effects (font (size 1.27 1.27) @@ -13665,7 +13600,7 @@ ) (symbol (lib_id "Connector:Conn_01x05_Socket") - (at 85.09 182.88 90) + (at 78.74 146.05 90) (mirror x) (unit 1) (exclude_from_sim no) @@ -13675,7 +13610,7 @@ (fields_autoplaced yes) (uuid "e5929432-ba7d-436c-ad16-771926b55a36") (property "Reference" "J2" - (at 85.09 185.42 90) + (at 78.74 148.59 90) (effects (font (size 1.27 1.27) @@ -13683,7 +13618,7 @@ ) ) (property "Value" "SWD pins" - (at 85.09 187.96 90) + (at 78.74 151.13 90) (effects (font (size 1.27 1.27) @@ -13691,7 +13626,7 @@ ) ) (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" - (at 85.09 182.88 0) + (at 78.74 146.05 0) (effects (font (size 1.27 1.27) @@ -13700,7 +13635,7 @@ ) ) (property "Datasheet" "~" - (at 85.09 182.88 0) + (at 78.74 146.05 0) (effects (font (size 1.27 1.27) @@ -13709,7 +13644,7 @@ ) ) (property "Description" "Generic connector, single row, 01x05, script generated" - (at 85.09 182.88 0) + (at 78.74 146.05 0) (effects (font (size 1.27 1.27) @@ -13811,7 +13746,7 @@ ) (symbol (lib_id "power:+3.3V") - (at 116.84 177.8 0) + (at 83.82 179.07 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -13819,7 +13754,7 @@ (dnp no) (uuid "f06110c8-a64e-48d9-9ce8-318147cb4f0e") (property "Reference" "#PWR029" - (at 116.84 181.61 0) + (at 83.82 182.88 0) (effects (font (size 1.27 1.27) @@ -13828,7 +13763,7 @@ ) ) (property "Value" "+3.3V" - (at 120.65 176.53 0) + (at 87.63 177.8 0) (effects (font (size 1.27 1.27) @@ -13836,7 +13771,7 @@ ) ) (property "Footprint" "" - (at 116.84 177.8 0) + (at 83.82 179.07 0) (effects (font (size 1.27 1.27) @@ -13845,7 +13780,7 @@ ) ) (property "Datasheet" "" - (at 116.84 177.8 0) + (at 83.82 179.07 0) (effects (font (size 1.27 1.27) @@ -13854,7 +13789,7 @@ ) ) (property "Description" "" - (at 116.84 177.8 0) + (at 83.82 179.07 0) (effects (font (size 1.27 1.27) @@ -13876,7 +13811,7 @@ ) (symbol (lib_id "power:+BATT") - (at 81.28 113.03 0) + (at 25.4 120.65 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -13884,7 +13819,7 @@ (dnp no) (uuid "f82514c2-3852-47bb-8550-9b5e128eed66") (property "Reference" "#PWR04" - (at 81.28 116.84 0) + (at 25.4 124.46 0) (effects (font (size 1.27 1.27) @@ -13893,7 +13828,7 @@ ) ) (property "Value" "+3.3V" - (at 76.708 112.776 0) + (at 20.828 120.396 0) (effects (font (size 1.27 1.27) @@ -13901,7 +13836,7 @@ ) ) (property "Footprint" "" - (at 81.28 113.03 0) + (at 25.4 120.65 0) (effects (font (size 1.27 1.27) @@ -13910,7 +13845,7 @@ ) ) (property "Datasheet" "" - (at 81.28 113.03 0) + (at 25.4 120.65 0) (effects (font (size 1.27 1.27) @@ -13919,7 +13854,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+BATT\"" - (at 81.28 113.03 0) + (at 25.4 120.65 0) (effects (font (size 1.27 1.27) @@ -13941,7 +13876,7 @@ ) (symbol (lib_id "Transistor_FET:2N7002") - (at 41.91 45.72 0) + (at 80.01 81.28 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -13949,7 +13884,7 @@ (dnp no) (uuid "fbd4f593-01ca-4bae-bce2-bbc3a597b172") (property "Reference" "Q1" - (at 38.1 42.164 0) + (at 76.2 77.724 0) (effects (font (size 1.27 1.27) @@ -13958,7 +13893,7 @@ ) ) (property "Value" "2N7002" - (at 33.02 48.768 0) + (at 71.12 84.328 0) (effects (font (size 1.27 1.27) @@ -13967,7 +13902,7 @@ ) ) (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 46.99 47.625 0) + (at 85.09 83.185 0) (effects (font (size 1.27 1.27) @@ -13978,7 +13913,7 @@ ) ) (property "Datasheet" "https://www.onsemi.com/pub/Collateral/NDS7002A-D.PDF" - (at 46.99 49.53 0) + (at 85.09 85.09 0) (effects (font (size 1.27 1.27) @@ -13988,7 +13923,7 @@ ) ) (property "Description" "0.115A Id, 60V Vds, N-Channel MOSFET, SOT-23" - (at 41.91 45.72 0) + (at 80.01 81.28 0) (effects (font (size 1.27 1.27) @@ -14016,7 +13951,7 @@ ) (symbol (lib_id "Connector:USB_C_Receptacle_USB2.0_16P") - (at 40.64 85.09 0) + (at 31.75 40.64 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -14024,7 +13959,7 @@ (dnp no) (uuid "fbe5672b-84e4-4e3e-961c-736aefe46d03") (property "Reference" "J3" - (at 40.64 67.31 0) + (at 31.242 20.32 0) (effects (font (size 1.27 1.27) @@ -14032,7 +13967,7 @@ ) ) (property "Value" "~" - (at 35.306 70.358 0) + (at 26.416 25.908 0) (effects (font (size 1.27 1.27) @@ -14041,7 +13976,7 @@ ) ) (property "Footprint" "Connector_USB:USB_C_Receptacle_GCT_USB4105-xx-A_16P_TopMnt_Horizontal" - (at 44.45 85.09 0) + (at 35.56 40.64 0) (effects (font (size 1.27 1.27) @@ -14050,7 +13985,7 @@ ) ) (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" - (at 44.45 85.09 0) + (at 35.56 40.64 0) (effects (font (size 1.27 1.27) @@ -14059,7 +13994,7 @@ ) ) (property "Description" "USB 2.0-only 16P Type-C Receptacle connector" - (at 40.64 85.09 0) + (at 31.75 40.64 0) (effects (font (size 1.27 1.27) @@ -14129,7 +14064,7 @@ ) (symbol (lib_id "power:+BATT") - (at 146.05 102.87 0) + (at 161.29 110.49 0) (mirror y) (unit 1) (exclude_from_sim no) @@ -14138,7 +14073,7 @@ (dnp no) (uuid "ff8e8d38-1439-4407-b4d5-17dd17e77fc9") (property "Reference" "#PWR07" - (at 146.05 106.68 0) + (at 161.29 114.3 0) (effects (font (size 1.27 1.27) @@ -14147,7 +14082,7 @@ ) ) (property "Value" "+3.3V" - (at 150.622 102.616 0) + (at 165.862 110.236 0) (effects (font (size 1.27 1.27) @@ -14155,7 +14090,7 @@ ) ) (property "Footprint" "" - (at 146.05 102.87 0) + (at 161.29 110.49 0) (effects (font (size 1.27 1.27) @@ -14164,7 +14099,7 @@ ) ) (property "Datasheet" "" - (at 146.05 102.87 0) + (at 161.29 110.49 0) (effects (font (size 1.27 1.27) @@ -14173,7 +14108,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+BATT\"" - (at 146.05 102.87 0) + (at 161.29 110.49 0) (effects (font (size 1.27 1.27) diff --git a/schematic.pdf b/schematic.pdf index 4ae51cf..c28114b 100644 Binary files a/schematic.pdf and b/schematic.pdf differ diff --git a/schematic.png b/schematic.png index 504b830..b40dc3c 100644 Binary files a/schematic.png and b/schematic.png differ diff --git a/~samd21_breakout.kicad_pcb.lck b/~samd21_breakout.kicad_pcb.lck new file mode 100644 index 0000000..b187ea7 --- /dev/null +++ b/~samd21_breakout.kicad_pcb.lck @@ -0,0 +1 @@ +{"hostname":"razerblade-arch-bach","username":"bach"} \ No newline at end of file