ccli8
dd8ab407fa
Remove SPI MOSI1 and MISO1 pins from pinmap
...
These pins are for SPI 2-bit mode (not dual mode) and cannot be for SPI standard use.
2016-12-19 14:34:55 +00:00
ccli8
d9501be829
Remove SPI MOSI1 and MISO1 pins from pinmap
...
These pins are for SPI 2-bit mode (not dual mode) and cannot be for SPI standard use.
2016-12-19 14:34:54 +00:00
ccli8
b76f2bf587
Rename variable name in analog-in
2016-12-19 14:34:52 +00:00
ccli8
342f776bb5
Fix EADC module is initialized multiple times
...
Also fix EADC module name EADC is hardcoded.
2016-12-19 14:34:50 +00:00
ccli8
9466da4c24
Fix CI tests-api-analogin failed
...
1. Fix UNO pins A5-A7 don't support analog-in by replacing ADC with EADC to implement analog-in HAL.
2. Update CLK driver to fix EADC clock divider setting error. Also fix CLK_Idle() together.
2016-12-19 14:34:49 +00:00
ccli8
619c54c54b
Fix CI tests-api-analogin failed
...
1. Fix ADC convert finish check error.
2. Set ADC Vref to internal by default.
2016-12-19 14:34:47 +00:00
ccli8
2336b59f0a
Support separate enable of GPIO IRQ de-bounce
2016-12-19 14:34:46 +00:00
ccli8
4b7432ffd1
Fix I2C issues
...
1. Fix error on return of i2c_byte_write().
2. Fix error in zero-length transfer corner case.
2016-12-19 14:34:44 +00:00
bcostm
2a7271debe
Remove TIM_IT_UPDATE flag in HAL_Suspend/ResumeTick functions to make LPT tests pass.
2016-12-19 14:34:42 +00:00
jeromecoutant
1a6d35510e
DISCO_L053C8 doesn't support LSE
2016-12-19 14:34:41 +00:00
0xc0170
673b6aadf8
ublox eva nina - fix line endings
...
Fixes #3346
2016-12-19 14:34:39 +00:00
jeromecoutant
2b67bbf348
no HSE available by default for NUCLEO_L432KC
2016-12-19 14:34:38 +00:00
bcostm
9d8c9229f0
Add ADC_VREF label
2016-12-19 14:34:36 +00:00
micromint
51644a31cd
Support building mbed_critical.c with C++ compiler
2016-12-19 14:34:34 +00:00
bcostm
2af84bc0d3
Add more comment on the modified line
2016-12-19 14:34:33 +00:00
bcostm
41b8eda589
STM32F4 - Clear VBATE and TSVREFE bits before configuring ADC channels
2016-12-19 14:34:31 +00:00
Michael Ammann
65fc32fe11
Update PinNames.h
2016-12-19 14:34:30 +00:00
Michael Ammann
b32859764a
Add files via upload
2016-12-19 14:34:28 +00:00
Michael Ammann
10e8732b23
Create device.h
2016-12-19 14:34:26 +00:00
Michael Ammann
86514eebb6
Update targets.json
2016-12-19 14:34:25 +00:00
tomoyuki yamanaka
48dfc48c9c
Bug fix of initial value of interrupt edge in "gpio_irq_init" function.
...
Renesas modified the initial value of interrupt edge in "gpio_irq_init" function.
The value was "both egde(rise and fall)".So we modified it to "low revel".
2016-12-19 14:34:23 +00:00
Laurent MEUNIER
982595b876
stm32 spi - IRQ management
...
Disable IRQ when transfer is finished.
Also clear pending IRQ after they have been disabled.
2016-12-19 14:34:22 +00:00
Laurent MEUNIER
e18854fff6
stm32 spi : IRQ handler light optimization
...
This commit contains a few optimizations to get a better performance
in SPI Asynch mode
2016-12-19 14:33:53 +00:00
Laurent MEUNIER
362aaefedf
STM32L0 - update spi HAL driver
...
This is a temporary update waiting for the next official release
2016-12-19 14:32:46 +00:00
Laurent MEUNIER
ad14e4f122
STM32L1 - update spi HAL driver
...
This is a temporary update waiting for the next official release
2016-12-19 14:32:44 +00:00
Laurent MEUNIER
c4cfa34a63
remove unused module member in spi_s struct
2016-12-19 14:32:42 +00:00
Laurent MEUNIER
6c179ad52d
Enable SPI_ASYNCH for L0 and L1 families
2016-12-19 14:32:41 +00:00
Brian Daniels
75e289c40f
Removing remaining references to Curl from ARM pack manager
2016-12-19 14:32:39 +00:00
Brian Daniels
4b4f5b1a9a
Passing toolchain path info to subprocesses.
...
Since the toolchain path info lives as a global variable, its not
propigating to the subprocesses that are created to compile the tests in
parallel. This change manually passes these global variables and then
reassigns them.
2016-12-19 14:32:37 +00:00
Mahadevan Mahesh
4f6fb36d3e
Add support for FRDM-KW41
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-12-19 14:32:36 +00:00
bcostm
716d8f2cba
Update license + date (same license as in mbed.h file)
2016-12-19 14:32:34 +00:00
bcostm
222b2a25ff
Typo corrections (functions declaration)
2016-12-19 14:32:32 +00:00
bcostm
f526060be5
Timer 16bit: Remove volatile variables. This solved many fails with MBED_24 test.
2016-12-19 14:32:30 +00:00
bcostm
b1e558c5b4
Change TimMasterHandle variable declaration + typo corrections
2016-12-19 14:32:29 +00:00
bcostm
0ad561ee86
Add initialization of timer instance in all functions
2016-12-19 14:32:27 +00:00
bcostm
06322d86cd
Rename files (remove stm_ prefix)
2016-12-19 14:32:25 +00:00
bcostm
c24c950407
STM32L0 - Add patch done previously on these devices. This solves MBED_24 test.
2016-12-19 14:32:24 +00:00
bcostm
0e8196e5b8
Add volatile on one variable (alignment with 16bit file)
2016-12-19 14:32:22 +00:00
bcostm
ddbcad4f4a
Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro
2016-12-19 14:32:20 +00:00
bcostm
e0049e5abe
STM32L1 - Don't use RepetitionCounter field in timer init
2016-12-19 14:32:19 +00:00
bcostm
731e4c8dce
STM32xx - Remove hal_tick.c files and update hal_tick.h with new macro
2016-12-19 14:32:17 +00:00
bcostm
cfb155a91f
Minor changes
2016-12-19 14:32:15 +00:00
bcostm
b209cc9db9
STM32L0 - Remove special treatment for reading the counter
2016-12-19 14:32:14 +00:00
bcostm
2252ca9b48
STM32F0/F1/L0 - Update TIM_MST_GET_PCLK_FREQ macro
2016-12-19 14:32:12 +00:00
bcostm
d1055bed49
STM32L0 - Remove devices hal_tick.c files
2016-12-19 14:32:10 +00:00
bcostm
e459f4e928
STM21L0 - Remove devices hal_tick.c file and update hal_tick.h
2016-12-19 14:32:09 +00:00
bcostm
fb066c9df5
STM32F1 - Remove devices hal-tick files and update hal_tick.h
2016-12-19 14:32:07 +00:00
bcostm
a3249fda13
STM32F0 - Add the timer type used (16b or 32b) + periph clock in hal_tick.h
2016-12-19 14:32:05 +00:00
bcostm
47112d1010
Replace all devices hal_tick files with a common 16b and 32b version
2016-12-19 14:32:03 +00:00
bcostm
96b11c1b04
Replace all devices us_ticker files with a common 16b and 32b file
2016-12-19 14:32:02 +00:00