Fabien Chouteau
043018d4b0
Filesystem: Trying a new way to handle file path
2017-04-02 21:58:13 +02:00
Fabien Chouteau
bd516c1e89
FE310.UART: Fix compile error
2017-03-10 19:20:04 +01:00
Fabien Chouteau
62b318f3e9
Merge pull request #170 from AdaCore/stm32_easy_setup
...
[RFC] STM32 easy device setup
2017-03-10 18:48:08 +01:00
Fabien Chouteau
36887d6189
STM32.Setup: Allow different AF values for SCL and SDA
...
Required for the STM32F769.
2017-03-09 18:22:24 +01:00
Pat Rogers
20907e4bc0
Merge pull request #172 from AdaCore/add_dwt_interface
...
always use uint switch in makefile, add support for DWT
2017-03-06 08:54:21 -06:00
pat-rogers
91e72072b8
always use uint switch in makefile, add support for DWT
2017-03-06 00:44:46 -06:00
Pat Rogers
08fd678bf3
Merge pull request #169 from AdaCore/add_dwt_support
...
always use uint switch in makefile, add support for DWT
2017-03-04 11:14:54 -06:00
Fabien Chouteau
3ba5b4786a
Merge pull request #166 from AdaCore/ssd1306
...
Components: Add SSD1306 OLED screen driver support
2017-03-04 12:48:52 +01:00
Fabien Chouteau
8bbadbb908
STM32.Setup: Start a utility package to provide easy config of drivers
2017-03-04 12:24:45 +01:00
Fabien Chouteau
481b491d22
STM32F7*: Align I2C clock and reset control with the rest of STM32 support
2017-03-04 12:13:21 +01:00
Fabien Chouteau
78dce9bcae
STM32: Make GPIO_AF constants auto-completion friendly
...
Right now when I have to type an AF value the auto completion will
filter and sort them by their numbers GPIO_AF_0_*, GPIO_AF_1_*, etc.
Which is not practical because I am looking for a specific device (SPI1,
I2C3, UART5, etc).
This patch puts the number of the AF at the end of its name so that
auto completion will sort and filter by device first.
2017-03-04 10:44:48 +01:00
pat-rogers
51b661276f
always use uint switch in makefile, add support for DWT
2017-03-03 14:27:16 -06:00
pat-rogers
a4332c7fb4
fix name of formal parameter referenced in comment
2017-03-02 13:39:55 -06:00
Fabien Chouteau
80b541b0cf
STM32.LTDC: Fix color mode conversion
...
Factorize and stop relying on unchecked conversions.
2017-02-26 21:25:56 +01:00
Lambourg Jérôme
408aa3a37c
Merge pull request #161 from AdaCore/ltdc_dsi_fixes
...
Various tentative fixes to the LTDC and DSI drivers (stm32):
2017-02-26 19:48:00 +01:00
pat-rogers
90cd805e95
Allow composition using PWM type by removing timer discriminant.
...
Also make the PWM type tagged, since it is not a direct driver that
will remain consistent with the other drivers here.
2017-02-25 21:36:58 -06:00
Jerome Lambourg
53ccdb44f1
Various tentative fixes to the LTDC and DSI drivers (stm32):
...
* ltdc: make sure to explicitely disable the layers during init, and force
a hardware recet of the peripheral. Also improve a bit the readability
of the timing settings.
* dsi: do not allow an input division factor of zero, not allowed by the
hardware.
* framebuffer_otm8009a: fix timings during the LCD reset.
2017-02-25 13:16:09 +01:00
Fabien Chouteau
050e92062c
Merge pull request #144 from AdaCore/microbit_time_io_twi
...
Micro:Bit add time, ADC and buttons, fix TWI (I2C)
2017-02-24 19:31:54 +01:00
Fabien Chouteau
a02c4dd567
Merge branch 'master' into stm32f4_spi
2017-02-24 17:14:46 +01:00
Fabien Chouteau
8cf82f5225
nRF51: Move ADC to the new drivers location
2017-02-23 14:39:27 +01:00
Fabien Chouteau
eed97fdb2b
nRF51.TWI: Fix Master_Receive
...
The stop sequence was generated one byte too late.
2017-02-23 14:39:27 +01:00
Fabien Chouteau
c9a535b1d2
Merge pull request #158 from AdaCore/appveyor
...
Appveyor continous builder setup
2017-02-22 17:35:12 +01:00
Fabien Chouteau
b788a8c053
Fix remaining errors from HAL derived types change
2017-02-21 13:49:11 +01:00
pat-rogers
04804ed8a8
Move comment explaining the prescalers to the prescaler type decl.
...
Fix typo in comment header.
All pragma Elaborate_Body.
2017-02-20 17:41:44 -06:00
pat-rogers
9c71e169d4
Add note about using the ravenscar-full runtimes.
...
Fix typos in readmes.
2017-02-20 14:00:46 -06:00