Skip to content
#

stm32

Here are 1,612 public repositories matching this topic...

aykevl
aykevl commented Apr 19, 2020

There are a few flags that currently don't have proper error checking. The ones I found are -gc, -scheduler and -size. Using the wrong value will lead to no or unexpected errors.

I think the best way to handle it is to add a new method to compileopts.Config that checks whether there are any faulty flags, which is then called from the main function.

SALLDHMF
SALLDHMF commented Aug 16, 2019

Hello! In my current project, I use ESP32 and display with ILI9341. I would like to use your library, but - as a beginner - I have a lot of trouble with that. Is there somewhere documentation that describes the operation of all library functions? Eg: tft.drawString (.....) has four parameters, but what? What is the text datum? ...
Of course, I will laboriously find explanations in the examp

josesimoes
josesimoes commented Jun 20, 2018

The pages of the reference targets in the knowledge base are missing a lot of details, such as:

  • what nF APIs are available in the pre-built images (this is already mentioned in the home page)
  • what is exposed/configured (ADC, PWM, etc)
  • floating point support
  • memory available: heap for managed apps and deploy area size

These are linked from [here](http://docs.nanoframework.net/articl

Improve this page

Add a description, image, and links to the stm32 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stm32 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.