MS30 CCChang12
c5c7f3c2e2
[NANO130] Fix RTC incorrect time issue after system reset
2017-05-11 10:21:59 +08:00
MS30 CCChang12
e1af4657e9
[NANO130] Fix issues in Greentea test
2017-05-09 10:24:05 +08:00
MS30 CCChang12
4753787293
[NANO130] Support IAR toolchain
2017-04-28 15:30:16 +08:00
MS30 CCChang12
8d581bbc27
[NANO130] Support Serial async mode
2017-04-28 09:59:30 +08:00
MS30 CCChang12
ac9f59fda5
[NANO130] Fix LP_TICKER and RTC sometimes test fail issue
2017-04-27 10:05:49 +08:00
MS30 CCChang12
a96bea8631
[NANO130] Support ADC
2017-04-26 14:11:47 +08:00
MS30 CCChang12
3be0aaf8aa
[NANO130] Support PWM
2017-04-21 13:21:46 +08:00
MS30 CCChang12
3f09447ded
[NANO130] Support LP_TICKER, RTC, and beta version of SLEEP
2017-04-21 11:42:58 +08:00
MS30 CCChang12
f98c54948c
[NANO130] fix USB TX/RX pin
2017-04-20 15:40:46 +08:00
ccli8
d2f0d20614
[NANO130] Polish dma_api.c
2017-04-20 14:36:46 +08:00
ccli8
b219a3ee18
[NANO130] Fix SPI slave failed
2017-04-20 13:13:39 +08:00
ccli8
71cd9c3b55
[NANO130] Support SPI
2017-04-18 17:40:21 +08:00
ccli8
70a618835a
[NANO130] Beta support for DMA
2017-04-18 15:13:58 +08:00
MS30 CCChang12
b00996b145
[NANO130] Alpha support for DMA
2017-04-17 10:03:18 +08:00
ccli8
21f90cb120
[NANO130] Support I2C
2017-04-14 14:35:31 +08:00
ccli8
edee7c36a2
[NANO130] Add guard code to prevent from relocating vector table
2017-04-14 14:29:09 +08:00
ccli8
00c727d140
[NANO130] Fix NU_MODINDEX_Pos error
2017-04-14 10:04:18 +08:00
MS30 CCChang12
99290462f6
[NANO] Alpha support
2017-04-13 11:32:51 +08:00
Anna Bridge
cc58a7fb0c
Merge pull request #3927 from TsungtaWu/master
...
[DELTA_DFBM_NQ620] Add RC calibration setting and revise mbed_overrides.c
2017-03-14 14:48:23 +00:00
Anna Bridge
63fb7bd58d
Merge pull request #3931 from c1728p9/arm_pack_manager_improvements
...
Arm pack manager improvements
2017-03-14 14:47:35 +00:00
Anna Bridge
5495e24793
Merge pull request #3917 from TomoYamanaka/master
...
Fix mistake register setting in serial_format()
2017-03-14 14:42:21 +00:00
Anna Bridge
ae10ca8787
Merge pull request #3895 from theotherjimmy/find-exec-in-path
...
Use PATH env variable when gcc found in PATH
2017-03-14 14:41:32 +00:00
Anna Bridge
213626d83a
Merge pull request #3893 from jeromecoutant/PULL_REQUEST_CUBE_UPDATE_F7_V1.6.0
...
[STM32F7] Update STM32 Cube version v1.6.0
2017-03-14 14:40:38 +00:00
Anna Bridge
538e1600b4
Merge pull request #3869 from radhika-raghavendran/master
...
NCS36510: Default range changed from 0 to 950mV - ADC
2017-03-14 14:39:21 +00:00
Anna Bridge
88fb819e25
Merge pull request #3862 from c1728p9/thread_start_assert
...
Trap earlier when a Thread instance is re-used
2017-03-14 14:36:39 +00:00
Anna Bridge
693f14ee97
Merge pull request #3827 from betzw/betzw_wb_i2c
...
Correct return values for `I2C::write(int, const char*, int, bool)`
2017-03-14 14:33:42 +00:00
Anna Bridge
e743a26f94
Merge pull request #3691 from adustm/STM_aes_f439zi
...
[TLS / hw acceleration] AES ECB for NUCLEO_F439ZI
2017-03-14 14:32:25 +00:00
Russ Butler
cefdce2a37
tools: fix usage of aliases.json
...
Load aliases.json from mbed-os rather than from a temporary
directory.
2017-03-13 18:05:28 -05:00
Russ Butler
47ee9677e5
tools: Rebuild index.json and aliases.json
...
Rebuild the json files used by arm-pack-manager now that a bug in
version selection has been fixed.
2017-03-13 16:32:57 -05:00
Russ Butler
fa38fbb7b3
tools: fix package version in arm pack manager
...
Use python's LooseVersion to get the correct version.
2017-03-13 16:32:53 -05:00
Russ Butler
44bc754be5
tools: Allow all flash algos to be retrieved
...
Add an 'all' parameter to get_flash_algorthim_binary. When set
an enumerator of all flash algorithms is returned. rather than just
the first flash algorithm.
2017-03-13 16:32:49 -05:00
TsungtaWu
20411ec9bc
[DELTA_DFBM_NQ620] Add RC calibration setting and revise mbed_overrides.c
...
In targets.json, add lf_clock_rc_calib_timer_interval and
lf_clock_rc_calib_mode_config setting which are essential when using BLE
In mbed_overrides.c, create valuables instead of doing printf, those
valuables are intended to be used for debugging in runtime.
2017-03-11 18:55:53 +08:00
Sam Grove
684fcc1b13
Merge pull request #3864 from geky/fix-size_t-mbed-2
...
Fix mbed 2 builds
2017-03-10 16:34:02 -06:00
Jimmy Brisson
a937ee00f2
Fix toolchain path names in Mbed 2 builds
...
I accidentally broke only uARM mbed 2 builds. Here is the story: When
scanning for resources, toolchains look for any `TOOLCHAIN_<classname>`
folders to include. These `<classname>`s mostly match the name passed in
on the command line with one exception: `uARM` on the command line maps
to `ARM_MICRO` the class. This would not be a problem except for the bug
that I introduced in a prior commit. The bug is that the mbed2 library
builds will use the name passed in on the command line to construct
`TOOLCHAIN_<cli-name>`. This will not match when scanning.
I fixed it by translating the `<cli-name>` into the `<classname>`.
2017-03-10 11:08:56 -06:00
Christopher Haster
51b58b1ad4
Filesystem: Restored LocalFileSystem tests for mbed 2
2017-03-10 11:04:05 -06:00
Christopher Haster
000894d477
Fixed size_t issue for mbed 2 builds
2017-03-10 11:04:05 -06:00
Radhika Raghavendran
9d06732aae
Changed tab to spaces
2017-03-10 16:22:30 +05:30
Radhika Raghavendran
e640f5f1e5
Re-do change for changing ADC range from 0 to 3.3V
2017-03-10 13:45:32 +05:30
TomoYamanaka
34d033a4c1
Fix mistake register setting in serial_format()
...
Currently, there is the issue in register setting into serial_format().
The issue is that parameter for baudrate setting is initialed zero in this function.
In baudrate is less 9600bps, the issue occurs. In baudrate is over 9600, not occurs. When call serial_baud() before serial_format(), baudrate override and set with an incorrect value.
Therefore, I fixed register setting not to set the parameter of baudrate setting in serial_format().
2017-03-10 12:20:21 +09:00
Sam Grove
88a4baa2ad
Merge pull request #3902 from mazimkhan/master
...
Fix heap and stack size for NUCLEO_F746ZG
2017-03-09 16:51:40 -06:00
Mohammad Azim Khan
bb197b29f3
Fix heap size for NUCLEO_F746ZG on IAR
2017-03-09 16:51:24 +00:00
Martin Kojtal
67f80928ea
Merge pull request #3877 from andresag01/update-mbedtls-2.4.2
...
Update mbed TLS feature to mbedtls-2.4.2
2017-03-09 16:19:50 +00:00
Martin Kojtal
8a56c8ce9c
Merge pull request #3906 from rjpdasilva/master
...
uVisor: Fix 'publish' and core libs dependencies
2017-03-09 16:13:15 +00:00
Martin Kojtal
45c99e69ca
Merge pull request #3879 from bcostm/fix_nucleo-f446ze_adc_pins
...
NUCLEO_F446ZE: Add missing AnalogIn pins on PF_3, PF_5 and PF_10.
2017-03-09 15:48:10 +00:00
Martin Kojtal
7a04d580fe
Merge pull request #3866 from geky/bd-fix-const-missing
...
bd: Fix missing const attributes on functions
2017-03-09 15:47:38 +00:00
Martin Kojtal
e9158f4782
Merge pull request #3852 from theotherjimmy/ignore-build-dir
...
Ignore build directory from scan resources
2017-03-09 15:45:47 +00:00
Martin Kojtal
68dc25331a
Merge pull request #3843 from bcostm/fix_stm32l4_apb2_80MHz
...
STM32L476xG: set APB2 clock to 80MHz (instead of 40MHz)
2017-03-09 15:44:08 +00:00
Martin Kojtal
c3e7b5434c
Merge pull request #3842 from anangl/fix_spi_api
...
TARGET_NRF: corrected spi_init() to properly handle re-initialization…
2017-03-09 15:43:13 +00:00
Simon Vogl
1c4e0d7dcb
can_write(): return error code when no tx mailboxes are available. ( #3829 )
2017-03-09 15:42:00 +00:00
Martin Kojtal
6aa62c1956
Merge pull request #3828 from jeromecoutant/PR_CAN_TYPE
...
STM32 CAN API: correct format and type
2017-03-09 15:40:01 +00:00