Skip to content

pullrequests Search Results · repo:adafruit/Adafruit_CircuitPython_AVRprog language:Python

Filter by

28 results
 (160 ms)

28 results

inadafruit/Adafruit_CircuitPython_AVRprog (press backspace or delete to remove)

This pull request adds support for ATmega328PB. ATmega328PB contains some new features and improvements. It is software-compatible with the ATmega328P. https://onlinedocs.microchip.com/pr/GUID-CBDC1838-0100-4F26-A45A-134958193C3B-en-US-4/index.html ...
  • Danct12
  • 1
  • Opened 
    on Apr 20, 2024
  • #35

Mostly addition of type annotations, but one commit to fix a suspected bug. The open function was trying to add an attribute to the file_name variable. This variable was also later never used. Above in ...
  • RossK1
  • 21
  • Opened 
    on Apr 25, 2023
  • #34

Fixed the following pylint errors and also a slight optimization to remove an additional pylint: disable: ************* Module adafruit_avrprog Error: adafruit_avrprog.py:117:4: R0912: Too many branches ...
  • tekktrik
  • Opened 
    on Nov 8, 2022
  • #33

This is my first time updating a library for type annotations so it could probably use a thorough review. I m also stuck on the following types, if anyone has some feedback or direction for me: Line ...
hacktoberfest-accepted
  • prcutler
  • 15
  • Opened 
    on Oct 17, 2022
  • #32

I was having difficulty setting the high fuse bytes, but the low would set correctly. Found that write_fuses() had no _busy_wait() call or delay. Datasheet says minimum delay is 4.5ms for writting fuses. ...
  • aarontusko
  • 1
  • Opened 
    on Jan 7, 2022
  • #31

The code to override the default clock_speed was incorrectly looking for an attribute instead of a key/value pair.
  • aarontusko
  • 2
  • Opened 
    on Dec 1, 2021
  • #30

this contains the same changes as #25 I m trying to look into why the actions check did not pass on that PR and github no longer shows the output. So I ve made this PR to try to get it to run again so ...
  • FoamyGuy
  • 1
  • Opened 
    on Dec 1, 2021
  • #29

Add built-in support for AVR ATmega644PA. Fuses setup to use external Xtal.
  • mafiltenborg
  • 2
  • Opened 
    on Nov 5, 2021
  • #28

Added support for Record type 4, as described here: https://en.wikipedia.org/wiki/Intel_HEX#Record_types Toolchains differ. I happen to operate one that uses Record type 4 in its generated Hex-files. ...
  • mafiltenborg
  • 2
  • Opened 
    on Nov 5, 2021
  • #27