Commit Graph

9229 Commits (2b67bbf34880b25f64525d4bf4e48a39dc940c65)

Author SHA1 Message Date
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
Sarah Marsh d60a8f56a5 Fix issue with unrecognized uvision file types 2016-12-19 14:32:00 +00:00
Michel Jaouen 3bb437debc build_travis.py : update for STM support 2016-12-19 14:31:57 +00:00
Michel Jaouen 2dae65a886 USBHAL.h : fix indentation 2016-12-19 14:31:55 +00:00
Michel Jaouen 2f3a3da00b USBAudio , USBSerial :fix call back 2016-12-19 14:31:54 +00:00
Michel Jaouen 408e92139c TARGET_STM32F4: USB with STM HAL for NUCLEO_F401RE, NUCLEO_F429ZI, NUCLEO_F446ZE, DISCO_F407VG, NUCLEO_F411RE 2016-12-19 14:31:52 +00:00
Michel Jaouen ea02d38b9f TARGET_STM : USB FS device support on ST HAL 2016-12-19 14:31:51 +00:00
Michel Jaouen 5fafb73a29 TARGET_STM : USB FS STM HAL changes 2016-12-19 14:31:49 +00:00
Michel Jaouen 98d8acb6c8 DISCO_L476VG : align memory mapping with ARM 2016-12-19 14:31:47 +00:00
Michel Jaouen e566f711a6 DISCO_L476VG: modify clock for USB support 2016-12-19 14:31:46 +00:00
Anna Bridge c3b9436e12 Update README.md to link to the set of release notes
Instead of referencing a specific release version here, thus negating the need to update this readme for every minor release.
2016-12-15 18:20:15 +00:00
Anna Bridge 532da7133f Merge pull request #3433 from ARMmbed/release-candidate
Update MBED_LIBRARY_VERSION to 131 and mbed version macros for mbed-os-5.3.0
2016-12-13 12:10:04 +00:00