This is where the stencil files for the bare boards I sell live

All files are packed using LZMA2/xz, they can be opened by many tools, including 7zip on windows. This is my standard archive format whenever I have a choice - especially when I pay for bandwidth, which I do because I'm not a scrub - github is only used to host the core itself (which is clearly open source software and exactly when github is meant for, and the Linux x64 version of the toolchain (unfortunately the best we can use there is BZip2, which results in files 3-4 times larger - Arduino can't decompress .xz) because every commit downloads the file about 100 times for github actions, and keeping that file on github's network saves github some money, and saves me enough money to make the difference between "We have CI, so I can maintain these cores" and "I don't have CI, I am not able to maintain these cores because I cannot detect regressions automatically, and there is too much totest to do it manually".

The .tar.xz files are not just to save me some cash, either: The format and algorithms associated with it blow the competition out of the water. They decompress much faster, compress at about the same speed, and the compression ratio is amazing - for the sort of reptitive machine readable files like toolchains in particular. .tar.bz2 beats .zip by a nose on the toolchain. .tar.xz beats .tar.bz by a factor of 3! (note that all of the compression algorithms have some of the highest compression ratios you'll ever see: The compressed xz is around 12mb - the tar file before compression is around 300 mb

See the the toolchains page for links to the toolchain versions.

Board Assembly Information Packages

Most of these packages include a schematic and a BOM/Assembly notes that briefly outline the options you have for alternate configurations (On the microcontroller breakouts, all that **needs** to be placed is the chip and it's decoupling caps, but the rest of them are there because I found the parts - like LEDs, separate 3-pin UPDI header, voltage regulator, etc) to be annoying to not have, but you have a great deal of latitude in terms of which parts you place. All boards contain solder bridge jumpers or "bridgable pads" or whatever you want to call them to configure things like autoreset or what the CTS pin on the FTDI header goes to, as well as allowing you to sever the link to every place that it connects to a source of external power, so that you can avoid, for example, backpowering a regulator and wasting battery life). These are all