This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/env python3 | |
""" | |
Alex Hogen ([email protected]) | |
Compare Anybadge to Sheilds.io SVG badges. | |
""" | |
import os | |
import sys | |
import shutil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################### | |
# Date: 2019-06-06 | |
# Author: Alexander Hogen | |
# [email protected] | |
# https://github.com/ahogen | |
# | |
# !! NOTE: This is currently just a scratchpad for my work. THIS IS NOT DONE YET! | |
# | |
# The NXP LPC(546xx) microcontroller's bootloader supports verifying the | |
# image by checking a CRC32 value before starting to execute it. This |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
"""Download latest GNU Toolchain from ARM's website | |
Author: Alex Hogen ([email protected]) | |
MIT License | |
Copyright (c) 2019 Alexander Hogen | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal |
OlderNewer