Skip to content

Remove GSM built-in library and related code #331

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 3 commits into from
Sep 19, 2018

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Sep 19, 2018

No description provided.

GSM shield is a retired product and official library is
no more supported.
Moreover, this port is based on uart emulation which is not
maintained (and not functional) and will be replaced by
an official SoftwareSerial port for this core. See stm32duino#267.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
which is not maintained (and not functional) and will
be replaced by an official SoftwareSerial port.
See stm32duino#267.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
delayInsideIT() code should have been in the method:
void GSM3SoftSerial::tunedDelay(uint16_t delay)
It was introduced as an API to support
built-in GSM library on Nucleo-L476RG and is not relevant for other.

Fix stm32duino#250

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
@fpistm fpistm self-assigned this Sep 19, 2018
@fpistm fpistm merged commit 27bf43b into stm32duino:master Sep 19, 2018
@fpistm fpistm deleted the GSM_remove branch September 19, 2018 13:38
benwaffle pushed a commit to benwaffle/Arduino_Core_STM32 that referenced this pull request Apr 10, 2019
Remove GSM built-in library and related code
@KJansun
Copy link

KJansun commented Nov 15, 2019

Will the GSM library added to the standard core?

@fpistm
Copy link
Member Author

fpistm commented Nov 15, 2019

GSM shield is a retired product, so this is not planned to add a library.
Since 1.7.0, there is a SoftwareSerial built-in library. Maybe it could be port more easily.
Any contributions are welcome.

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.

2 participants