summaryrefslogtreecommitdiff
path: root/CODECONVENTIONS.md
AgeCommit message (Expand)Author
2015-10-12Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George
2015-07-20CODECONVENTIONS: Add a short section about how to allocate heap memory.Damien George
2015-06-25CODECONVENTIONS.md: add documentation on putting comments in code.Garrett Berg
2015-06-24CODECONVENTIONS.md: Mention macro and enum names.Damien George
2015-06-24CODECONVENTIONS.md: Add function/variable/argument naming conventionstijn
2015-06-18CODECONVENTIONS.md: 16-bit ports exist now.Paul Sokolovsky
2015-06-18CODECONVENTIONS.md: Header files no longer follow Plan 9 conventions.Paul Sokolovsky
2014-09-25Updated CODECONVENTIONS to clarify use of integer types.Damien George
2014-04-18Add Python code conventions to CODECONVENTIONS.Damien George
2013-12-29Add CODECONVENTIONS, and modify i2c module to conform.Damien