Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 475 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 475 Bytes

Zlib for ARM Cortex M

This is a concise Zlib library (.a GNU gcc archive) for ARM Cortex-M (M0, M0+, M1, M3, M4)

The "kitchen-sink" build is about 43K of code. Real-world use and optimization will be less. Link to your final firmware with gcc option -Wl,--gc-sections.

This adheres to Zlib's license. Additions unique to this repository are released to the public domain. See README file for Zlib's license.

See Zlib homepage for more info.