index
:
feurig/libmaplemidi-cma
0.0.10-maintenance
0.0.11-maintenance
0.0.9-maintenance
audio-board
ethernet-shield
master
wizEthernet
C and C++ library for STM32 ARM Cortex-M3 development boards.
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libmaple
/
systick.c
Age
Commit message (
Expand
)
Author
2012-09-04
Add some missing LeafLabs copyright notices.
Marti Bolivar
2012-05-08
Fix a bunch of Doxygen file-level comments.
Marti Bolivar
2012-04-11
Move public headers to include directories; related cleanups.
Marti Bolivar
2011-09-13
Added more doxygen file level headers. Documented a few more functions.
Michael Hope
2011-06-24
systick.c: Updating systick_uptime_millis before handling user callback.
Marti Bolivar
2011-06-24
Make FreeRTOS changes comply with the coding standard.
Marti Bolivar
2011-06-21
FreeRTOS: Added FreeRTOS 7.0.1, including hook in libmaple/systick.c and exam...
Nis Sarup
2011-06-07
Keep it 80-column clean.
Marti Bolivar
2011-05-12
i2c: Various fixes, extensions, documentation.
Perry Hung
2011-05-04
systick_timer_millis is volatile, not IO-mapped.
Marti Bolivar
2011-04-12
Changing usages of "volatile" to "__io".
Marti Bolivar
2011-04-05
SysTick refactor.
Marti Bolivar
2011-02-27
Refactor linker scripts. Rename irq and exception handlers.
Perry Hung
2011-02-16
Merge branch 'nzmichaelh-master' into master.
Marti Bolivar
2010-12-28
nzmichaelh's pull request mods compile and upload.
Marti Bolivar
2010-10-11
docs
Marti Bolivar
2010-10-10
Change the systick handler to the CMSIS compliant SysTick_Handler
Michael Hope
2010-10-10
Make systick.h C++ safe. Expose the sys tick count via systick.h and remove ...
Michael Hope
2010-09-27
whitespace cleanups
Marti Bolivar
2010-09-05
systick testing and simplification
bnewbold
2010-08-31
added support to enable/disable systick in wirish
Marti Bolivar
2010-08-04
Cleaned up wirish/time, some interrupt handling refactoring:
Perry Hung
2010-03-31
Licensing: Relicensed libmaple under the MIT License.
Perry Hung
2010-03-31
Removed inttypes.h
Perry Hung
2010-03-31
Major hierarchy reorganization; see README.
bnewbold