-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add REALTEK_RTL8195AM to mbed-os #4438
Conversation
consistent with other tools
correct proprietary headers for some of our codes
also fix a minor building error
…tek/Lwipopts_conf.h to features/FEATURE_LWIP/lwip-interface/lwip-eth/arch/TARGET_Realtek/Lwipopts_conf.h
also reduce replicated code
also a minor fix to IAR icf file
correct heap size in icf file; improve REALTEK_RTL8195AM.py
right now still need to add flag in gcc.py, we are fixing!
see analogout_init()
(uvision, gcc_arm, iar)
should use space instead of tab
remove rtx and switch to rtx2
There were no conflicts, so should be all the same ! |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
…TL8195AM There is an easy default implementation of spi_master_block_write that just calls spi_master_write in a loop, so the default implementation of spi_master_block_write has been added to all targets.
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
In class MBRBlockDevice the tole32 function had used union member names u32 and u8. The introduction of REALTEK_RTL8195AM cauesd a conflict with type names in basic_types given they're aliased as macros to uint32_t and uint8_t respectively.
/morph test |
I think the proper fix to 1fa30b7 should have been:
but I would like that change to come from Realtek in case the bsp/hal is copy paste from another release and wouldn't want a future regression. |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
I think the fix is ok, we'll merge these changes back to our SDK. Thanks. |
Rebased #3758