Arduino_STM32 icon indicating copy to clipboard operation
Arduino_STM32 copied to clipboard

Why is itoa.h missing in the includes and thus disabling use of utoa() function?

Open ArminJo opened this issue 3 years ago • 1 comments

I am using FQBN: stm32duino:STM32F1:genericSTM32F103C

Using utoa(aNumber, tStringBuffer, 10); throws error: 'utoa' was not declared in this scope When I add a line #include "itoa.h" in wirish.h

#include <avr/interrupt.h>
#include "itoa.h"

#include <libmaple/stm32.h>

the error vanishes.

Do you require a PR?

ArminJo avatar Aug 07 '22 12:08 ArminJo

Since this project was abandoned by its authors and is currently poorly compatible with new versions of Arduino ide. Earlier in IDE version 1.8.3, the inclusion of this header was not required for the function to work. You can create a PR, but I doubt that the authors will notice it

board707 avatar Aug 07 '22 17:08 board707

This is not a support forum.

Try www.stm32duino.com

rogerclarkmelbourne avatar Sep 16 '22 23:09 rogerclarkmelbourne

This is not a support question.

ArminJo avatar Sep 17 '22 00:09 ArminJo

If you have a solution then please post a pull request.

stevstrong avatar Nov 03 '23 08:11 stevstrong

The author writes that ones need to add one line

board707 avatar Nov 03 '23 08:11 board707

If the author has a problem and a solution, then it should also take time to post a PR.

stevstrong avatar Nov 03 '23 09:11 stevstrong