aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/flash.c
Commit message (Collapse)AuthorAgeFilesLines
* Keep it 80-column clean.Marti Bolivar2011-06-071-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | Go through overlong source code lines and convert as many of them as appropriate to be 80-column clean. This mostly affects license headers. Overlong lines are determined by running following from the libmaple base directory: $ ack-grep --nocolor --nogroup --cpp --cc --ignore-dir=usb -- '.{80}' Note that this excludes libmaple's usb subdirectory, which is still full of ST code that doesn't follow the libmaple source code guidelines. Contents of ~/.ackrc (these won't matter, but are included for completeness): --ignore-dir=docs --ignore-dir=build --type-set ld=.ld --type-set rst=.rst --type-set txt=.txt --type-set mk=.mk
* Flash refactorMarti Bolivar2011-03-161-25/+14
|
* whitespace cleanupsMarti Bolivar2010-09-271-12/+10
|
* Basic flash peripheral management api for board bringupPerry Hung2010-08-041-16/+33
|
* Licensing: Relicensed libmaple under the MIT License.Perry Hung2010-03-311-0/+24
| | | | | | Relicensed the bulk of libmaple under the more permissive MIT License, from GPLv3. Files that were largely or entirely derived from the Arduino, STM, or Lanchon retain their original licenses.
* Removed STM32 flash code, replaced with barebones hacks for now.Perry Hung2010-03-301-0/+29
At this point, there shouldn't be any STM code being compiled and linked against. There are still a bunch of STM header includes, though.