aboutsummaryrefslogtreecommitdiffstats
path: root/notes/coding_standard.txt
Commit message (Collapse)AuthorAgeFilesLines
* Coding standard updates.Marti Bolivar2011-04-081-284/+0
| | | | Added some content, converted document to .rst.
* Coding standard tweaks.Marti Bolivar2011-04-071-6/+6
|
* Coding standard updates.Marti Bolivar2011-04-071-22/+38
|
* Updated coding standard.Marti Bolivar2011-04-061-6/+8
|
* Final stm32_pin_info design candidate; ADC3 support on Native.Marti Bolivar2011-03-251-0/+44
| | | | | | | | | | | | | | | | | | | | Added an adc_dev to struct stm32_pin_info. This was necessary to add support for the channels on the Native which are only connected to ADC3, but it does add a bunch of NULLs to the PIN_MAPs. I don't think any other peripherals need representation on a per-pin basis. Each peripheral library will be responsible for keeping track of related GPIO ports and bits, and we can throw #defines in to boards/*.h for other things (e.g. BOARD_SPI1_MISO_PIN). Fleshed out the ADC refactor and brought it more in keeping with the new design as it evolves. A couple of other tweaks. Notably: waitForButtonPress() now takes a default argument meaning "wait forever". Removed Maple-specific documentation from core functions in io.h; this information will need to go into the individual board docs files.
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-111-43/+42
|
* Merge branch 'debug-serialusb'Marti Bolivar2011-02-121-14/+23
|\ | | | | | | | | | | Conflicts: libmaple/usb/usb.c notes/coding_standard.txt
| * readme and coding standard updatesMarti Bolivar2010-12-211-7/+25
| |
* | Updated coding standardMarti Bolivar2011-02-011-26/+76
|/
* added notes/coding_standard.txt, more cleanupsMarti Bolivar2010-09-271-0/+164