-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Minimal libcMinimal C Standard LibraryMinimal C Standard Library
Description
Is your enhancement proposal related to a problem? Please describe.
I'm using a Nordic NRF9160 chip. This supports AT_PARSER a lib which servers the built-in cellular modem using AT commands. Due to that fact that this lib needs strtoll and strtoull they added a dependency to newlibc. This dependency is new with the latest SDK that has a new version of AT_PARSER. Using newlibc is not possible for me due to incompatibility with Civetweb.
Describe the solution you'd like
I would be happy if somebody could add strtoll and strtoull functions to the minimal libc.
Describe alternatives you've considered
I tried to switch to newlibc which didn't succeed due to a incompatibility with Civetweb.
Additional context
Discussion in Nordic Forum
#16511
Metadata
Metadata
Assignees
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Minimal libcMinimal C Standard LibraryMinimal C Standard Library