Cruz Monrreal
101fc62495
Merge pull request #5926 from geky/bd-sync
...
bd: Add sync function to the block device API
2018-01-30 14:55:59 -06:00
Cruz Monrreal
b08e1b3078
Merge pull request #5837 from ashok-rao/br-ublox-NINA
...
Adding MTB ublox NINA-B1 as a new target
2018-01-30 14:55:43 -06:00
Cruz Monrreal
78b65d03f2
Merge pull request #5818 from sarahmarshy/bootloader-align-sectors
...
Enforce sector alignmnent for managed bootloader builds
2018-01-30 14:54:30 -06:00
Cruz Monrreal
10e67e659c
Merge pull request #5947 from jeromecoutant/PR_L4_PLUART
...
STM32L4 : add missing ST HAL UART functions
2018-01-30 14:46:15 -06:00
Cruz Monrreal
cf5065c312
Merge pull request #5901 from cmens23/netbeans_exporter
...
Netbeans Exporter Bugfix
2018-01-29 10:11:59 -06:00
Cruz Monrreal
702eaff3eb
Merge pull request #5929 from ARMmbed/prettybars
...
Add pretty bars for compile output
2018-01-29 10:11:20 -06:00
Cruz Monrreal
6da5d54e40
Merge pull request #5933 from phyokyaw/master
...
Add OpenOCD 5x launch file to e2 studio and update naming
2018-01-29 10:10:08 -06:00
Cruz Monrreal
49cdb0bb07
Merge pull request #5945 from kjbracey-arm/dns_multiple
...
Correct return value of nsapi_dns_query_multiple
2018-01-29 10:09:42 -06:00
Cruz Monrreal
ebc8adbd4f
Merge pull request #5951 from jeromecoutant/PR_STDIO2
...
STM32 NUCLEO F413ZH and L433RC : STDIO configuration
2018-01-29 10:09:19 -06:00
Ashok Rao
e1d901204b
Add license info
2018-01-29 12:20:00 +00:00
Cruz Monrreal
3c793a714c
Merge pull request #5087 from mprse/rtc_test
...
Add RTC time test.
2018-01-26 17:26:38 -06:00
Cruz Monrreal
6e964a6fe4
Merge pull request #5476 from ubirch/add-cmake-export
...
add cmake exporter for CLion use
2018-01-26 15:07:55 -06:00
sarahmarshy
695dc0059d
Change exception in ArmPackManager FLM reader
2018-01-26 13:24:29 -06:00
sarahmarshy
58330fb858
Treat start variable as addrss in `generate_bootloader_build`
...
Correct spacing.
2018-01-26 13:24:29 -06:00
sarahmarshy
623b1711f9
Introduce sector ceiling/floor rounding
...
Use ceiling for bootloader end address
Use floor for application size
2018-01-26 13:24:29 -06:00
sarahmarshy
785dd100cf
Use Config class sector variable
2018-01-26 13:24:29 -06:00
sarahmarshy
6f39d5a063
Error check existence of sectors
2018-01-26 13:24:29 -06:00
Sarah Marsh
41dac7a34a
Add pyelftools dependency
2018-01-26 13:24:29 -06:00
Sarah Marsh
86d4ce1991
Align managed bootloader addresses on sector boundaries
...
Aligns application start address to sector boundary
Aligns application end address to sector boundary
2018-01-26 13:24:29 -06:00
Sarah Marsh
c74de99872
Fix typo in _generate_bootloader_build
2018-01-26 13:24:29 -06:00
Sarah Marsh
a2195082cc
Add functions for getting sectors in Config class
2018-01-26 13:24:29 -06:00
Sarah Marsh
5009fdb5fc
Move FLM parsing to arm_pack_manager and regenerate index
...
Modify arm_pack_manager to look for new keys in pdsc files, because some
vendors have changed their format
2018-01-26 13:24:29 -06:00
Cruz Monrreal
da6532e57a
Merge pull request #5857 from TomoYamanaka/master
...
Registration GR-LYCHEE board as a new mbed board
2018-01-26 10:50:44 -06:00
jeromecoutant
c9c6857c7c
STM32 NUCLEO F413ZH and L433RC : STDIO configuration
...
#5795 patches are missing for these 2 targets
STDIO_UART_TX and STDIO_UART_RX can be now user defined
2018-01-26 17:50:10 +01:00
Cruz Monrreal
ce4d6c9f36
Merge pull request #5942 from c1728p9/remove_tickless_assert
...
Remove tickless assert for tick count
2018-01-26 10:43:44 -06:00
Cruz Monrreal
24859e90e1
Merge pull request #5789 from maciejbocianski/hal_critical_section_tests
...
Add tests for critical section HAL API
2018-01-26 10:39:33 -06:00
Cruz Monrreal
fe87499af8
Merge pull request #5874 from c1728p9/usb_fixes_and_improvements
...
USB fixes and improvements
2018-01-26 10:37:13 -06:00
Cruz Monrreal
dfa55336f5
Merge pull request #5907 from bcostm/fix_f0_usart_irq
...
STM32F0: fix issue with usarts sharing the same irq vector
2018-01-26 10:36:55 -06:00
Cruz Monrreal
9a47f09ea9
Merge pull request #5910 from OSHChip/typo-fix
...
fix typos in lint.py
2018-01-26 10:36:33 -06:00
Cruz Monrreal
b67b69ee54
Merge pull request #5912 from MikeDK/critical_section_lock_fix
...
CriticalSectionLock: fixing missing include
2018-01-26 10:36:04 -06:00
Cruz Monrreal
ce87bdaf19
Merge pull request #5913 from DBS06/efm32_flash_api
...
Add missing EFM32 HAL flash init/deinit function calls
2018-01-26 10:35:35 -06:00
Cruz Monrreal
124fbf4c9b
Merge pull request #5918 from scamille/master
...
NXP LPC4088: Add missing SPI SSEL pin to Pinmap
2018-01-26 10:35:11 -06:00
Cruz Monrreal
6f9421baeb
Merge pull request #5920 from bcostm/use_rawserial_in_mbed_11_test
...
Fix issue with MBED_11 test (mbed2)
2018-01-26 10:34:50 -06:00
Cruz Monrreal
215a043bac
Merge pull request #5923 from yangkunming99/rtl8195am_restructure_target_files
...
rtl8195am - restructure target folder
2018-01-26 10:34:04 -06:00
Cruz Monrreal
f7a6d341db
Merge pull request #5928 from geky/fix-littlefs-fuse-testing
...
littlefs: Set specific hash for littlefs-fuse testing in Travis
2018-01-26 10:33:23 -06:00
Cruz Monrreal
7576813a7c
Merge pull request #5934 from jeromecoutant/PR_F401
...
NUCLEO_F401RE : PeripheralPins file update
2018-01-26 10:32:56 -06:00
Cruz Monrreal
9d10c6a7ed
Merge pull request #5938 from jeromecoutant/PR_MTB
...
MTB_XX : STDIO configuration
2018-01-26 10:32:37 -06:00
jeromecoutant
7979f4d255
SMT32L4 : add missing ST HAL LPUART functions
...
To enable/disable UART Clock in Stop Mode
2018-01-26 16:24:54 +01:00
Kevin Bracey
15a3922f58
Correct return value of nsapi_dns_query_multiple
...
Documentation states that nsapi_dns_query_multiple returns the number of
addresses found on success - it was returning 0.
Overloads using SocketAddress are relying on the return value, meaning
those calls didn't work at all.
Fixes #5921 .
2018-01-26 14:08:29 +02:00
Martin Kojtal
a0d16076c1
Merge pull request #5937 from codeauroraforum/Update_CMSIS_Pack
...
Update CMSIS pack
2018-01-26 11:48:05 +00:00
chrisyang
366a475c06
rtl8195am - remove irrelevant files
2018-01-26 11:07:35 +08:00
chrisyang
ab9fd64981
rtl8195am - add missing changes
2018-01-26 10:58:42 +08:00
Mahesh Mahadevan
1868e4946c
Update CMSIS pack
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-01-25 16:36:44 -06:00
Russ Butler
8ef1a73735
Remove tickless assert for tick count
...
Remove the assert that the tick count of the OS matches the tick
count of the tickless timer as this occurs frequently when
debugging. This is because the function svcRtxKernelResume
only increments the OS's tick count until the next wakeup event
so if the device was halted by a debugger past the next wakeup
event the tick counts will be out of sync.
2018-01-25 15:27:35 -06:00
Christopher Haster
471d99c68f
Added pretty bar printing for compile output
...
Looks like this:
Building project mbed-os-prettyoutput (ARCH_PRO, GCC_ARM)
Scan: .
Scan: env
Scan: mbed
Scan: FEATURE_LWIP
Text 70.5KB Data 2.72KB BSS 7.43KB ROM 73.2KB RAM 10.1KB
ROM [||||||| ] 73.2KB/512KB
RAM [|||||||||||||||| ] 10.1KB/32KB
Image: BUILD/ARCH_PRO/GCC_ARM/mbed-os-prettyoutput.bin
If you build a target without a cmsis-pack it looks like this:
Building project mbed-os-prettyoutput (ARM_BEETLE_SOC, GCC_ARM)
Scan: .
Scan: env
Scan: mbed
Scan: FEATURE_BLE
Text 99KB Data 2.84KB BSS 13KB ROM 102KB RAM 15.8KB
Image: BUILD/ARM_BEETLE_SOC/GCC_ARM/mbed-os-prettyoutput.bin
And the old behaviour of displaying the memap table can be brought back
by passing the --stats-depth parameter
2018-01-25 11:46:23 -06:00
jeromecoutant
c26db91a09
MTB_XX : STDIO configuration
...
Here is a proposition
- to align with other STM32
- and to remove compilation warnings :
[Warning] PeripheralNames.h@38,0: "STDIO_UART" redefined
2018-01-25 15:46:36 +01:00
Martin Kojtal
26d0c6dcaf
Merge pull request #5932 from ARMmbed/revert-5821-add_BL_nucleo-f746zg
...
Revert "STM32F7: Add bootloader support"
2018-01-25 13:40:20 +00:00
jeromecoutant
e6ec285a6b
NUCLEO_F401RE : PeripheralPins file update
...
Default SERIAL pins are now available for ADC and PWM
when STDIO_UART_TX and STDIO_UART_RX are user defined
https://os.mbed.com/teams/ST/wiki/STDIO
Alternative pins have been also defined
2018-01-25 13:52:17 +01:00
Martin Kojtal
6d52c1c067
Revert "STM32F7: Add bootloader support"
2018-01-25 11:07:01 +00:00
bcostm
7ff1cf52c0
STM32F0 uart irq: test IT flags for usart3/4
2018-01-25 11:23:53 +01:00