ch32v003fun icon indicating copy to clipboard operation
ch32v003fun copied to clipboard

Allow user to disable implementation of libc functions

Open niansa opened this issue 6 months ago • 8 comments

The user might want to load their own libc implementation including functions like memset and printf. Currently this is impossible because ch32v003fun already defines these functions. There should be an option to not define these function or at least to define them with alternative names.

This would also require UART and DEBUG printing to be decoupled from stdio so the user would still be able to use those. See: #373

niansa avatar Aug 11 '24 00:08 niansa