-
Notifications
You must be signed in to change notification settings - Fork 3k
Realtek-rtl8195am-Network Socket Updates #9070
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
Realtek-rtl8195am-Network Socket Updates #9070
Conversation
1. Mainly change TARGET_Gigadevice --> TARGET_GigaDevice 2. Add license header
Add GD32F307VG MCU information to target.json
1. Mainly change TARGET_Gigadevice --> TARGET_GigaDevice 2. Add license header
Add GD32F307VG MCU information to target.json
Add support for GD32F307VG
Fix issues in Cryptocell 310 shax_alt discovered by On Target Testing
Add core option for Cortex-M33 with DSP enabled
Add NUCLEO_L4R5ZI_P target
STM32L4: correct RNG clock source
BLE: Update toolchain.h with mbed_toolchain.h
travis: add license
travis: use https for fetching astyle package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just as a heads up @ARMmbed/mbed-os-maintainers (you administer the ciarmcom review bot I think?), this doesn't include any tool changes, only config changes to the library. So @ARMmbed/mbed-os-tools won't do a full code review on this unless otherwise requested.
Yup. @adbridge I'm confused as well as to why tools were poked for a review. |
@cmonr If I had to guess, there's some rule that says "poke tools team if any json is changed". There are some json files that are good to have a review ( |
Disable MPU on RT1050 due to memory map
…ning mbed_fault_handler: fix build warning
…-in-targets-json Fix duplicate 'overrides' keys in targets.json config file
…et_tcp Fix test-netsocket-tcp greentea test build fails.
…nitions Change enet_tasklet declarations to match code
[Seeed Arch MAX] Add Mbed OS 5 support
W7500x target ADC 6 and 7 not implemented
…hub.com/AdamZhang0124/mbed-os into realtek-rtl8195am-NetworkSocket_Updates
@AdamZhang0124 Could you take a look at your PR's commit history? It looks as if you merged with master, which isn't supported by our release process. Instead, to update a PR, you need to do a rebase. |
@bridadan The rules for the tools team are: "tools" : ["mbed-os-tools"], So any changes under the tools directory will cause you to be tagged. |
@adbridge understood. Although the original changes have been removed, I remember there not being any changes under the |
This PR addresses the issue of #8124.
It updates and enriches the wifi connection error type to adapt the Network Socket test plan requirement.
In the meantime, it increases the heap size that allows the transmission of larger packet size.
Description
Increase heap size in lwipstack\mbed_lib.json.
Modify and enrich wifi connection error types in TARGET_AMEBA\RTWInterface.cpp
Add new parameters in TARGET_AMEBA\RTWInterface.h
Pull request type