Skip to content

Release candidate for mbed-os-5.3.4 #3660

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 57 commits into from
Jan 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
169c2f1
DISCO_F429ZI: Add support for uVisor
adustm Nov 30, 2016
61f569b
uVisor: Update K64F and EFM32GG linker scripts
AlessandroA Nov 30, 2016
0b8b68c
uVisor: Update to v0.26.2
AlessandroA Dec 8, 2016
0c16cb6
use LSI for RTC since LSE is no longer populated by default
mfiore02 Jan 12, 2017
84d144b
STM32: remove useless include
LMESTM Jan 12, 2017
5605309
STM32: gpio: factorize gpio_api.c and gpio_object.h
LMESTM Jan 12, 2017
4f12a37
STM32: make PeripheralPins.h a common file
LMESTM Jan 13, 2017
802d3fd
STM32Cube_FW_F7_V1.5.1 CMSIS v1.1.0 => v1.1.2 STM32F7 HAL v1.1.0 => v…
jeromecoutant Jan 2, 2017
366c7f3
DISCO_F769NI: targets update
jeromecoutant Jan 12, 2017
889212a
DISCO_F769NI: Add USB support
jeromecoutant Jan 12, 2017
e288ee5
DISCO_F769NI: Add analog loop test support
jeromecoutant Jan 12, 2017
b80c375
Turn off optimizations for uvision and IAR
sarahmarshy Jan 10, 2017
182ff5a
Make the debug profile the default used for exporting
theotherjimmy Jan 5, 2017
91fc7f3
Refactor scan resources to account for base_paths
theotherjimmy Jan 4, 2017
f4118c0
Add docstrings
theotherjimmy Jan 10, 2017
b764241
Fix invalid assert in exporters
c1728p9 Jan 12, 2017
7eb4663
Inherit names from target parents
theotherjimmy Jan 12, 2017
dd8f2b6
Correct definition of LPC4088* to use a common ancestry
theotherjimmy Jan 17, 2017
fb8bb53
Linking to latest
iriark01 Jan 13, 2017
a9cb3fa
Fixing toolchain executable not found error for build.py
bridadan Jan 13, 2017
dafb9d3
arm-pack-manager - fix tracebacks
c1728p9 Jan 13, 2017
1230b0d
Correct revision compares
theotherjimmy Jan 13, 2017
8b1e77a
Allow user overrides of LINKER_SCRIPT Make variable
Jan 17, 2017
ad4ab2c
Allow user overrides of LINKER_SCRIPT Make variable
Jan 17, 2017
f8fe7d5
Allow user overrides of LINKER_SCRIPT Make variable
Jan 17, 2017
0a7848c
K22F: Enable TRNG
mmahadevan108 Jan 16, 2017
c3ff229
Move sys_libs into mbedToolchain class
theotherjimmy Jan 17, 2017
cd474c0
Use sys_libs from mbedToolchain in Makefiles
theotherjimmy Jan 17, 2017
a2d17ed
Delete testing_mbed_OS_5.md
Jan 17, 2017
c87a1d4
Renaming test_env.cpp in greentea to avoid warning
bridadan Jan 17, 2017
1bc31a8
Add DELTA_DFCM_NNN50 platform
TsungtaWu Jan 18, 2017
c173a14
Revise to improve readability
TsungtaWu Jan 19, 2017
03d2cb8
Exporters: make jinja engine strict
ilg-ul Jan 18, 2017
45b0f40
Fix all undefined key errors in iar exporter
theotherjimmy Jan 19, 2017
cc3fd01
Fix undefined keys in CMSIS exporter
theotherjimmy Jan 19, 2017
085426a
Allow keyword arguments to jinja env from exporters gen_file
theotherjimmy Jan 19, 2017
3a84e9e
README: Build info; Docs version updated
Jan 19, 2017
fdabee0
README: mbed-cli -> mbed CLI
Jan 19, 2017
4e3ca4a
README: Minor interpunction fix
Jan 19, 2017
fed1187
STM32: make PortNames.h a common file
LMESTM Jan 19, 2017
faf9b06
EFM32GG: Fix GCC_ARM linker script
Patater Jan 19, 2017
772fc66
STM32: Move types definitions to a common file
LMESTM Jan 13, 2017
a9e4180
Move codered to its own directory
theotherjimmy Jan 17, 2017
60dab4d
Move coide into its own directory
theotherjimmy Jan 17, 2017
dd8c22d
Move DS_5 into its own directory
theotherjimmy Jan 17, 2017
44c6412
Move atmelstudio to its own directory
theotherjimmy Jan 17, 2017
bc677bc
Move e2studio into its own folder
theotherjimmy Jan 17, 2017
92ede69
Move KDS to its own directory
theotherjimmy Jan 17, 2017
6d6c2a9
Move zip into its own dir
theotherjimmy Jan 17, 2017
a9056d7
Move simplicity to its own dir
theotherjimmy Jan 17, 2017
063a144
Move sw4stm32 into its own dir
theotherjimmy Jan 17, 2017
a2fc610
Delete mbed_targets.md
Jan 23, 2017
3df8f2d
F3 CUBE update V1.7.0 CMSIS v2.3.0 => v2.3.1 HAL v1.3.0 => v1.4.0 LL …
LMESTM Jan 23, 2017
c684533
Fix bug in i2c_byte_read function
bcostm Jan 24, 2017
b533561
Adding new platform
jessexm Nov 9, 2016
d44c0d6
Maxim 3630: define LED4 same as LED1
0xc0170 Jan 27, 2017
5bdadc9
Update MBED_LIBRARY_VERSION to v135
adbridge Jan 30, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The current release, along with a selection of previous versions are detailed he

## Getting Started for Developers

We have a getting started guide for developers using mbed OS in applications:
Please note that you will require [mbed CLI](https://github.com/ARMmbed/mbed-cli) to build mbed OS. For more details, please read the getting started guide for developers using mbed OS in applications:

- [Getting Started](https://docs.mbed.com/docs/mbed-os-handbook/en/5.2/)
- [Getting Started](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/)

## Getting Started for Contributors

Expand Down
168 changes: 0 additions & 168 deletions docs/mbed_targets.md

This file was deleted.

Loading