index
:
librambutan
legacy
master
newprint
stm32f4discovery
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
timer.c: Fix dispatch_irq() and dispatch_cc_irqs().
Marti Bolivar
2011-07-19
1
-24
/
+46
*
timer.c: Fix off-by-one error in NR_GEN_HANDLERS.
Marti Bolivar
2011-07-18
1
-1
/
+1
*
stm32.h: Add license header.
Marti Bolivar
2011-07-18
1
-0
/
+26
*
stm32.h: Trivial comment tweak.
Marti Bolivar
2011-07-18
1
-1
/
+1
*
Add DELAY_US_MULT, for use in generalizing delay_us().
Marti Bolivar
2011-07-18
2
-8
/
+9
*
Move STM32 config from libmaple.h into stm32.h.
Marti Bolivar
2011-07-18
2
-39
/
+39
*
test-usart-dma.cpp: Change mistaken "__io" -> "volatile"
Marti Bolivar
2011-07-06
1
-1
/
+1
*
LICENSE: include DCO notice.
Marti Bolivar
2011-07-05
1
-0
/
+34
*
fixed a bug in usbreceivebytes
Andrew J Meyer
2011-07-01
1
-1
/
+5
*
systick.c: Updating systick_uptime_millis before handling user callback.
Marti Bolivar
2011-06-24
1
-1
/
+1
*
Merge branch 'freertos'
Marti Bolivar
2011-06-24
27
-0
/
+12905
|
\
|
*
Make FreeRTOS changes comply with the coding standard.
Marti Bolivar
2011-06-24
4
-20
/
+28
|
*
Added MIT license headers.
Nis Sarup
2011-06-24
2
-0
/
+52
|
*
FreeRTOS: Added FreeRTOS 7.0.1, including hook in libmaple/systick.c and exam...
Nis Sarup
2011-06-21
27
-0
/
+12845
*
|
systick.h: Comment typo
Marti Bolivar
2011-06-21
1
-1
/
+1
|
/
*
test-usart-dma.cpp: Update to demo working DMA interrupts.
Marti Bolivar
2011-06-20
1
-11
/
+7
*
DMA: Fix non-working DMA interrupts.
Marti Bolivar
2011-06-20
2
-14
/
+14
*
Servo.h: Eliminate unused SERVO_MAX_WRITE_ANGLE.
Marti Bolivar
2011-06-20
1
-5
/
+0
*
rcc.c: Trivial comment tweak.
Marti Bolivar
2011-06-20
1
-1
/
+0
*
HardwareTimer.cpp: fix HardwareTimer::setPeriod()
Marti Bolivar
2011-06-14
1
-1
/
+1
*
gpio.h: Fix zero/oh comment mixup.
Marti Bolivar
2011-06-14
1
-1
/
+1
*
adc.h: Clarify adc_smp_rate Doxygen comment.
Marti Bolivar
2011-06-11
1
-1
/
+5
*
notes/exti.txt: Remove Maple-specific pin map information.
Marti Bolivar
2011-06-11
1
-26
/
+0
*
notes/dac.txt: Tidy up content.
Marti Bolivar
2011-06-11
1
-18
/
+19
*
stm32.h: Don't blindly assume PCLK1 and PCLK2 values.
Marti Bolivar
2011-06-11
1
-0
/
+4
*
Update notes/portable.txt
Marti Bolivar
2011-06-11
1
-30
/
+33
*
Delete notes/coding_standard.rst.
Marti Bolivar
2011-06-11
1
-427
/
+0
*
Delete TODO.
Marti Bolivar
2011-06-11
1
-7
/
+0
*
Remove reST documentation, attendant updates.
Marti Bolivar
2011-06-11
213
-15274
/
+55
*
Docs: Add GPIO port pin maps.
Marti Bolivar
2011-06-10
3
-0
/
+83
*
Docs: Update quickstart for Mini.
Marti Bolivar
2011-06-10
1
-8
/
+10
*
Docs: Update "my board is bricked!" troubleshooting item.
Marti Bolivar
2011-06-10
1
-4
/
+11
*
Docs: move ASSERT() to its own page.
Marti Bolivar
2011-06-10
5
-55
/
+51
*
Docs: Generalize throb()-related troubleshooting item.
Marti Bolivar
2011-06-10
1
-8
/
+6
*
Docs: Use "BOARD_LED_PIN" instead of "13".
Marti Bolivar
2011-06-10
8
-41
/
+36
*
Update test-print.cpp to exercise new behavior.
Marti Bolivar
2011-06-08
1
-34
/
+37
*
Update Print to match Arduino master.
Marti Bolivar
2011-06-08
2
-60
/
+51
*
Revert "Add wiring_limits.h"
Marti Bolivar
2011-06-07
1
-49
/
+0
*
Add wiring_limits.h
Marti Bolivar
2011-06-07
1
-0
/
+49
*
Keep it 80-column clean.
Marti Bolivar
2011-06-07
53
-721
/
+825
*
delay.h: Add missing include.
Marti Bolivar
2011-06-06
1
-0
/
+2
*
flash.h: Add missing include.
Marti Bolivar
2011-06-06
1
-1
/
+2
*
scb.h: Add missing include.
Marti Bolivar
2011-06-06
1
-0
/
+2
*
bitband.h: Add missing include.
Marti Bolivar
2011-06-06
1
-0
/
+2
*
i2c.h: Add missing includes.
Marti Bolivar
2011-06-06
1
-0
/
+5
*
Docs: add note on adding self to plugdev group.
Marti Bolivar
2011-06-06
1
-3
/
+5
*
Docs: Correct "Github" -> "GitHub"
Marti Bolivar
2011-06-03
3
-6
/
+6
*
Docs: Various tweaks and fixups.
Marti Bolivar
2011-06-03
3
-14
/
+15
*
Adding $(SRCROOT)/ in front of build-targets.mk to allow building in any dire...
Victor G Estevez
2011-06-02
1
-1
/
+1
*
Added libs in libraries/ to the include path
Camille Moncelier
2011-06-02
1
-0
/
+1
[prev]
[next]