├── LICENSE ├── README ├── drawings ├── README ├── pdk-s08.png ├── pdk-s08a.png ├── pdk-s08b.png ├── pdk-s16.png └── pdk-s16a.png ├── f-eval-pdk-s08 ├── pdk-s08.lht └── pdk-s08.sch ├── f-eval-pdk-s08a ├── pdk-s08a.lht └── pdk-s08a.sch ├── f-eval-pdk-s08b ├── pdk-s08b.lht └── pdk-s08b.sch ├── f-eval-pdk-s16 ├── pdk-s16.lht └── pdk-s16.sch ├── f-eval-pdk-s16a ├── pdk-s16a.lht └── pdk-s16a.sch ├── photos ├── README ├── f-eval-pdk-s08 PFC232.jpeg ├── f-eval-pdk-s08 PFS172.jpeg ├── f-eval-pdk-s08a PFS173.jpeg ├── f-eval-pdk-s16 PFS154.jpeg ├── f-eval-pdk-s16 PFS173.jpeg └── f-eval-pdk-s16a PFC232.jpeg └── symbols ├── USB_mini_TYPE-B_5_SMT.sym └── usb-micro-b.fp /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 2, June 1991 3 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The licenses for most software are designed to take away your 12 | freedom to share and change it. By contrast, the GNU General Public 13 | License is intended to guarantee your freedom to share and change free 14 | software--to make sure the software is free for all its users. This 15 | General Public License applies to most of the Free Software 16 | Foundation's software and to any other program whose authors commit to 17 | using it. (Some other Free Software Foundation software is covered by 18 | the GNU Lesser General Public License instead.) You can apply it to 19 | your programs, too. 20 | 21 | When we speak of free software, we are referring to freedom, not 22 | price. Our General Public Licenses are designed to make sure that you 23 | have the freedom to distribute copies of free software (and charge for 24 | this service if you wish), that you receive source code or can get it 25 | if you want it, that you can change the software or use pieces of it 26 | in new free programs; and that you know you can do these things. 27 | 28 | To protect your rights, we need to make restrictions that forbid 29 | anyone to deny you these rights or to ask you to surrender the rights. 30 | These restrictions translate to certain responsibilities for you if you 31 | distribute copies of the software, or if you modify it. 32 | 33 | For example, if you distribute copies of such a program, whether 34 | gratis or for a fee, you must give the recipients all the rights that 35 | you have. You must make sure that they, too, receive or can get the 36 | source code. And you must show them these terms so they know their 37 | rights. 38 | 39 | We protect your rights with two steps: (1) copyright the software, and 40 | (2) offer you this license which gives you legal permission to copy, 41 | distribute and/or modify the software. 42 | 43 | Also, for each author's protection and ours, we want to make certain 44 | that everyone understands that there is no warranty for this free 45 | software. If the software is modified by someone else and passed on, we 46 | want its recipients to know that what they have is not the original, so 47 | that any problems introduced by others will not reflect on the original 48 | authors' reputations. 49 | 50 | Finally, any free program is threatened constantly by software 51 | patents. We wish to avoid the danger that redistributors of a free 52 | program will individually obtain patent licenses, in effect making the 53 | program proprietary. To prevent this, we have made it clear that any 54 | patent must be licensed for everyone's free use or not licensed at all. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | GNU GENERAL PUBLIC LICENSE 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 | 62 | 0. This License applies to any program or other work which contains 63 | a notice placed by the copyright holder saying it may be distributed 64 | under the terms of this General Public License. The "Program", below, 65 | refers to any such program or work, and a "work based on the Program" 66 | means either the Program or any derivative work under copyright law: 67 | that is to say, a work containing the Program or a portion of it, 68 | either verbatim or with modifications and/or translated into another 69 | language. (Hereinafter, translation is included without limitation in 70 | the term "modification".) Each licensee is addressed as "you". 71 | 72 | Activities other than copying, distribution and modification are not 73 | covered by this License; they are outside its scope. The act of 74 | running the Program is not restricted, and the output from the Program 75 | is covered only if its contents constitute a work based on the 76 | Program (independent of having been made by running the Program). 77 | Whether that is true depends on what the Program does. 78 | 79 | 1. You may copy and distribute verbatim copies of the Program's 80 | source code as you receive it, in any medium, provided that you 81 | conspicuously and appropriately publish on each copy an appropriate 82 | copyright notice and disclaimer of warranty; keep intact all the 83 | notices that refer to this License and to the absence of any warranty; 84 | and give any other recipients of the Program a copy of this License 85 | along with the Program. 86 | 87 | You may charge a fee for the physical act of transferring a copy, and 88 | you may at your option offer warranty protection in exchange for a fee. 89 | 90 | 2. You may modify your copy or copies of the Program or any portion 91 | of it, thus forming a work based on the Program, and copy and 92 | distribute such modifications or work under the terms of Section 1 93 | above, provided that you also meet all of these conditions: 94 | 95 | a) You must cause the modified files to carry prominent notices 96 | stating that you changed the files and the date of any change. 97 | 98 | b) You must cause any work that you distribute or publish, that in 99 | whole or in part contains or is derived from the Program or any 100 | part thereof, to be licensed as a whole at no charge to all third 101 | parties under the terms of this License. 102 | 103 | c) If the modified program normally reads commands interactively 104 | when run, you must cause it, when started running for such 105 | interactive use in the most ordinary way, to print or display an 106 | announcement including an appropriate copyright notice and a 107 | notice that there is no warranty (or else, saying that you provide 108 | a warranty) and that users may redistribute the program under 109 | these conditions, and telling the user how to view a copy of this 110 | License. (Exception: if the Program itself is interactive but 111 | does not normally print such an announcement, your work based on 112 | the Program is not required to print an announcement.) 113 | 114 | These requirements apply to the modified work as a whole. If 115 | identifiable sections of that work are not derived from the Program, 116 | and can be reasonably considered independent and separate works in 117 | themselves, then this License, and its terms, do not apply to those 118 | sections when you distribute them as separate works. But when you 119 | distribute the same sections as part of a whole which is a work based 120 | on the Program, the distribution of the whole must be on the terms of 121 | this License, whose permissions for other licensees extend to the 122 | entire whole, and thus to each and every part regardless of who wrote it. 123 | 124 | Thus, it is not the intent of this section to claim rights or contest 125 | your rights to work written entirely by you; rather, the intent is to 126 | exercise the right to control the distribution of derivative or 127 | collective works based on the Program. 128 | 129 | In addition, mere aggregation of another work not based on the Program 130 | with the Program (or with a work based on the Program) on a volume of 131 | a storage or distribution medium does not bring the other work under 132 | the scope of this License. 133 | 134 | 3. You may copy and distribute the Program (or a work based on it, 135 | under Section 2) in object code or executable form under the terms of 136 | Sections 1 and 2 above provided that you also do one of the following: 137 | 138 | a) Accompany it with the complete corresponding machine-readable 139 | source code, which must be distributed under the terms of Sections 140 | 1 and 2 above on a medium customarily used for software interchange; or, 141 | 142 | b) Accompany it with a written offer, valid for at least three 143 | years, to give any third party, for a charge no more than your 144 | cost of physically performing source distribution, a complete 145 | machine-readable copy of the corresponding source code, to be 146 | distributed under the terms of Sections 1 and 2 above on a medium 147 | customarily used for software interchange; or, 148 | 149 | c) Accompany it with the information you received as to the offer 150 | to distribute corresponding source code. (This alternative is 151 | allowed only for noncommercial distribution and only if you 152 | received the program in object code or executable form with such 153 | an offer, in accord with Subsection b above.) 154 | 155 | The source code for a work means the preferred form of the work for 156 | making modifications to it. For an executable work, complete source 157 | code means all the source code for all modules it contains, plus any 158 | associated interface definition files, plus the scripts used to 159 | control compilation and installation of the executable. However, as a 160 | special exception, the source code distributed need not include 161 | anything that is normally distributed (in either source or binary 162 | form) with the major components (compiler, kernel, and so on) of the 163 | operating system on which the executable runs, unless that component 164 | itself accompanies the executable. 165 | 166 | If distribution of executable or object code is made by offering 167 | access to copy from a designated place, then offering equivalent 168 | access to copy the source code from the same place counts as 169 | distribution of the source code, even though third parties are not 170 | compelled to copy the source along with the object code. 171 | 172 | 4. You may not copy, modify, sublicense, or distribute the Program 173 | except as expressly provided under this License. Any attempt 174 | otherwise to copy, modify, sublicense or distribute the Program is 175 | void, and will automatically terminate your rights under this License. 176 | However, parties who have received copies, or rights, from you under 177 | this License will not have their licenses terminated so long as such 178 | parties remain in full compliance. 179 | 180 | 5. You are not required to accept this License, since you have not 181 | signed it. However, nothing else grants you permission to modify or 182 | distribute the Program or its derivative works. These actions are 183 | prohibited by law if you do not accept this License. Therefore, by 184 | modifying or distributing the Program (or any work based on the 185 | Program), you indicate your acceptance of this License to do so, and 186 | all its terms and conditions for copying, distributing or modifying 187 | the Program or works based on it. 188 | 189 | 6. Each time you redistribute the Program (or any work based on the 190 | Program), the recipient automatically receives a license from the 191 | original licensor to copy, distribute or modify the Program subject to 192 | these terms and conditions. You may not impose any further 193 | restrictions on the recipients' exercise of the rights granted herein. 194 | You are not responsible for enforcing compliance by third parties to 195 | this License. 196 | 197 | 7. If, as a consequence of a court judgment or allegation of patent 198 | infringement or for any other reason (not limited to patent issues), 199 | conditions are imposed on you (whether by court order, agreement or 200 | otherwise) that contradict the conditions of this License, they do not 201 | excuse you from the conditions of this License. If you cannot 202 | distribute so as to satisfy simultaneously your obligations under this 203 | License and any other pertinent obligations, then as a consequence you 204 | may not distribute the Program at all. For example, if a patent 205 | license would not permit royalty-free redistribution of the Program by 206 | all those who receive copies directly or indirectly through you, then 207 | the only way you could satisfy both it and this License would be to 208 | refrain entirely from distribution of the Program. 209 | 210 | If any portion of this section is held invalid or unenforceable under 211 | any particular circumstance, the balance of the section is intended to 212 | apply and the section as a whole is intended to apply in other 213 | circumstances. 214 | 215 | It is not the purpose of this section to induce you to infringe any 216 | patents or other property right claims or to contest validity of any 217 | such claims; this section has the sole purpose of protecting the 218 | integrity of the free software distribution system, which is 219 | implemented by public license practices. Many people have made 220 | generous contributions to the wide range of software distributed 221 | through that system in reliance on consistent application of that 222 | system; it is up to the author/donor to decide if he or she is willing 223 | to distribute software through any other system and a licensee cannot 224 | impose that choice. 225 | 226 | This section is intended to make thoroughly clear what is believed to 227 | be a consequence of the rest of this License. 228 | 229 | 8. If the distribution and/or use of the Program is restricted in 230 | certain countries either by patents or by copyrighted interfaces, the 231 | original copyright holder who places the Program under this License 232 | may add an explicit geographical distribution limitation excluding 233 | those countries, so that distribution is permitted only in or among 234 | countries not thus excluded. In such case, this License incorporates 235 | the limitation as if written in the body of this License. 236 | 237 | 9. The Free Software Foundation may publish revised and/or new versions 238 | of the General Public License from time to time. Such new versions will 239 | be similar in spirit to the present version, but may differ in detail to 240 | address new problems or concerns. 241 | 242 | Each version is given a distinguishing version number. If the Program 243 | specifies a version number of this License which applies to it and "any 244 | later version", you have the option of following the terms and conditions 245 | either of that version or of any later version published by the Free 246 | Software Foundation. If the Program does not specify a version number of 247 | this License, you may choose any version ever published by the Free Software 248 | Foundation. 249 | 250 | 10. If you wish to incorporate parts of the Program into other free 251 | programs whose distribution conditions are different, write to the author 252 | to ask for permission. For software which is copyrighted by the Free 253 | Software Foundation, write to the Free Software Foundation; we sometimes 254 | make exceptions for this. Our decision will be guided by the two goals 255 | of preserving the free status of all derivatives of our free software and 256 | of promoting the sharing and reuse of software generally. 257 | 258 | NO WARRANTY 259 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 | REPAIR OR CORRECTION. 269 | 270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 | POSSIBILITY OF SUCH DAMAGES. 279 | 280 | END OF TERMS AND CONDITIONS 281 | 282 | How to Apply These Terms to Your New Programs 283 | 284 | If you develop a new program, and you want it to be of the greatest 285 | possible use to the public, the best way to achieve this is to make it 286 | free software which everyone can redistribute and change under these terms. 287 | 288 | To do so, attach the following notices to the program. It is safest 289 | to attach them to the start of each source file to most effectively 290 | convey the exclusion of warranty; and each file should have at least 291 | the "copyright" line and a pointer to where the full notice is found. 292 | 293 | 294 | Copyright (C) 295 | 296 | This program is free software; you can redistribute it and/or modify 297 | it under the terms of the GNU General Public License as published by 298 | the Free Software Foundation; either version 2 of the License, or 299 | (at your option) any later version. 300 | 301 | This program is distributed in the hope that it will be useful, 302 | but WITHOUT ANY WARRANTY; without even the implied warranty of 303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304 | GNU General Public License for more details. 305 | 306 | You should have received a copy of the GNU General Public License along 307 | with this program; if not, write to the Free Software Foundation, Inc., 308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309 | 310 | Also add information on how to contact you by electronic and paper mail. 311 | 312 | If the program is interactive, make it output a short notice like this 313 | when it starts in an interactive mode: 314 | 315 | Gnomovision version 69, Copyright (C) year name of author 316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 | This is free software, and you are welcome to redistribute it 318 | under certain conditions; type `show c' for details. 319 | 320 | The hypothetical commands `show w' and `show c' should show the appropriate 321 | parts of the General Public License. Of course, the commands you use may 322 | be called something other than `show w' and `show c'; they could even be 323 | mouse-clicks or menu items--whatever suits your program. 324 | 325 | You should also get your employer (if you work as a programmer) or your 326 | school, if any, to sign a "copyright disclaimer" for the program, if 327 | necessary. Here is a sample; alter the names: 328 | 329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 | `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 | 332 | , 1 April 1989 333 | Ty Coon, President of Vice 334 | 335 | This General Public License does not permit incorporating your program into 336 | proprietary programs. If your program is a subroutine library, you may 337 | consider it more useful to permit linking proprietary applications with the 338 | library. If this is what you want to do, use the GNU Lesser General 339 | Public License instead of this License. 340 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | These are evalution boards for the online-programmable MTP (as opposed to the OTP parts, which can only be programmed offline and once) Padauk µC. 2 | 3 | To make physical boards: load the .lht file of the board into pcb-rnd, export from there whatever is needed for your pcb manfacturer. 4 | 5 | They are free; you can redistribute them and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 6 | 7 | Currently there are these board designs: 8 | 9 | * f-eval-pdk-s08: For the PFC232, PFC460, PFS122, PFS132, PFS172 and PFS252 and in 8-pin SOIC package. 10 | * f-eval-pdk-s08a: For the PFC151, PFC154, PFC161, PFS123, PFS154 and PFS173 in 8-pin SOIC package. 11 | * f-eval-pdk-s08b: For the PFC161 in 8-pin SOIC package. 12 | * f-eval-pdk-s16: For the PFC154, PFS154 and PFS173 in 16-pin SOIC package. 13 | * f-eval-pdk-s16a: For the PFC232, PFC460, PFS122, PFS132, PFS172 and PFS252 in 16-pin SOIC package. 14 | 15 | The board designs (pfs154-so16 and pfs232-so16) feature: 16 | 17 | * Micro-USB connector for optional power supply from USB and an LED to indicate USB power. 18 | * Pin headers allowing easy access to all pins on the package. 19 | * Extra pin header for the pins relevant to online programming. 20 | * 4 LED at I/O pins. 21 | * Hand-solderable component packages. 22 | 23 | Some simple demo programs for the boards can be found at: https://github.com/free-pdk/sdcc-pdk-code-examples 24 | 25 | Device support table 26 | 27 | Device vs. Board f-eval-pdk-s08 f-eval-pdk-s08a f-eval-pdk-s08b f-eval-pdk-s16 f-eval-pdk-s16a 28 | 29 | PFC151 y(S08A) 30 | PFC154 y(S08) y(S16) 31 | PFC161 y(S08A) y(S08B) 32 | PFC232 y(S08) y(S16) 33 | PFC460 y(S08) y(S16) 34 | PFS122 y(S08) y(S16A) 35 | PFS123 y(S08) 36 | PFS132 y(S08) y(S16) 37 | PFS154 Y(S08) Y(S16) 38 | PFS172 Y(S08) y(S16A) 39 | PFS173 Y(S08) Y(S16) 40 | PFS252 y(S08) y(S16) 41 | PGS134 y(S08) y(S16A) 42 | PGS152 y(S08) 43 | 44 | y: Should work (untested). 45 | Y: Works (tested). 46 | 47 | Tools used: 48 | 49 | * gschem for the schematic (symbols used to be found in pdk-gschem-symbols repository) 50 | * pcb-rnd for the pcb design 51 | 52 | Components (f-eval-pdk-s08, f-eval-pdk-s08a and f-eval-pdk-s08b): 53 | 54 | * 1 Padauk PFC151, PFC154, PFC161, PFC232, PFC460, PFS122, PFS123, PFS132, PFS154, PFS172, PFS173, PFS252, PGS134 or PGS152 microcontroller in 8-pin SOIC package. 55 | * 3 Orient ORH-G35A LED in 0805 package 56 | * 1 diode in 0805 package (e.g. CD4148WSP) 57 | * 1 0.1 µF capacitor in 0805 package 58 | * 1 0.01 µF capacitor in 0805 package 59 | * 3 15 kΩ resistors in 0805 package 60 | * 1 Boom Precision C21377 micro USB-B connector 61 | * 2 4-pin single row headers, 2.54 mm spacing (e.g. Nextronics Z-211-0411-0021-001) 62 | * 1 6-pin single row header, 2.54 mm spacing (e.g. Nextronics Z-211-0611-0021-001) 63 | 64 | Components (f-eval-pdk-s16 and f-eval-pdk-s16): 65 | 66 | * 1 Padauk PFC154, PFC232, PFC460, PFS122, PFS132, PFS154, PFS172, PFS173, PFS232, or PGS134 microcontroller in 16-pin SOIC package 67 | * 5 Orient ORH-G35A LED in 0805 package 68 | * 1 diode in 0805 package (e.g. CD4148WSP) 69 | * 1 0.1 µF capacitor in 0805 package 70 | * 1 0.01 µF capacitor in 0805 package 71 | * 5 15 kΩ resistors in 0805 package 72 | * 1 Boom Precision C21377 micro USB-B connector 73 | * 2 8-pin single row headers, 2.54 mm spacing (e.g. Nextronics Z-211-0811-0021-001) 74 | * 1 6-pin single row header, 2.54 mm spacing (e.g. Nextronics Z-211-0611-0021-001) 75 | 76 | -------------------------------------------------------------------------------- /drawings/README: -------------------------------------------------------------------------------- 1 | These schematic drawings have been generated from the source files in the respective board directories. 2 | 3 | -------------------------------------------------------------------------------- /drawings/pdk-s08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/drawings/pdk-s08.png -------------------------------------------------------------------------------- /drawings/pdk-s08a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/drawings/pdk-s08a.png -------------------------------------------------------------------------------- /drawings/pdk-s08b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/drawings/pdk-s08b.png -------------------------------------------------------------------------------- /drawings/pdk-s16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/drawings/pdk-s16.png -------------------------------------------------------------------------------- /drawings/pdk-s16a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/drawings/pdk-s16a.png -------------------------------------------------------------------------------- /f-eval-pdk-s08/pdk-s08.lht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/f-eval-pdk-s08/pdk-s08.lht -------------------------------------------------------------------------------- /f-eval-pdk-s08/pdk-s08.sch: -------------------------------------------------------------------------------- 1 | v 20130925 2 2 | C 40000 40000 0 0 0 title-B.sym 3 | C 55200 47300 1 180 1 jumper6.sym 4 | { 5 | T 56200 46700 5 8 0 0 180 6 1 6 | device=JUMPER6 7 | T 55100 47400 5 10 1 1 180 6 1 8 | refdes=CN3 9 | T 56200 46900 5 8 0 0 180 6 1 10 | footprint=connector(1, 6) 11 | } 12 | N 51900 49600 51900 47200 4 13 | N 51900 45100 51900 42700 4 14 | N 51600 45100 51600 43400 4 15 | N 51600 43400 51500 43400 4 16 | N 51500 43400 51500 42700 4 17 | N 51300 45100 51300 43600 4 18 | N 51300 43600 51100 43600 4 19 | N 51100 43600 51100 42700 4 20 | N 51000 45100 51000 43800 4 21 | N 51000 43800 50700 43800 4 22 | N 50700 43800 50700 42700 4 23 | N 51600 47200 51600 48900 4 24 | N 51500 48900 51500 49600 4 25 | N 51100 49600 51100 48700 4 26 | N 51300 48700 51300 47200 4 27 | N 51000 47100 51000 48500 4 28 | N 50700 48500 50700 50600 4 29 | N 55200 45100 54500 45100 4 30 | N 54500 44200 54500 45100 4 31 | N 55200 47100 54500 47100 4 32 | N 54500 47100 54500 50600 4 33 | N 54300 44400 54300 45500 4 34 | N 54300 45500 55200 45500 4 35 | N 54100 44600 54100 45900 4 36 | N 54100 45900 55200 45900 4 37 | N 54300 48100 54300 46700 4 38 | N 54300 46700 55200 46700 4 39 | N 54100 47900 54100 46300 4 40 | N 54100 46300 55200 46300 4 41 | C 47900 49200 1 0 0 led-3.sym 42 | { 43 | T 48850 49850 5 10 0 0 0 0 1 44 | device=LED 45 | T 47850 49550 5 10 1 1 0 0 1 46 | refdes=D0 47 | T 47900 49200 5 10 0 1 0 0 1 48 | footprint=0805 49 | } 50 | C 47900 48600 1 0 0 led-3.sym 51 | { 52 | T 48850 49250 5 10 0 0 0 0 1 53 | device=LED 54 | T 47850 48950 5 10 1 1 0 0 1 55 | refdes=D1 56 | T 47900 48600 5 10 0 1 0 0 1 57 | footprint=0805 58 | } 59 | C 45800 47200 1 270 0 led-3.sym 60 | { 61 | T 46450 46250 5 10 0 0 270 0 1 62 | device=LED 63 | T 45650 47050 5 10 1 1 0 0 1 64 | refdes=D2 65 | T 45800 47200 5 10 0 0 0 0 1 66 | footprint=0805 67 | } 68 | C 46200 43800 1 0 0 diode-1.sym 69 | { 70 | T 46600 44400 5 10 0 0 0 0 1 71 | device=DIODE 72 | T 46300 44300 5 10 1 1 0 0 1 73 | refdes=D3 74 | T 46200 43800 5 10 0 0 0 0 1 75 | footprint=0805 76 | } 77 | C 44600 45800 1 90 0 capacitor-1.sym 78 | { 79 | T 43900 46000 5 10 0 0 90 0 1 80 | device=CAPACITOR 81 | T 44100 46600 5 10 1 1 180 0 1 82 | refdes=C0 83 | T 43700 46000 5 10 0 0 90 0 1 84 | symversion=0.1 85 | T 44600 45800 5 10 1 1 0 0 1 86 | value=0.1µ 87 | T 44600 45800 5 10 0 0 0 0 1 88 | footprint=0805 89 | } 90 | C 47700 45800 1 90 0 capacitor-1.sym 91 | { 92 | T 47000 46000 5 10 0 0 90 0 1 93 | device=CAPACITOR 94 | T 47300 46600 5 10 1 1 180 0 1 95 | refdes=C1 96 | T 46800 46000 5 10 0 0 90 0 1 97 | symversion=0.1 98 | T 47700 45800 5 10 1 1 0 0 1 99 | value=0.01µ 100 | T 47700 45800 5 10 0 0 0 0 1 101 | footprint=0805 102 | } 103 | C 48800 48700 1 0 0 resistor-2.sym 104 | { 105 | T 49200 49050 5 10 0 0 0 0 1 106 | device=RESISTOR 107 | T 49000 49000 5 10 1 1 0 0 1 108 | refdes=R1 109 | T 48800 48700 5 10 0 1 0 0 1 110 | footprint=0805 111 | } 112 | C 48800 49300 1 0 0 resistor-2.sym 113 | { 114 | T 49200 49650 5 10 0 0 0 0 1 115 | device=RESISTOR 116 | T 49000 49600 5 10 1 1 0 0 1 117 | refdes=R0 118 | T 48800 49300 5 10 0 1 0 0 1 119 | footprint=0805 120 | } 121 | C 46100 44900 1 90 0 resistor-2.sym 122 | { 123 | T 45750 45300 5 10 0 0 90 0 1 124 | device=RESISTOR 125 | T 45900 45900 5 10 1 1 180 0 1 126 | refdes=R2 127 | T 46100 44900 5 10 0 0 0 0 1 128 | footprint=0805 129 | } 130 | N 50100 48800 49700 48800 4 131 | N 49700 49400 51900 49400 4 132 | N 47900 49400 47500 49400 4 133 | N 47500 46700 47500 50600 4 134 | N 47900 48800 47500 48800 4 135 | N 47500 50600 54500 50600 4 136 | N 46000 46300 46000 45800 4 137 | N 47500 44000 47500 45800 4 138 | N 43000 47600 47500 47600 4 139 | N 46000 47600 46000 47200 4 140 | N 46000 44900 46000 44000 4 141 | N 43000 44000 46200 44000 4 142 | N 44400 47600 44400 46700 4 143 | N 44400 44000 44400 45800 4 144 | C 41200 47000 1 180 1 USB_mini_TYPE-B_5_SMT.sym 145 | { 146 | T 40800 46950 5 10 1 1 180 6 1 147 | refdes=CN0 148 | T 41490 46390 5 10 1 1 270 2 1 149 | device=USB 150 | T 41600 34350 5 10 0 0 180 6 1 151 | footprint=usb-micro-b 152 | } 153 | N 43000 47600 43000 46600 4 154 | N 43000 46600 42500 46600 4 155 | N 42500 45800 43000 45800 4 156 | N 43000 45800 43000 44000 4 157 | N 51600 48900 51500 48900 4 158 | N 51300 48700 51100 48700 4 159 | N 51000 48500 50700 48500 4 160 | N 47100 44000 51000 44000 4 161 | N 51000 44200 54500 44200 4 162 | N 51300 44400 54300 44400 4 163 | N 51600 44600 54100 44600 4 164 | N 54300 48100 51600 48100 4 165 | N 54100 47900 51300 47900 4 166 | N 51900 44800 50100 44800 4 167 | N 50100 44800 50100 48800 4 168 | C 52200 45100 1 90 0 PFS172-S08.sym 169 | { 170 | T 50000 45400 5 10 0 0 90 0 1 171 | footprint=so(8) 172 | T 49600 45400 5 10 0 0 90 0 1 173 | device=PFS172-S08 174 | T 52200 45100 5 10 0 0 0 0 1 175 | refdes=U0 176 | } 177 | C 52100 42700 1 90 1 jumper4.sym 178 | { 179 | T 51500 41700 5 8 0 0 270 2 1 180 | device=JUMPER4 181 | T 50400 42400 5 10 1 1 0 6 1 182 | refdes=CN1 183 | T 51700 41700 5 8 0 0 270 2 1 184 | footprint=connector(1, 4) 185 | } 186 | C 52100 49600 1 90 0 jumper4.sym 187 | { 188 | T 51500 50600 5 8 0 0 90 0 1 189 | device=JUMPER4 190 | T 50400 50500 5 10 1 1 180 0 1 191 | refdes=CN2 192 | T 51700 50600 5 8 0 0 90 0 1 193 | footprint=connector(1, 4) 194 | } 195 | -------------------------------------------------------------------------------- /f-eval-pdk-s08a/pdk-s08a.lht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/f-eval-pdk-s08a/pdk-s08a.lht -------------------------------------------------------------------------------- /f-eval-pdk-s08a/pdk-s08a.sch: -------------------------------------------------------------------------------- 1 | v 20130925 2 2 | C 40000 40000 0 0 0 title-B.sym 3 | C 55200 47300 1 180 1 jumper6.sym 4 | { 5 | T 56200 46700 5 8 0 0 180 6 1 6 | device=JUMPER6 7 | T 55100 47400 5 10 1 1 180 6 1 8 | refdes=CN3 9 | T 56200 46900 5 8 0 0 180 6 1 10 | footprint=connector(1, 6) 11 | } 12 | N 51900 49600 51900 47200 4 13 | N 51900 45100 51900 42700 4 14 | N 51600 45100 51600 43400 4 15 | N 51600 43400 51500 43400 4 16 | N 51500 43400 51500 42700 4 17 | N 51300 45100 51300 43600 4 18 | N 51300 43600 51100 43600 4 19 | N 51100 43600 51100 42700 4 20 | N 51000 45100 51000 43800 4 21 | N 51000 43800 50700 43800 4 22 | N 50700 43800 50700 42700 4 23 | N 51600 47200 51600 48900 4 24 | N 51500 48900 51500 49600 4 25 | N 51100 49600 51100 48700 4 26 | N 51300 48700 51300 47200 4 27 | N 51000 47100 51000 48500 4 28 | N 50700 48500 50700 50600 4 29 | N 55200 45100 54500 45100 4 30 | N 54500 44200 54500 45100 4 31 | N 55200 47100 54500 47100 4 32 | N 54500 47100 54500 50600 4 33 | N 54300 44400 54300 45500 4 34 | N 54300 45500 55200 45500 4 35 | N 54100 44600 54100 45900 4 36 | N 54100 45900 55200 45900 4 37 | N 54300 48100 54300 46700 4 38 | N 54300 46700 55200 46700 4 39 | N 54100 47900 54100 46300 4 40 | N 54100 46300 55200 46300 4 41 | C 47900 49200 1 0 0 led-3.sym 42 | { 43 | T 48850 49850 5 10 0 0 0 0 1 44 | device=LED 45 | T 47850 49550 5 10 1 1 0 0 1 46 | refdes=D0 47 | T 47900 49200 5 10 0 1 0 0 1 48 | footprint=0805 49 | } 50 | C 47900 48600 1 0 0 led-3.sym 51 | { 52 | T 48850 49250 5 10 0 0 0 0 1 53 | device=LED 54 | T 47850 48950 5 10 1 1 0 0 1 55 | refdes=D1 56 | T 47900 48600 5 10 0 1 0 0 1 57 | footprint=0805 58 | } 59 | C 45800 47200 1 270 0 led-3.sym 60 | { 61 | T 46450 46250 5 10 0 0 270 0 1 62 | device=LED 63 | T 45650 47050 5 10 1 1 0 0 1 64 | refdes=D2 65 | T 45800 47200 5 10 0 0 0 0 1 66 | footprint=0805 67 | } 68 | C 46200 43800 1 0 0 diode-1.sym 69 | { 70 | T 46600 44400 5 10 0 0 0 0 1 71 | device=DIODE 72 | T 46300 44300 5 10 1 1 0 0 1 73 | refdes=D3 74 | T 46200 43800 5 10 0 0 0 0 1 75 | footprint=0805 76 | } 77 | C 44600 45800 1 90 0 capacitor-1.sym 78 | { 79 | T 43900 46000 5 10 0 0 90 0 1 80 | device=CAPACITOR 81 | T 44100 46600 5 10 1 1 180 0 1 82 | refdes=C0 83 | T 43700 46000 5 10 0 0 90 0 1 84 | symversion=0.1 85 | T 44600 45800 5 10 1 1 0 0 1 86 | value=0.1µ 87 | T 44600 45800 5 10 0 0 0 0 1 88 | footprint=0805 89 | } 90 | C 47700 45800 1 90 0 capacitor-1.sym 91 | { 92 | T 47000 46000 5 10 0 0 90 0 1 93 | device=CAPACITOR 94 | T 47300 46600 5 10 1 1 180 0 1 95 | refdes=C1 96 | T 46800 46000 5 10 0 0 90 0 1 97 | symversion=0.1 98 | T 47700 45800 5 10 1 1 0 0 1 99 | value=0.01µ 100 | T 47700 45800 5 10 0 0 0 0 1 101 | footprint=0805 102 | } 103 | C 48800 48700 1 0 0 resistor-2.sym 104 | { 105 | T 49200 49050 5 10 0 0 0 0 1 106 | device=RESISTOR 107 | T 49000 49000 5 10 1 1 0 0 1 108 | refdes=R1 109 | T 48800 48700 5 10 0 1 0 0 1 110 | footprint=0805 111 | } 112 | C 48800 49300 1 0 0 resistor-2.sym 113 | { 114 | T 49200 49650 5 10 0 0 0 0 1 115 | device=RESISTOR 116 | T 49000 49600 5 10 1 1 0 0 1 117 | refdes=R0 118 | T 48800 49300 5 10 0 1 0 0 1 119 | footprint=0805 120 | } 121 | C 46100 44900 1 90 0 resistor-2.sym 122 | { 123 | T 45750 45300 5 10 0 0 90 0 1 124 | device=RESISTOR 125 | T 45900 45900 5 10 1 1 180 0 1 126 | refdes=R2 127 | T 46100 44900 5 10 0 0 0 0 1 128 | footprint=0805 129 | } 130 | N 50100 48800 49700 48800 4 131 | N 49700 49400 51100 49400 4 132 | N 47900 49400 47500 49400 4 133 | N 47500 46700 47500 50600 4 134 | N 47900 48800 47500 48800 4 135 | N 47500 50600 54500 50600 4 136 | N 46000 46300 46000 45800 4 137 | N 47500 44000 47500 45800 4 138 | N 43000 47600 47500 47600 4 139 | N 46000 47600 46000 47200 4 140 | N 46000 44900 46000 44000 4 141 | N 43000 44000 46200 44000 4 142 | N 44400 47600 44400 46700 4 143 | N 44400 44000 44400 45800 4 144 | C 41200 47000 1 180 1 USB_mini_TYPE-B_5_SMT.sym 145 | { 146 | T 40800 46950 5 10 1 1 180 6 1 147 | refdes=CN0 148 | T 41490 46390 5 10 1 1 270 2 1 149 | device=USB 150 | T 41600 34350 5 10 0 0 180 6 1 151 | footprint=usb-micro-b 152 | } 153 | N 43000 47600 43000 46600 4 154 | N 43000 46600 42500 46600 4 155 | N 42500 45800 43000 45800 4 156 | N 43000 45800 43000 44000 4 157 | N 51600 48900 51500 48900 4 158 | N 51300 48700 51100 48700 4 159 | N 51000 48500 50700 48500 4 160 | N 47100 44000 51000 44000 4 161 | N 51000 44200 54500 44200 4 162 | N 51600 44400 54300 44400 4 163 | N 51900 44600 54100 44600 4 164 | N 54300 48100 51900 48100 4 165 | N 54100 47900 51600 47900 4 166 | N 51300 44800 50100 44800 4 167 | N 50100 44800 50100 48800 4 168 | C 52200 45100 1 90 0 PFC151-S08A.sym 169 | { 170 | T 50000 45400 5 10 0 0 90 0 1 171 | footprint=so(8) 172 | T 49600 45400 5 10 0 0 90 0 1 173 | device=PFC151-S08A 174 | T 52200 45100 5 10 0 0 0 0 1 175 | refdes=U0 176 | } 177 | C 52100 42700 1 90 1 jumper4.sym 178 | { 179 | T 51500 41700 5 8 0 0 270 2 1 180 | device=JUMPER4 181 | T 50400 42400 5 10 1 1 0 6 1 182 | refdes=CN1 183 | T 51700 41700 5 8 0 0 270 2 1 184 | footprint=connector(1, 4) 185 | } 186 | C 52100 49600 1 90 0 jumper4.sym 187 | { 188 | T 51500 50600 5 8 0 0 90 0 1 189 | device=JUMPER4 190 | T 50400 50500 5 10 1 1 180 0 1 191 | refdes=CN2 192 | T 51700 50600 5 8 0 0 90 0 1 193 | footprint=connector(1, 4) 194 | } 195 | -------------------------------------------------------------------------------- /f-eval-pdk-s08b/pdk-s08b.lht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/f-eval-pdk-s08b/pdk-s08b.lht -------------------------------------------------------------------------------- /f-eval-pdk-s08b/pdk-s08b.sch: -------------------------------------------------------------------------------- 1 | v 20130925 2 2 | C 40000 40000 0 0 0 title-B.sym 3 | C 55200 47300 1 180 1 jumper6.sym 4 | { 5 | T 56200 46700 5 8 0 0 180 6 1 6 | device=JUMPER6 7 | T 55100 47400 5 10 1 1 180 6 1 8 | refdes=CN3 9 | T 56200 46900 5 8 0 0 180 6 1 10 | footprint=connector(1, 6) 11 | } 12 | N 51900 49600 51900 47200 4 13 | N 51900 45100 51900 42700 4 14 | N 51600 45100 51600 43400 4 15 | N 51600 43400 51500 43400 4 16 | N 51500 43400 51500 42700 4 17 | N 51300 45100 51300 43600 4 18 | N 51300 43600 51100 43600 4 19 | N 51100 43600 51100 42700 4 20 | N 51000 45100 51000 43800 4 21 | N 51000 43800 50700 43800 4 22 | N 50700 43800 50700 42700 4 23 | N 51600 47200 51600 48900 4 24 | N 51500 48900 51500 49600 4 25 | N 51100 49600 51100 48700 4 26 | N 51300 48700 51300 47200 4 27 | N 51000 47100 51000 48500 4 28 | N 50700 48500 50700 49600 4 29 | N 55200 45100 54500 45100 4 30 | N 54500 44200 54500 45100 4 31 | N 54500 47100 54500 50600 4 32 | N 53900 45500 55200 45500 4 33 | N 54100 44600 54100 45900 4 34 | N 54100 45900 55200 45900 4 35 | N 54300 48100 54300 46700 4 36 | N 54300 46700 55200 46700 4 37 | N 54100 47900 54100 46300 4 38 | N 54100 46300 55200 46300 4 39 | C 47900 49200 1 0 0 led-3.sym 40 | { 41 | T 48850 49850 5 10 0 0 0 0 1 42 | device=LED 43 | T 47850 49550 5 10 1 1 0 0 1 44 | refdes=D0 45 | T 47900 49200 5 10 0 1 0 0 1 46 | footprint=0805 47 | } 48 | C 47900 48600 1 0 0 led-3.sym 49 | { 50 | T 48850 49250 5 10 0 0 0 0 1 51 | device=LED 52 | T 47850 48950 5 10 1 1 0 0 1 53 | refdes=D1 54 | T 47900 48600 5 10 0 1 0 0 1 55 | footprint=0805 56 | } 57 | C 45800 47200 1 270 0 led-3.sym 58 | { 59 | T 46450 46250 5 10 0 0 270 0 1 60 | device=LED 61 | T 45650 47050 5 10 1 1 0 0 1 62 | refdes=D2 63 | T 45800 47200 5 10 0 0 0 0 1 64 | footprint=0805 65 | } 66 | C 46200 43800 1 0 0 diode-1.sym 67 | { 68 | T 46600 44400 5 10 0 0 0 0 1 69 | device=DIODE 70 | T 46300 44300 5 10 1 1 0 0 1 71 | refdes=D3 72 | T 46200 43800 5 10 0 0 0 0 1 73 | footprint=0805 74 | } 75 | C 44600 45800 1 90 0 capacitor-1.sym 76 | { 77 | T 43900 46000 5 10 0 0 90 0 1 78 | device=CAPACITOR 79 | T 44100 46600 5 10 1 1 180 0 1 80 | refdes=C0 81 | T 43700 46000 5 10 0 0 90 0 1 82 | symversion=0.1 83 | T 44600 45800 5 10 1 1 0 0 1 84 | value=0.1µ 85 | T 44600 45800 5 10 0 0 0 0 1 86 | footprint=0805 87 | } 88 | C 47700 45800 1 90 0 capacitor-1.sym 89 | { 90 | T 47000 46000 5 10 0 0 90 0 1 91 | device=CAPACITOR 92 | T 47300 46600 5 10 1 1 180 0 1 93 | refdes=C1 94 | T 46800 46000 5 10 0 0 90 0 1 95 | symversion=0.1 96 | T 47700 45800 5 10 1 1 0 0 1 97 | value=0.01µ 98 | T 47700 45800 5 10 0 0 0 0 1 99 | footprint=0805 100 | } 101 | C 48800 48700 1 0 0 resistor-2.sym 102 | { 103 | T 49200 49050 5 10 0 0 0 0 1 104 | device=RESISTOR 105 | T 49000 49000 5 10 1 1 0 0 1 106 | refdes=R1 107 | T 48800 48700 5 10 0 1 0 0 1 108 | footprint=0805 109 | } 110 | C 48800 49300 1 0 0 resistor-2.sym 111 | { 112 | T 49200 49650 5 10 0 0 0 0 1 113 | device=RESISTOR 114 | T 49000 49600 5 10 1 1 0 0 1 115 | refdes=R0 116 | T 48800 49300 5 10 0 1 0 0 1 117 | footprint=0805 118 | } 119 | C 46100 44900 1 90 0 resistor-2.sym 120 | { 121 | T 45750 45300 5 10 0 0 90 0 1 122 | device=RESISTOR 123 | T 45900 45900 5 10 1 1 180 0 1 124 | refdes=R2 125 | T 46100 44900 5 10 0 0 0 0 1 126 | footprint=0805 127 | } 128 | N 50100 48800 49700 48800 4 129 | N 49700 49400 51500 49400 4 130 | N 47900 49400 47500 49400 4 131 | N 47500 46700 47500 50600 4 132 | N 47900 48800 47500 48800 4 133 | N 47500 50600 54500 50600 4 134 | N 46000 46300 46000 45800 4 135 | N 47500 44000 47500 45800 4 136 | N 43000 47600 47500 47600 4 137 | N 46000 47600 46000 47200 4 138 | N 46000 44900 46000 44000 4 139 | N 43000 44000 46200 44000 4 140 | N 44400 47600 44400 46700 4 141 | N 44400 44000 44400 45800 4 142 | C 41200 47000 1 180 1 USB_mini_TYPE-B_5_SMT.sym 143 | { 144 | T 40800 46950 5 10 1 1 180 6 1 145 | refdes=CN0 146 | T 41490 46390 5 10 1 1 270 2 1 147 | device=USB 148 | T 41600 34350 5 10 0 0 180 6 1 149 | footprint=usb-micro-b 150 | } 151 | N 43000 47600 43000 46600 4 152 | N 43000 46600 42500 46600 4 153 | N 42500 45800 43000 45800 4 154 | N 43000 45800 43000 44000 4 155 | N 51600 48900 51500 48900 4 156 | N 51300 48700 51100 48700 4 157 | N 51000 48500 50700 48500 4 158 | N 47100 44000 51600 44000 4 159 | N 51600 44200 54500 44200 4 160 | N 51000 44600 54100 44600 4 161 | N 54300 48100 51300 48100 4 162 | N 54100 47900 51000 47900 4 163 | N 51300 44800 50100 44800 4 164 | N 50100 44800 50100 48800 4 165 | C 52200 45100 1 90 0 PFC161-S08B.sym 166 | { 167 | T 50000 45400 5 10 0 0 90 0 1 168 | footprint=so(8) 169 | T 49600 45400 5 10 0 0 90 0 1 170 | device=PFC161-S08B 171 | T 52200 45100 5 10 0 0 0 0 1 172 | refdes=U0 173 | } 174 | C 52100 42700 1 90 1 jumper4.sym 175 | { 176 | T 51500 41700 5 8 0 0 270 2 1 177 | device=JUMPER4 178 | T 50400 42400 5 10 1 1 0 6 1 179 | refdes=CN1 180 | T 51700 41700 5 8 0 0 270 2 1 181 | footprint=connector(1, 4) 182 | } 183 | C 52100 49600 1 90 0 jumper4.sym 184 | { 185 | T 51500 50600 5 8 0 0 90 0 1 186 | device=JUMPER4 187 | T 50400 50500 5 10 1 1 180 0 1 188 | refdes=CN2 189 | T 51700 50600 5 8 0 0 90 0 1 190 | footprint=connector(1, 4) 191 | } 192 | N 53900 45500 53900 47700 4 193 | N 53900 47700 51900 47700 4 194 | N 53700 47100 53700 44800 4 195 | N 53700 44800 51900 44800 4 196 | N 53700 47100 55200 47100 4 197 | -------------------------------------------------------------------------------- /f-eval-pdk-s16/pdk-s16.lht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/f-eval-pdk-s16/pdk-s16.lht -------------------------------------------------------------------------------- /f-eval-pdk-s16/pdk-s16.sch: -------------------------------------------------------------------------------- 1 | v 20130925 2 2 | C 40000 40000 0 0 0 title-B.sym 3 | C 53400 45100 1 90 0 PFS154-S16.sym 4 | { 5 | T 50000 45400 5 10 0 0 90 0 1 6 | footprint=so(16) 7 | T 49600 45400 5 10 0 0 90 0 1 8 | device=PFS154-S16 9 | T 53400 45100 5 10 0 0 0 0 1 10 | refdes=U0 11 | } 12 | C 55200 47300 1 180 1 jumper6.sym 13 | { 14 | T 56200 46700 5 8 0 0 180 6 1 15 | device=JUMPER6 16 | T 55100 47400 5 10 1 1 180 6 1 17 | refdes=CN3 18 | T 56200 46900 5 8 0 0 180 6 1 19 | footprint=connector(1, 6) 20 | } 21 | C 53700 49600 1 90 0 jumper8.sym 22 | { 23 | T 52700 50600 5 8 0 0 90 0 1 24 | device=JUMPER8 25 | T 50400 50400 5 10 1 1 180 0 1 26 | refdes=CN2 27 | T 52900 50600 5 8 0 0 90 0 1 28 | footprint=connector(1, 8) 29 | } 30 | C 53700 42700 1 90 1 jumper8.sym 31 | { 32 | T 52700 41700 5 8 0 0 270 2 1 33 | device=JUMPER8 34 | T 50100 42500 5 10 1 1 0 2 1 35 | refdes=CN1 36 | T 52900 41700 5 8 0 0 270 2 1 37 | footprint=connector(1, 8) 38 | } 39 | N 51900 49600 51900 47200 4 40 | N 51900 45100 51900 42700 4 41 | N 52200 45100 52200 43400 4 42 | N 52200 43400 54500 43400 4 43 | N 52300 43400 52300 42700 4 44 | N 52500 45100 52500 43600 4 45 | N 52500 43600 52700 43600 4 46 | N 52700 43600 52700 42700 4 47 | N 52800 45100 52800 43800 4 48 | N 52800 43800 54300 43800 4 49 | N 53100 43800 53100 42700 4 50 | N 53100 45100 53100 44000 4 51 | N 53100 44000 54100 44000 4 52 | N 53500 44000 53500 42700 4 53 | N 51600 45100 51600 43400 4 54 | N 51600 43400 51500 43400 4 55 | N 51500 43400 51500 42700 4 56 | N 51300 45100 51300 43600 4 57 | N 51300 43600 51100 43600 4 58 | N 51100 43600 51100 42700 4 59 | N 51000 45100 51000 43800 4 60 | N 51000 43800 50700 43800 4 61 | N 50700 43800 50700 42700 4 62 | N 52300 48900 52300 50600 4 63 | N 52200 48900 54500 48900 4 64 | N 52200 48900 52200 47200 4 65 | N 52500 47200 52500 48700 4 66 | N 52500 48700 52700 48700 4 67 | N 52700 48700 52700 49600 4 68 | N 53100 49600 53100 48500 4 69 | N 53100 48500 52800 48500 4 70 | N 52800 48500 52800 47200 4 71 | N 53100 47200 53100 48300 4 72 | N 53100 48300 54300 48300 4 73 | N 53500 48300 53500 49600 4 74 | N 51600 47200 51600 48900 4 75 | N 50100 48900 51600 48900 4 76 | N 51500 48900 51500 49600 4 77 | N 51100 49600 51100 48700 4 78 | N 50300 48700 51300 48700 4 79 | N 51300 48700 51300 47200 4 80 | N 51000 47100 51000 48500 4 81 | N 50500 48500 51000 48500 4 82 | N 50700 48500 50700 49600 4 83 | N 55200 45100 54500 45100 4 84 | N 54500 45100 54500 43400 4 85 | N 55200 47100 54500 47100 4 86 | N 54500 47100 54500 48900 4 87 | N 54300 43800 54300 45500 4 88 | N 54300 45500 55200 45500 4 89 | N 54100 44000 54100 45900 4 90 | N 54100 45900 55200 45900 4 91 | N 54300 48300 54300 46700 4 92 | N 54300 46700 55200 46700 4 93 | N 52800 48100 54100 48100 4 94 | N 54100 48100 54100 46300 4 95 | N 54100 46300 55200 46300 4 96 | C 47900 49200 1 0 0 led-3.sym 97 | { 98 | T 48850 49850 5 10 0 0 0 0 1 99 | device=LED 100 | T 47850 49550 5 10 1 1 0 0 1 101 | refdes=D0 102 | T 47900 49200 5 10 0 1 0 0 1 103 | footprint=0805 104 | } 105 | C 47900 48600 1 0 0 led-3.sym 106 | { 107 | T 48850 49250 5 10 0 0 0 0 1 108 | device=LED 109 | T 47850 48950 5 10 1 1 0 0 1 110 | refdes=D1 111 | T 47900 48600 5 10 0 1 0 0 1 112 | footprint=0805 113 | } 114 | C 47900 48000 1 0 0 led-3.sym 115 | { 116 | T 48850 48650 5 10 0 0 0 0 1 117 | device=LED 118 | T 47850 48350 5 10 1 1 0 0 1 119 | refdes=D2 120 | T 47900 48000 5 10 0 1 0 0 1 121 | footprint=0805 122 | } 123 | C 47900 47400 1 0 0 led-3.sym 124 | { 125 | T 48850 48050 5 10 0 0 0 0 1 126 | device=LED 127 | T 47850 47750 5 10 1 1 0 0 1 128 | refdes=D3 129 | T 47900 47400 5 10 0 1 0 0 1 130 | footprint=0805 131 | } 132 | C 45800 47200 1 270 0 led-3.sym 133 | { 134 | T 46450 46250 5 10 0 0 270 0 1 135 | device=LED 136 | T 45650 47050 5 10 1 1 0 0 1 137 | refdes=D4 138 | T 45800 47200 5 10 0 0 0 0 1 139 | footprint=0805 140 | } 141 | C 46200 43800 1 0 0 diode-1.sym 142 | { 143 | T 46600 44400 5 10 0 0 0 0 1 144 | device=DIODE 145 | T 46300 44300 5 10 1 1 0 0 1 146 | refdes=D5 147 | T 46200 43800 5 10 0 0 0 0 1 148 | footprint=0805 149 | } 150 | C 44600 45800 1 90 0 capacitor-1.sym 151 | { 152 | T 43900 46000 5 10 0 0 90 0 1 153 | device=CAPACITOR 154 | T 44100 46600 5 10 1 1 180 0 1 155 | refdes=C0 156 | T 43700 46000 5 10 0 0 90 0 1 157 | symversion=0.1 158 | T 44600 45800 5 10 1 1 0 0 1 159 | value=0.1µ 160 | T 44600 45800 5 10 0 0 0 0 1 161 | footprint=0805 162 | } 163 | C 47700 45800 1 90 0 capacitor-1.sym 164 | { 165 | T 47000 46000 5 10 0 0 90 0 1 166 | device=CAPACITOR 167 | T 47300 46600 5 10 1 1 180 0 1 168 | refdes=C1 169 | T 46800 46000 5 10 0 0 90 0 1 170 | symversion=0.1 171 | T 47700 45800 5 10 1 1 0 0 1 172 | value=0.01µ 173 | T 47700 45800 5 10 0 0 0 0 1 174 | footprint=0805 175 | } 176 | C 48800 48700 1 0 0 resistor-2.sym 177 | { 178 | T 49200 49050 5 10 0 0 0 0 1 179 | device=RESISTOR 180 | T 49000 49000 5 10 1 1 0 0 1 181 | refdes=R1 182 | T 48800 48700 5 10 0 1 0 0 1 183 | footprint=0805 184 | } 185 | C 48800 47500 1 0 0 resistor-2.sym 186 | { 187 | T 49200 47850 5 10 0 0 0 0 1 188 | device=RESISTOR 189 | T 49000 47800 5 10 1 1 0 0 1 190 | refdes=R3 191 | T 48800 47500 5 10 0 1 0 0 1 192 | footprint=0805 193 | } 194 | C 48800 48100 1 0 0 resistor-2.sym 195 | { 196 | T 49200 48450 5 10 0 0 0 0 1 197 | device=RESISTOR 198 | T 49000 48400 5 10 1 1 0 0 1 199 | refdes=R2 200 | T 48800 48100 5 10 0 1 0 0 1 201 | footprint=0805 202 | } 203 | C 48800 49300 1 0 0 resistor-2.sym 204 | { 205 | T 49200 49650 5 10 0 0 0 0 1 206 | device=RESISTOR 207 | T 49000 49600 5 10 1 1 0 0 1 208 | refdes=R0 209 | T 48800 49300 5 10 0 1 0 0 1 210 | footprint=0805 211 | } 212 | C 46100 44900 1 90 0 resistor-2.sym 213 | { 214 | T 45750 45300 5 10 0 0 90 0 1 215 | device=RESISTOR 216 | T 45900 45900 5 10 1 1 180 0 1 217 | refdes=R4 218 | T 46100 44900 5 10 0 0 0 0 1 219 | footprint=0805 220 | } 221 | N 50100 48900 50100 48800 4 222 | N 50100 48800 49700 48800 4 223 | N 50300 48700 50300 48200 4 224 | N 50300 48200 49700 48200 4 225 | N 50500 48500 50500 47600 4 226 | N 50500 47600 49700 47600 4 227 | N 51900 49100 50100 49100 4 228 | N 50100 49100 50100 49400 4 229 | N 50100 49400 49700 49400 4 230 | N 47900 49400 47500 49400 4 231 | N 47500 46700 47500 50600 4 232 | N 47500 47600 47900 47600 4 233 | N 47900 48200 47500 48200 4 234 | N 47900 48800 47500 48800 4 235 | N 52300 50600 47500 50600 4 236 | N 46000 46300 46000 45800 4 237 | N 47100 44000 52200 44000 4 238 | N 47500 44000 47500 45800 4 239 | N 43000 47600 47500 47600 4 240 | N 46000 47600 46000 47200 4 241 | N 46000 44900 46000 44000 4 242 | N 43000 44000 46200 44000 4 243 | N 44400 47600 44400 46700 4 244 | N 44400 44000 44400 45800 4 245 | C 41200 47000 1 180 1 USB_mini_TYPE-B_5_SMT.sym 246 | { 247 | T 40800 46950 5 10 1 1 180 6 1 248 | refdes=CN0 249 | T 41490 46390 5 10 1 1 270 2 1 250 | device=USB 251 | T 41600 34350 5 10 0 0 180 6 1 252 | footprint=usb-micro-b 253 | } 254 | N 43000 47600 43000 46600 4 255 | N 43000 46600 42500 46600 4 256 | N 42500 45800 43000 45800 4 257 | N 43000 45800 43000 44000 4 258 | -------------------------------------------------------------------------------- /f-eval-pdk-s16a/pdk-s16a.lht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/f-eval-pdk-s16a/pdk-s16a.lht -------------------------------------------------------------------------------- /f-eval-pdk-s16a/pdk-s16a.sch: -------------------------------------------------------------------------------- 1 | v 20130925 2 2 | C 40000 40000 0 0 0 title-B.sym 3 | C 55200 47300 1 180 1 jumper6.sym 4 | { 5 | T 56200 46700 5 8 0 0 180 6 1 6 | device=JUMPER6 7 | T 55100 47400 5 10 1 1 180 6 1 8 | refdes=CN3 9 | T 56200 46900 5 8 0 0 180 6 1 10 | footprint=connector(1, 6) 11 | } 12 | C 53700 49600 1 90 0 jumper8.sym 13 | { 14 | T 52700 50600 5 8 0 0 90 0 1 15 | device=JUMPER8 16 | T 50400 50400 5 10 1 1 180 0 1 17 | refdes=CN2 18 | T 52900 50600 5 8 0 0 90 0 1 19 | footprint=connector(1, 8) 20 | } 21 | C 53700 42700 1 90 1 jumper8.sym 22 | { 23 | T 52700 41700 5 8 0 0 270 2 1 24 | device=JUMPER8 25 | T 50100 42500 5 10 1 1 0 2 1 26 | refdes=CN1 27 | T 52900 41700 5 8 0 0 270 2 1 28 | footprint=connector(1, 8) 29 | } 30 | N 51900 49600 51900 47200 4 31 | N 51900 45100 51900 42700 4 32 | N 52200 45100 52200 43400 4 33 | N 52300 43400 52300 42700 4 34 | N 52500 45100 52500 43600 4 35 | N 52500 43600 52700 43600 4 36 | N 52700 43600 52700 42700 4 37 | N 52800 45100 52800 43800 4 38 | N 53100 43800 53100 42700 4 39 | N 53100 45100 53100 44000 4 40 | N 53500 44000 53500 42700 4 41 | N 51600 45100 51600 43400 4 42 | N 51600 43400 51500 43400 4 43 | N 51500 43400 51500 42700 4 44 | N 51300 45100 51300 43600 4 45 | N 51300 43600 51100 43600 4 46 | N 51100 43600 51100 42700 4 47 | N 51000 45100 51000 43800 4 48 | N 51000 43800 50700 43800 4 49 | N 50700 43800 50700 42700 4 50 | N 52200 48900 52200 47200 4 51 | N 52500 47200 52500 48700 4 52 | N 52500 48700 52700 48700 4 53 | N 52700 48700 52700 49600 4 54 | N 53100 49600 53100 48500 4 55 | N 53100 48500 52800 48500 4 56 | N 52800 48500 52800 47200 4 57 | N 53100 47200 53100 48300 4 58 | N 53500 48300 53500 49600 4 59 | N 51600 47200 51600 48900 4 60 | N 51500 48900 51500 49600 4 61 | N 51100 49600 51100 48700 4 62 | N 51300 48700 51300 47200 4 63 | N 51000 47100 51000 48500 4 64 | N 50700 48500 50700 50600 4 65 | N 55200 45100 54500 45100 4 66 | N 54500 44200 54500 45100 4 67 | N 55200 47100 54500 47100 4 68 | N 54500 47100 54500 50600 4 69 | N 54300 44400 54300 45500 4 70 | N 54300 45500 55200 45500 4 71 | N 54100 44600 54100 45900 4 72 | N 54100 45900 55200 45900 4 73 | N 54300 48100 54300 46700 4 74 | N 54300 46700 55200 46700 4 75 | N 54100 47900 54100 46300 4 76 | N 54100 46300 55200 46300 4 77 | C 47900 49200 1 0 0 led-3.sym 78 | { 79 | T 48850 49850 5 10 0 0 0 0 1 80 | device=LED 81 | T 47850 49550 5 10 1 1 0 0 1 82 | refdes=D0 83 | T 47900 49200 5 10 0 1 0 0 1 84 | footprint=0805 85 | } 86 | C 47900 48600 1 0 0 led-3.sym 87 | { 88 | T 48850 49250 5 10 0 0 0 0 1 89 | device=LED 90 | T 47850 48950 5 10 1 1 0 0 1 91 | refdes=D1 92 | T 47900 48600 5 10 0 1 0 0 1 93 | footprint=0805 94 | } 95 | C 47900 48000 1 0 0 led-3.sym 96 | { 97 | T 48850 48650 5 10 0 0 0 0 1 98 | device=LED 99 | T 47850 48350 5 10 1 1 0 0 1 100 | refdes=D2 101 | T 47900 48000 5 10 0 1 0 0 1 102 | footprint=0805 103 | } 104 | C 47900 47400 1 0 0 led-3.sym 105 | { 106 | T 48850 48050 5 10 0 0 0 0 1 107 | device=LED 108 | T 47850 47750 5 10 1 1 0 0 1 109 | refdes=D3 110 | T 47900 47400 5 10 0 1 0 0 1 111 | footprint=0805 112 | } 113 | C 45800 47200 1 270 0 led-3.sym 114 | { 115 | T 46450 46250 5 10 0 0 270 0 1 116 | device=LED 117 | T 45650 47050 5 10 1 1 0 0 1 118 | refdes=D4 119 | T 45800 47200 5 10 0 0 0 0 1 120 | footprint=0805 121 | } 122 | C 46200 43800 1 0 0 diode-1.sym 123 | { 124 | T 46600 44400 5 10 0 0 0 0 1 125 | device=DIODE 126 | T 46300 44300 5 10 1 1 0 0 1 127 | refdes=D5 128 | T 46200 43800 5 10 0 0 0 0 1 129 | footprint=0805 130 | } 131 | C 44600 45800 1 90 0 capacitor-1.sym 132 | { 133 | T 43900 46000 5 10 0 0 90 0 1 134 | device=CAPACITOR 135 | T 44100 46600 5 10 1 1 180 0 1 136 | refdes=C0 137 | T 43700 46000 5 10 0 0 90 0 1 138 | symversion=0.1 139 | T 44600 45800 5 10 1 1 0 0 1 140 | value=0.1µ 141 | T 44600 45800 5 10 0 0 0 0 1 142 | footprint=0805 143 | } 144 | C 47700 45800 1 90 0 capacitor-1.sym 145 | { 146 | T 47000 46000 5 10 0 0 90 0 1 147 | device=CAPACITOR 148 | T 47300 46600 5 10 1 1 180 0 1 149 | refdes=C1 150 | T 46800 46000 5 10 0 0 90 0 1 151 | symversion=0.1 152 | T 47700 45800 5 10 1 1 0 0 1 153 | value=0.01µ 154 | T 47700 45800 5 10 0 0 0 0 1 155 | footprint=0805 156 | } 157 | C 48800 48700 1 0 0 resistor-2.sym 158 | { 159 | T 49200 49050 5 10 0 0 0 0 1 160 | device=RESISTOR 161 | T 49000 49000 5 10 1 1 0 0 1 162 | refdes=R1 163 | T 48800 48700 5 10 0 1 0 0 1 164 | footprint=0805 165 | } 166 | C 48800 47500 1 0 0 resistor-2.sym 167 | { 168 | T 49200 47850 5 10 0 0 0 0 1 169 | device=RESISTOR 170 | T 49000 47800 5 10 1 1 0 0 1 171 | refdes=R3 172 | T 48800 47500 5 10 0 1 0 0 1 173 | footprint=0805 174 | } 175 | C 48800 48100 1 0 0 resistor-2.sym 176 | { 177 | T 49200 48450 5 10 0 0 0 0 1 178 | device=RESISTOR 179 | T 49000 48400 5 10 1 1 0 0 1 180 | refdes=R2 181 | T 48800 48100 5 10 0 1 0 0 1 182 | footprint=0805 183 | } 184 | C 48800 49300 1 0 0 resistor-2.sym 185 | { 186 | T 49200 49650 5 10 0 0 0 0 1 187 | device=RESISTOR 188 | T 49000 49600 5 10 1 1 0 0 1 189 | refdes=R0 190 | T 48800 49300 5 10 0 1 0 0 1 191 | footprint=0805 192 | } 193 | C 46100 44900 1 90 0 resistor-2.sym 194 | { 195 | T 45750 45300 5 10 0 0 90 0 1 196 | device=RESISTOR 197 | T 45900 45900 5 10 1 1 180 0 1 198 | refdes=R4 199 | T 46100 44900 5 10 0 0 0 0 1 200 | footprint=0805 201 | } 202 | N 50100 48800 49700 48800 4 203 | N 50300 48200 49700 48200 4 204 | N 49700 47600 52200 47600 4 205 | N 49700 49400 53100 49400 4 206 | N 47900 49400 47500 49400 4 207 | N 47500 46700 47500 50600 4 208 | N 47500 47600 47900 47600 4 209 | N 47900 48200 47500 48200 4 210 | N 47900 48800 47500 48800 4 211 | N 47500 50600 54500 50600 4 212 | N 46000 46300 46000 45800 4 213 | N 47500 44000 47500 45800 4 214 | N 43000 47600 47500 47600 4 215 | N 46000 47600 46000 47200 4 216 | N 46000 44900 46000 44000 4 217 | N 43000 44000 46200 44000 4 218 | N 44400 47600 44400 46700 4 219 | N 44400 44000 44400 45800 4 220 | C 41200 47000 1 180 1 USB_mini_TYPE-B_5_SMT.sym 221 | { 222 | T 40800 46950 5 10 1 1 180 6 1 223 | refdes=CN0 224 | T 41490 46390 5 10 1 1 270 2 1 225 | device=USB 226 | T 41600 34350 5 10 0 0 180 6 1 227 | footprint=usb-micro-b 228 | } 229 | N 43000 47600 43000 46600 4 230 | N 43000 46600 42500 46600 4 231 | N 42500 45800 43000 45800 4 232 | N 43000 45800 43000 44000 4 233 | C 53400 45100 1 90 0 PFS172-S16A.sym 234 | { 235 | T 50000 45400 5 10 0 0 90 0 1 236 | footprint=so(16) 237 | T 49600 45400 5 10 0 0 90 0 1 238 | device=PFS172-S16A 239 | T 53400 45100 5 10 0 0 0 0 1 240 | refdes=U0 241 | } 242 | N 52300 49600 52300 48900 4 243 | N 52300 48900 52200 48900 4 244 | N 50300 48300 53500 48300 4 245 | N 51600 48900 51500 48900 4 246 | N 51300 48700 51100 48700 4 247 | N 51000 48500 50700 48500 4 248 | N 52200 43400 52300 43400 4 249 | N 52800 43800 53100 43800 4 250 | N 53100 44000 53500 44000 4 251 | N 47100 44000 51000 44000 4 252 | N 51000 44200 54500 44200 4 253 | N 51600 44400 54300 44400 4 254 | N 51900 44600 54100 44600 4 255 | N 54300 48100 51900 48100 4 256 | N 54100 47900 51600 47900 4 257 | N 52700 49200 50100 49200 4 258 | N 50100 49200 50100 48800 4 259 | N 50300 48300 50300 48200 4 260 | -------------------------------------------------------------------------------- /photos/README: -------------------------------------------------------------------------------- 1 | These are photos of current prototypes of the f-eval boards. 2 | 3 | They are hand-soldered and the colophonium hasn't been cleared. 4 | 5 | But they work. 6 | 7 | The photos of the f-eval-pdk-s08 and f-eval-pdk-s08a show the current board design. 8 | 9 | The photos of the f-eval-pdk-s16 and f-eval-pdk-s16a show an older version (hard-to-read label on the programming header due to soldermask). 10 | 11 | -------------------------------------------------------------------------------- /photos/f-eval-pdk-s08 PFC232.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/photos/f-eval-pdk-s08 PFC232.jpeg -------------------------------------------------------------------------------- /photos/f-eval-pdk-s08 PFS172.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/photos/f-eval-pdk-s08 PFS172.jpeg -------------------------------------------------------------------------------- /photos/f-eval-pdk-s08a PFS173.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/photos/f-eval-pdk-s08a PFS173.jpeg -------------------------------------------------------------------------------- /photos/f-eval-pdk-s16 PFS154.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/photos/f-eval-pdk-s16 PFS154.jpeg -------------------------------------------------------------------------------- /photos/f-eval-pdk-s16 PFS173.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/photos/f-eval-pdk-s16 PFS173.jpeg -------------------------------------------------------------------------------- /photos/f-eval-pdk-s16a PFC232.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/free-pdk/f-eval-boards/5648c6c15380c83d6a299e12467b9399ecf094ba/photos/f-eval-pdk-s16a PFC232.jpeg -------------------------------------------------------------------------------- /symbols/USB_mini_TYPE-B_5_SMT.sym: -------------------------------------------------------------------------------- 1 | v 20100214 2 2 | T 100 1450 8 10 1 1 0 0 1 3 | refdes=CONN? 4 | T 290 610 9 10 1 1 90 0 1 5 | device=USB 6 | T 400 12650 8 10 0 0 0 0 1 7 | footprint=USB_mini_TYPE-B_SMT 8 | B 100 200 800 1200 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 9 | P 1300 1200 900 1200 1 0 0 10 | { 11 | T 1100 1210 5 10 1 1 0 0 1 12 | pinnumber=1 13 | T 850 1130 5 10 1 1 0 6 1 14 | pinlabel=VCC 15 | } 16 | P 1300 1000 900 1000 1 0 0 17 | { 18 | T 1100 1010 5 10 1 1 0 0 1 19 | pinnumber=2 20 | T 850 930 5 10 1 1 0 6 1 21 | pinlabel=D- 22 | } 23 | P 1300 800 900 800 1 0 0 24 | { 25 | T 1100 810 5 10 1 1 0 0 1 26 | pinnumber=3 27 | T 850 730 5 10 1 1 0 6 1 28 | pinlabel=D+ 29 | } 30 | P 1300 600 900 600 1 0 0 31 | { 32 | T 1100 610 5 10 1 1 0 0 1 33 | pinnumber=4 34 | T 850 530 5 10 1 1 0 6 1 35 | pinlabel=ID 36 | } 37 | P 1300 400 900 400 1 0 0 38 | { 39 | T 1100 410 5 10 1 1 0 0 1 40 | pinnumber=5 41 | T 850 330 5 10 1 1 0 6 1 42 | pinlabel=GND 43 | } 44 | T 400 12450 8 10 0 0 0 0 1 45 | T 400 13650 8 10 0 0 0 0 1 46 | T 400 13850 8 10 0 0 0 0 1 47 | numslots=0 48 | T 400 14050 8 10 0 0 0 0 1 49 | author=Mitja Jež 50 | T 400 14250 8 10 0 0 0 0 1 51 | documentation=http://katalog.we-online.de/kataloge/eican/media/pdf/65100516121.pdf 52 | -------------------------------------------------------------------------------- /symbols/usb-micro-b.fp: -------------------------------------------------------------------------------- 1 | 2 | Element["" "" "" "" 23.0000mm 19.1000mm 0.0000 0.0000 0 100 ""] 3 | ( 4 | Pin[3.3500mm -2.0000mm 0.6516mm 0.0006mm 0.7024mm 0.5500mm "" "6" "hole"] 5 | Pin[3.3500mm 2.0000mm 0.6516mm 0.0006mm 0.7024mm 0.5500mm "" "7" "hole"] 6 | Pad[3.4000mm -1.3000mm 4.3500mm -1.3000mm 0.4000mm 0.0006mm 0.4006mm "1" "1" "square,edge2"] 7 | Pad[3.4000mm 0.0000 4.3500mm 0.0000 0.4000mm 0.0006mm 0.4006mm "3" "3" "square,edge2"] 8 | Pad[3.4000mm -0.6500mm 4.3500mm -0.6500mm 0.4000mm 0.0006mm 0.4006mm "2" "2" "square,edge2"] 9 | Pad[3.4000mm 0.6500mm 4.3500mm 0.6500mm 0.4000mm 0.0006mm 0.4006mm "4" "4" "square,edge2"] 10 | Pad[3.4000mm 1.3000mm 4.3500mm 1.3000mm 0.4000mm 0.0006mm 0.4006mm "5" "5" "square,edge2"] 11 | Pad[1.2000mm 1.2000mm 1.2000mm 1.2000mm 1.9000mm 0.0006mm 1.9003mm "" "8" "square"] 12 | Pad[1.2000mm -1.2000mm 1.2000mm -1.2000mm 1.9000mm 0.0006mm 1.9003mm "" "9" "square"] 13 | Pad[1.2000mm -3.9500mm 1.2000mm -3.9500mm 1.9000mm 0.0006mm 1.9003mm "" "10" "square"] 14 | Pad[1.2000mm 3.9500mm 1.2000mm 3.9500mm 1.9000mm 0.0006mm 1.9003mm "" "11" "square"] 15 | ElementLine [2.3000mm 3.7000mm 3.3000mm 3.7000mm 0.2000mm] 16 | ElementLine [2.3000mm -3.7000mm 4.2500mm -3.7000mm 0.2000mm] 17 | ElementLine [4.2000mm -3.7000mm 5.0500mm -3.7000mm 0.2000mm] 18 | ElementLine [5.0500mm -3.7000mm 5.0500mm 3.7000mm 0.2000mm] 19 | ElementLine [5.0500mm 3.7000mm 3.2500mm 3.7000mm 0.2000mm] 20 | ElementLine [0.0500mm 3.7000mm 0.1000mm 3.7000mm 0.2000mm] 21 | ElementLine [0.0000 -3.7000mm 0.0500mm -3.7000mm 0.2000mm] 22 | 23 | ) 24 | --------------------------------------------------------------------------------