Fahrzin Hemmati
3feef6f5bf
Remove null byte at the end of fdopen's faux filename
2017-08-25 11:53:04 +01:00
Fahrzin Hemmati
a92440b74f
Use MBED_STATIC_ASSERT instead of static_assert
2017-08-25 11:53:04 +01:00
Fahrzin Hemmati
038db2a32e
Update comments for code review
2017-08-25 11:53:04 +01:00
Fahrzin Hemmati
4f5ce057d0
Remove excessive use of printf/scanf in mbed_fdopen/_open
2017-08-25 11:53:04 +01:00
bcostm
4eca17e3b0
STM32L053x8: Align system_clock.c files
2017-08-25 11:53:04 +01:00
bcostm
bc3331a876
STM32L053x8: Add STM32L053x8 label in targets.json
2017-08-25 11:53:04 +01:00
bcostm
ce6ffe4c00
STM32L053x8: cleanup ARM compiler files
2017-08-25 11:53:04 +01:00
bcostm
4d3fbe6494
STM32L053x8: Move other folders and files
2017-08-25 11:53:04 +01:00
bcostm
8ead101d23
STM32L053x8: Create folder and move objects.h
2017-08-25 11:53:04 +01:00
amq
f7039c2873
Change gcc-arm-none-eabi package name in Travis
2017-08-25 11:53:04 +01:00
amq
8c41faa570
Update gcc-arm-embedded PPA in Travis
...
* ppa:terry.guo/gcc-arm-embedded has been deprecated in favor of ppa:team-gcc-arm-embedded/ppa
* this also means switching from 4.9.3.2015q3 to 6-2017q2
2017-08-25 11:53:04 +01:00
Pavel Slama
b8f1c4a56a
target BLUEPILL_F106C8 compile fix
...
INITIAL_SP missing when compile, here is a quick fix
2017-08-25 11:53:04 +01:00
Christopher Haster
509379302d
bd: Added ProfilingBlockDevice for measuring higher-level applications
2017-08-25 11:53:04 +01:00
JojoS
a4782b5c57
fix export static_files to zip
...
fixed adding a list and a tuple
2017-08-25 11:53:04 +01:00
Deepika
0d7c129b9e
Using CMSIS/RTX Exclusive access macro
2017-08-25 11:53:04 +01:00
Russ Butler
c59822796f
Move RTX error handlers into RTX handler file
...
Move the RTX error handlers out of mbed_retarget.cpp and into an the
dedicated RTX handler file.
2017-08-25 11:53:04 +01:00
Russ Butler
7de5920597
Turn on doxygen for DEVICE_* features
...
Enable doxygen for all device features. Also fix the warnings that
showed up once this was enabled.
2017-08-25 11:53:04 +01:00
Marcelo Salazar
5e292c9ba1
Fix to generate memory_usage key in report
2017-08-25 11:53:04 +01:00
Marcelo Salazar
9cb688a2a9
memap enhancements with depth level configurable
...
Removed heap/stack from report
Add --stats-depth option to mbed compile
Fix minor issues identified in review
Fix bug when parsing armcc libs
Fix code style
Fix minor issues on existing tests
Fix memap for automated TESTS
Fix stats-depth parameter for tests
2017-08-25 11:53:04 +01:00
jeromecoutant
78740bce83
STM32L1 : internal ADC channels
2017-08-25 11:53:04 +01:00
jeromecoutant
dbee9a2066
STM32L0 : internal ADC channels
2017-08-25 11:53:03 +01:00
jeromecoutant
43967d7c75
STM32F7 : internal ADC channels
2017-08-25 11:53:03 +01:00
jeromecoutant
595ca3cdfe
STM32F4 : internal ADC channels
2017-08-25 11:53:03 +01:00
jeromecoutant
4ee6ae77a6
STM32F3 : internal ADC channels
2017-08-25 11:53:03 +01:00
jeromecoutant
0c430597d7
STM32F1 : internal ADC channels
2017-08-25 11:53:03 +01:00
jeromecoutant
05132006ac
STM32F0 : internal ADC channels
2017-08-25 11:53:03 +01:00
Martin Kojtal
8cf18422a7
Add cortex-a cache file
...
Fixes #4759
This was removed during cmsis5 update. Here is original file:
https://github.com/ARMmbed/mbed-os/blob/mbed-os-5.4/cmsis/TOOLCHAIN_IAR/TARGET_CORTEX_A/cache.S and
https://github.com/ARMmbed/mbed-os/blob/mbed-os-5.4/cmsis/TOOLCHAIN_GCC/TARGET_CORTEX_A/cache.S
2017-08-25 11:53:03 +01:00
toyowata
5355b65f7a
Fix mask bits for SPI clock rate
2017-08-25 11:53:03 +01:00
toyowata
caaf27eab1
Fix mask bits for SPI clock rate
2017-08-25 11:53:03 +01:00
toyowata
49d422b63e
Fix mask bits for SPI clock rate
2017-08-25 11:53:03 +01:00
toyowata
02ee9d9501
Fix mask bits for SPI clock rate
2017-08-25 11:53:03 +01:00
toyowata
ee6e2e7df9
Fix mask bits for SPI clock rate
2017-08-25 11:53:03 +01:00
toyowata
9d10396749
Fix mask bits for SPI clock rate
2017-08-25 11:53:03 +01:00
toyowata
f9a5120958
Fix mask bits for SPI clock rate
2017-08-25 11:53:03 +01:00
Yuguo Zou
ada50d49df
Change to use copy assignment operator for RTWInterface::scan
2017-08-25 11:53:03 +01:00
Yuguo Zou
36ee5e7d67
Use placement new to optimize wifi scan
2017-08-25 11:53:03 +01:00
Jan Jongboom
10e14d0ca1
Add list of defines to vscode exporter
2017-08-25 11:53:03 +01:00
Seppo Takalo
79ca5bdc6d
Allow using of malloc() for reserving the Nanostack's heap.
...
Some devices have RAM memory split into two sections.
This becames a problem for GCC based toolchains as they don't
support splitting .bss or .data sections into two memory parts.
When we run out of memory from .bss sections, allocating the stack
by malloc() allows it to be moved to .data section which might already
be in the second memory section. For example KW24D platform.
2017-08-25 11:53:03 +01:00
Mahadevan Mahesh
f5efb93e50
Add call to DAC_Enable as this is no longer done as part of DAC_Init
...
Fixes Issue #3999
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2017-08-25 11:53:03 +01:00
cyliangtw
36c1fbb5df
Sync SPI mode with NUC472 BSP V3.02.001
2017-08-25 11:53:03 +01:00
ccli8
9cc3294858
Move target configuration from mbed_lib.json to targets.json
2017-08-25 11:53:03 +01:00
ccli8
cc9bcbcf31
Add comment for Receive Time-out IF in SPI HAL
2017-08-25 11:53:03 +01:00
ccli8
b904c9d74a
Add sanity check for serial format
2017-08-25 11:53:03 +01:00
ccli8
7483c692c2
Set LED4 to LED1
...
No real LED4. Just for passing ATS.
2017-08-25 11:53:03 +01:00
ccli8
0ec208cfeb
Remove mbed_sdk_init_forced()
...
1. With mbed OS 5, mbed_sdk_init() is ensured to call before C++ global object constructor.
2. Refine startup file with GCC_ARM toolchain related to this modification.
2017-08-25 11:53:03 +01:00
ccli8
7f6d3d460b
Fix lp_ticker typo
2017-08-25 11:53:03 +01:00
ccli8
caa0006838
Add comment in gpio_irq_init()
2017-08-25 11:53:03 +01:00
ccli8
2b36413cfb
Conform to mbed TLS H/W acceleration support
2017-08-25 11:53:03 +01:00
ccli8
cc05269a57
Move SystemInit() to register unlock range for perhaps future protected register access
2017-08-25 11:53:02 +01:00
ccli8
019c989e24
Fix RTC time doesn't continue across reset cycle
2017-08-25 11:53:02 +01:00