Skip to content
#

avr

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

Marlin
rglory
rglory commented Apr 27, 2020

Currently comment on runout sensor configuration says:

  • By default the firmware assumes HIGH=FILAMENT PRESENT.

which is quite confusing and not very informative for regular user. As we test filament sensor status by M119 command It should clearly say when filament present on M119 we should see either "open" or "TRIGGERED" status and we can flip FIL_RUNOUT_INVERTING otherwise. Nobody really

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.

SpenceKonde
SpenceKonde commented Apr 20, 2020

We should really have a page (in extras, with the other docs like this) that lists popular libraries that are known to work or not work with these parts (and in the latter case, alternatives if any, and information on any plans by myself or others to work over said libraries). Also needs some info on what a library compatibility issue will look like in the error output.

This is a great issue fo

ArduinoMenu
fovea1959
fovea1959 commented Feb 15, 2019

I am trying to evaluate adapting ArduinoMenu to run under Mongoose OS, and am looking at a two stage implementation plan:

  1. get it running on Linux (with a very generic serial input and output device, similar to the Blink or Button examples). I want to do this so I can quickly get the menus going, and make sure I really understand what's going on.

  2. move it to Mongoose OS (with an ILI9341

rleh
rleh commented Apr 24, 2020
uint16_t readChannel(Channel channel)

According to docs.modm.io

typedef uint8_t 	Channel
// this type may also be an enum or enum class 

the call readChannel(1) should be legal, but: error: cannot convert 'int' to 'modm::platform::Adc1::Channel'.

We should up

MCUdude
MCUdude commented Sep 23, 2016

The introduction of the platform.txt gave us lots of under the hood settings to play with. Sadly the documentation isn't the best..

I was thinking about implementing an additional flag in the boards.txt file; {programmer.speed}.
If a slow internal clock is selected like 128 kHz, the programmer.speed flag will hold "-B32". if the speed is 9.6 MHz it will hold "-B1". By doing this I can get rid of

Improve this page

Add a description, image, and links to the avr 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 avr topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.