aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/nvic.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up wirish/time, some interrupt handling refactoring:Perry Hung2010-08-041-8/+13
| | | | | | | | | Fixed millis(), it was just wrong, before. Added micros(), not extensively tested. New implementation of delayMicroseconds(). Should be more consistent now. Added a handful of nvic routines to enable/disable interrupts. Cleaned up systick
* New usart implementation:Perry Hung2010-08-041-2/+8
| | | | | | Fixed a bug where the maximum baud rate was incorrectly set to 225000 General cleanup Use new rcc and nvic APIs
* nvic_disable_interruptbnewbold2010-07-181-0/+1
|
* Refactoring:Perry Hung2010-04-251-1/+5
| | | | | The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.
* Licensing: Relicensed libmaple under the MIT License.Perry Hung2010-03-311-12/+17
| | | | | | 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-2/+0
| | | | | 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.
* Major hierarchy reorganization; see README.bnewbold2010-03-311-0/+67
copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added