Skip to content

RTL8195AM - Remove redundant header file inclusion #5371

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

Closed
wants to merge 22 commits into from

Conversation

tung7970
Copy link
Contributor

Description

Remove redundant header file inclusion.
Fix compiler errors raised in #5342

Status

READY

Migrations

NO

Related PRs

#5342

Todos

NONE

Deploy notes

NONE

Steps to test or reproduce

NONE

bcostm and others added 22 commits October 10, 2017 15:02
Without this fix the tests-api-analogout test is fail with GCC_ARM.
Cleanup ICF file. No logic change.

Signed-off-by: Tony Wu <[email protected]>
Remove redundant memory regions, and merge multiple RAM regions into one
to solve ielftool zero padding issue.

The side effect is less control over object files placement. It's all up
to linker's best effort.

Signed-off-by: Tony Wu <[email protected]>
This file is unused and redundant.

Signed-off-by: Tony Wu <[email protected]>
HAL_RNG_GetRandomNumber is a deprecated API and replaced here with
a call to HAL_RNG_GenerateRandomNumber.

Doing so, we also rework the driver to use the 4 bytes returned by a call
to HAL_RNG_GenerateRandomNumber instead of 1 byte out of 4.

HAL_RNG_GenerateRandomNumber was not returning any error code, so now
we can also check the return code.
There is only 1 RNG HW IP and we do not support more than one driver
user at a time, so let's ensure this is the case and raise an error if
needed.
The generic Flash support for L4 and L0 families is already there,
but was not activated by default on 2 recentely added boards:
DISCO_L475VG_IOT01A and DISCO_L072CZ_LRWAN1
This is done now.
They fail right now, Cores are not checked
Activate FLASH hal support on 2 STM32 boards
STM32: TRNG: remove call to deprecated HAL_RNG_GetRandomNumber
NUCLEO_F207ZG: Analogout improvement
RTL8195AM - Fix IAR ielftool zero-padding issue
…check

Tools: Check for toolchain and core support for Arm Compilers
…ment

MCUXpresso: Fix issue of ticker interrupt incorrectly firing
MCUXpresso: Fix LPTimer issue when using multiple timeout objects
@bulislaw bulislaw changed the base branch from master to feature_cortex_a October 24, 2017 16:00
@0xc0170
Copy link
Contributor

0xc0170 commented Oct 24, 2017

@bulislaw changed the base branch from master to feature_cortex_a 5 hours ago

The destination branch was changed, if that is the proper one now, this requires a rebase now.

@bulislaw
Copy link
Member

bulislaw commented Oct 24, 2017

Cherrypicked on top of #5342 closing this one. Thanks for providing the fix.

@bulislaw bulislaw closed this Oct 24, 2017
@sg- sg- removed the do not merge label Oct 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants