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
*
st_stm32f401cdiscovery: better wirish board support
bnewbold
2015-03-03
1
-5
/
+27
*
stm32f4: 32bit-float-friendly GCC flags
bnewbold
2015-03-03
1
-1
/
+2
*
stm32f4: wirish: fill in board_setup support for STM32F4
bnewbold
2015-03-03
1
-13
/
+56
*
stm32f4: fill in exception handling infrastructure
bnewbold
2015-03-03
1
-1
/
+35
*
wirish_math: explicit type casts for round()
bnewbold
2015-03-03
1
-1
/
+2
*
stm32f4: add F4-specific IRQ entries
bnewbold
2015-03-03
2
-0
/
+10
*
stm32f4: note possibly incorrect max_baud entries
bnewbold
2015-03-03
1
-3
/
+3
*
stm32f4: begin filling out F4 suport in headers
bnewbold
2015-03-03
3
-2
/
+36
*
stm32f4: don't try to build FSMC and Timers that hardware doesn't support
bnewbold
2015-03-03
2
-0
/
+29
*
stm32f4: series-specific linker flags
bnewbold
2015-03-03
4
-5
/
+107
*
replace unnecessary 'XXX' strings
bnewbold
2015-03-01
2
-4
/
+3
*
docs: remove unfortunate 'XXX' showing up in grep
bnewbold
2015-03-01
2
-2
/
+2
*
travis CI: now expect maple_native build to pass
bnewbold
2015-03-01
1
-1
/
+0
*
test-session: use 'BOARD_HAVE' for SerialN discovery
bnewbold
2015-03-01
1
-2
/
+6
*
st_stm32f401c_discovery: fix SPI pin numbers
bnewbold
2015-03-01
1
-8
/
+9
*
board support: stm32f401c_discovery -> st_stm32f401cdiscovery
bryan newbold
2015-03-01
3
-4
/
+4
*
wirish.h: squelch stdbool.h redefinition compiler warnings
bryan newbold
2015-03-01
1
-2
/
+7
*
stm32f4: add sram_64k_flash_128k linker script
bryan newbold
2015-03-01
1
-0
/
+5
*
wirish/boards: squelch unused-function warnings
bryan newbold
2015-03-01
1
-0
/
+2
*
wirish/Print: explicit double-width constants
bryan newbold
2015-03-01
1
-6
/
+6
*
stm32f401c_discovery: disable on-board SPI1 MEMS Gyro by default
bryan newbold
2015-03-01
1
-3
/
+7
*
stm32f401c_discovery: add support for GPIO port E (up to 80 GPIO)
bryan newbold
2015-03-01
2
-49
/
+69
*
stm32f401c_discovery.mk: fix typo and use short MCU name convention
bryan newbold
2015-03-01
1
-1
/
+1
*
stm32f4: update board files STM32F401CDiscovery board
Perry Hung
2015-03-01
2
-16
/
+79
*
stm32f4: add support for stm32f401CDiscovery board
Perry Hung
2015-03-01
3
-0
/
+203
*
board support: opencm904 -> robotis_opencm904
bnewbold
2015-02-28
3
-5
/
+0
*
board support: cm900 -> robotis_cm900
bnewbold
2015-02-28
3
-8
/
+2
*
board support: nucleo -> st_nucleo_f103rb
bnewbold
2015-02-28
3
-5
/
+5
*
board support: rename VLDiscovery -> st_stm32vldiscovery
bnewbold
2015-02-28
4
-4
/
+14
*
buildsys: allow out-of-tree board files
bryan newbold
2015-02-28
2
-3
/
+15
*
Adding support for NUCLEO-F103RB
Grégoire Passault
2015-02-28
3
-0
/
+261
*
Generate .hex files as well.
Grégoire Passault
2015-02-28
2
-1
/
+4
*
[Makefile] Easier adding of sources
Gregwar
2014-11-26
1
-3
/
+6
*
Squash some GCC __always_inline warnings.
Marti Bolivar
2014-11-26
3
-10
/
+10
*
libmaple_types.h: add ifndef guards for some macros
Marti Bolivar
2014-11-26
1
-0
/
+4
*
Revert "always clear ISR DMA bit before even calling handler"
Jonatan Olofsson
2014-11-26
1
-1
/
+1
*
stm32f1: gpio.h: silence yet more __always_inline warnings
Marti Bolivar
2014-11-24
1
-3
/
+1
*
Wire: release the bus on error
Marti Bolivar
2014-11-24
1
-0
/
+2
*
wirish: allow boards to override PLL input clock
Marti Bolivar
2014-11-24
2
-4
/
+9
*
wirish: allow boards to override more init() subroutines
Marti Bolivar
2014-11-24
2
-51
/
+57
*
HardwareTimer.cpp: use STM32_TIMER_MASK
Marti Bolivar
2014-11-24
1
-1
/
+17
*
HardwareSPI.cpp: allow for missing SPI peripherals
Marti Bolivar
2014-11-24
1
-7
/
+31
*
nvic.h: silence some GCC inline warnings
Marti Bolivar
2014-11-24
1
-6
/
+2
*
systick.h: add systick_attach_callback() prototype
Marti Bolivar
2014-11-24
1
-0
/
+1
*
libmaple/stm32.h: add a FIXME for USART config
Marti Bolivar
2014-11-24
1
-0
/
+2
*
stm32f2-f4: refactor <series/stm32.h>
Marti Bolivar
2014-11-24
1
-22
/
+28
*
Rename various "stm32f2" directories "stm32f2-f4".
Marti Bolivar
2014-11-24
35
-15
/
+24
*
Add STM32F2 I2C support.
Marti Bolivar
2014-11-24
4
-14
/
+193
*
support: add loader script for 64k sram/256k flash
Perry Hung
2014-11-24
1
-0
/
+5
*
travis: update to list of currently-working test-session.cpp boards
bryan newbold
2014-11-23
1
-0
/
+3
[next]