Phil Howard
dda9b9c6da
all: Prune trailing whitespace.
Prune trailing whitespace across the whole project (almost), done
automatically with:
grep -IUrl --color "[[:blank:]]$" --exclude-dir=.git --exclude=*.exp |\
xargs sed -i 's/[[:space:]]*$//'
Exceptions:
- Skip third-party code in lib/ and drivers/cc3100/
- Skip generated code in bluetooth_init_cc2564C_1.5.c
- Preserve command output whitespace in docs, eg:
docs/esp8266/tutorial/repl.rst
Signed-off-by: Phil Howard <phil@gadgetoid.com>
8 months ago
stijn
958c6d917d
windows: Use the MicroPython logo as application icon.
Add a .ico file with common icon image size, created from
vector-logo-2.png, and embed it into the resulting executable.
Signed-off-by: stijn <stijn@ignitron.net>
2 years ago
Alexander Steffen
55f33240f3
all: Use the name MicroPython consistently in comments
There were several different spellings of MicroPython present in comments,
when there should be only one.
7 years ago
Radomir Dopieralski
efb8aa0ef6
logo/1bit-logo A black & white version of the logo
This version of the logo may be useful for displaying on small
devices to show that they use MicroPython.
8 years ago
Damien George
a102e01ce1
logo: Change line endings in FONT-LICENSE.txt from CRLF to LF.
10 years ago
Damien George
24224d7c72
Make GitHub logo/image a JPEG so it's smaller.
11 years ago
Mark Schafer
a23a24f89c
logo gradients in master SVG, png
Also new vector_log png with alpha
11 years ago
Metallicow
7ab9c21945
Add combined image to GitHub front page README.md
11 years ago
Mark Schafer
89cbded000
logo missing fill added
11 years ago
Metallicow
b37af7f26f
Small graphic - Useful for WebBanners, etc...
License: However you want / MicroPython.
Thanks Damien :)
11 years ago
John R. Lenton
9c83ec0eda
Merge remote-tracking branch 'upstream/master' into dict_feats
11 years ago
Mark Schafer
501399330e
vector logo master with layers
inkscape master file has dxf and coloured svg layers.
Choose a layer for suitable work.
11 years ago
Damien George
8b2688f893
Add FONT-LICENSE for Exo font used in Micro Python name-logo.
11 years ago
Jonathan Greig
116e6e0551
Added DXF R2000 vector text.
11 years ago
Jonathan Greig
9b8f424944
Added SVG vector text.
11 years ago
Jonathan Greig
99f5dd2efb
Added SVG vector logo.
11 years ago
Jonathan Greig
859ce025f0
Added DXF R2000 vector logo.
11 years ago
Damien George
40b7c73e8f
Add Micro Python logo, snake on a chip.
11 years ago