Skip to content
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

Standardize stm32 gpio driver error returns #1448

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

UncleGrumpy
Copy link
Collaborator

Standardizes stm32 gpio driver error returns. Nif functions raise Error, port functions return {error, Reason} on errors.

Handle atom creation more safely, see issue #1442

With #1408 this closes issue #894

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

Standardizes stm32 gpio driver error returns. Nif functions raise `Error`, port functions return
`{error, Reason}` on errors.

Addresses some concerns raised in issue atomvm#1442.

With atomvm#1408 this closes issue atomvm#894

Signed-off-by: Winford <[email protected]>
Introduces platform_defaultatoms.{c,h,def} for the stm32 platform and handles the creation of atoms
in a safer way.

See issue atomvm#1442

Signed-off-by: Winford <[email protected]>
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.

1 participant