aboutsummaryrefslogtreecommitdiffstats
path: root/source/libmaple
Commit message (Collapse)AuthorAgeFilesLines
* rcc.rst: Updates for new APIs.Marti Bolivar2012-05-162-357/+1346
| | | | | | Some tweaks to the libmaple overview to keep up. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* Update <libmaple/fsmc.h> page.Marti Bolivar2012-05-161-151/+197
| | | | | | | No API changes (new stuff was ported as-is to STM32F2), but more explanatory text. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* flash.rst: Adjust language.Marti Bolivar2012-05-161-2/+2
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* iwdg.rst: Adjust language.Marti Bolivar2012-05-161-5/+1
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* rcc.rst: add :ref: target.Marti Bolivar2012-05-161-0/+1
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* stm32.rst: Add :ref: target.Marti Bolivar2012-05-161-0/+1
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* Update <libmaple/delay.h> API page.Marti Bolivar2012-05-161-6/+5
| | | | | | No API changes. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* Update <libmaple/iwdg.h> page.Marti Bolivar2012-05-161-36/+47
| | | | | | No new APIs, but keep the format up to date. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* Update <libmaple/flash.h> API page.Marti Bolivar2012-05-161-74/+226
| | | | | | Fixes for changes since last release. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/api/util.rst: Fixes and tweaks.Marti Bolivar2012-05-161-8/+10
| | | | | | | | | Update title for new libmaple include style. Fix up the bit-manipulation macros; we can't use doxygendefine yet, as its output is missing macro parameter names. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/api/bitband.h: Fix title.Marti Bolivar2012-05-161-2/+2
| | | | | | Update for new libmaple include style. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/api/ring_buffer.rst: Fix title.Marti Bolivar2012-05-161-2/+2
| | | | | | Update for new libmaple include style. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/api/stm32.rst: Updates for new APIs.Marti Bolivar2012-05-161-15/+103
| | | | | | Updates from changes since last release. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/api/rcc: Add rcc_configure_pll.Marti Bolivar2012-05-161-0/+2
| | | | | | New function. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/overview.rst: Fix includes mentioned in comments.Marti Bolivar2012-05-161-4/+4
| | | | | | Update these to the new style. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/overview.rst: Improve parallel style.Marti Bolivar2012-05-161-6/+6
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/overview.rst: Fix typo.Marti Bolivar2012-05-161-1/+1
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* Rewrite libmaple overview for libmaple series support work.Marti Bolivar2012-05-161-235/+405
| | | | | | | | | libmaple is being ported to other STM32 series than the small set of STM32F103s it supported through v0.0.12. This has caused lots of changes, so that the existing libmaple overview is no longer accurate. Rewrite it to prepare for the next release. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/api/stm32: Add STM32_MCU_SERIES.Marti Bolivar2012-05-161-0/+3
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/apis.txt: Pick a better title.Marti Bolivar2012-05-161-2/+2
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* check!Marti Bolivar2012-05-161-3/+10
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/overview.rst: Clarifications in first paragraph.Marti Bolivar2012-05-061-3/+4
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/api/usart: Add usart_rx().Marti Bolivar2011-10-071-0/+1
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/nvic: Add nvic_sys_reset().Marti Bolivar2011-09-241-0/+1
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* libmaple/scb: Update for fixed SCB.Marti Bolivar2011-09-241-1/+136
| | | | | | Updates for libmaple commit f3345d6bb096c68bfa59d689daddd14f63a47e30. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* coding-standard: Generify plea for editor configuration help.Marti Bolivar2011-09-211-1/+1
| | | | Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* contributing.rst: Mention git commit -s.Marti Bolivar2011-09-201-0/+4
| | | | | | | I guess we'll start doing this too, for consistency with what we ask of our users. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* contributing.rst: Add link to GitPhraseBook.Marti Bolivar2011-09-201-0/+4
|
* [libmaple] dma.rst: Cull a finished TODO.Marti Bolivar2011-09-081-2/+0
| | | | This was figured out a while ago.
* Add better refs to some systick.h functions.Marti Bolivar2011-09-081-6/+2
|
* gpio.rst: Add ref target for afio_remap().Marti Bolivar2011-09-081-0/+2
| | | | | I can't figure out how to get Breathe to properly put things into the C domain. This will have to do for now.
* stm32.rst: Add STM32_SRAM_END.Marti Bolivar2011-09-081-0/+1
|
* stm32.rst: Update with prefixed defines.Marti Bolivar2011-09-081-0/+9
|
* coding-standard: Updates and clarifications.Marti Bolivar2011-09-061-16/+21
| | | | | | | | | We got rid of the Windows newlines a while ago, so nuke the "exceptions" clause in the Unix newlines requirement. Teach the Doxygen -> Breathe information about the leaflabs-docs repo and the wiki. Also provide more links to further sources of information on what to do.
* [libmaple] dma.rst: Remove warning about dma_attach_interrupt().Marti Bolivar2011-08-301-3/+0
| | | | This was fixed in libmaple commit f99e0310faf34ab37f7fb31ff2592fa6d6c3213d.
* contributing.rst: Split off "Git Resources" section; add new article.Marti Bolivar2011-08-261-2/+13
| | | | | | | | I've been linking people to the "submitting patches via email" section when I really wanted them to look at the Git resources. Seems like good enough reason to split it up. Also, reference a nice article from the Linux Journal.
* Better document libmaple proper APIs.Marti Bolivar2011-08-2225-102/+2773
| | | | | | | | | | | Instead of using doxygenfile, add finely-grained documentation for each libmaple proper header that we guarantee an API for. These new files are in keeping with the template provided in /tmpl/libmaple-proper-page.rst.tmpl. Breathe still has to be taught how to do doxygenunion to get some of this right, but I'm committing this now in anticipation of that happening.
* Typo.Marti Bolivar2011-08-111-1/+1
|
* coding-standard: Add link to TextMate bundle for whitespace handling.Marti Bolivar2011-07-101-0/+5
|
* coding-standard: Kill trailing whitespace.Marti Bolivar2011-07-101-1/+1
|
* libmaple/contributing: Add more DCO information.Marti Bolivar2011-07-051-1/+45
|
* Docs: Correct "Github" -> "GitHub"Marti Bolivar2011-06-032-5/+5
|
* Docs: libmaple overview.rst fixes.Marti Bolivar2011-05-261-30/+24
|
* 0.0.10 docs RCMarti Bolivar2011-05-231-1/+2
|
* Docs: Various improvements.Marti Bolivar2011-05-131-3/+2
|
* Docs: correcting "Github" -> "GitHub".Marti Bolivar2011-05-131-4/+4
|
* 0.0.10 Documentation checkpoint.Marti Bolivar2011-04-261-0/+8
| | | | | | | | | | | | | | The vast majority of the Maple-specific values have been pulled out of the higher-level overview pages and replaced with refs into documents under /docs/source/hardware/. Much of the work that's left to be done in this regard is labeled with versioned TODO and FIXME comments. Suggestions from StephenFromNYC and gbulmer were incorporated from this forum thread: http://forums.leaflabs.com/topic.php?id=703
* 0.0.10 documentation checkpoint.Marti Bolivar2011-04-2529-0/+1181
Merging in the standalone refactor docs, etc. The individual libmaple API pages are going to need to get redone.