token-vesting
token-vesting copied to clipboard
A Vesting Contract for the Solana Blockchain
I'm using an attiny1604 devboard from soldered.com (https://soldered.com/product/dasduino-lite/) and i tried to program it with serial updi but as said in the title i get the following error message :...
line 955 of boards.txt `atxy6.menu.bodmode.sampledlow.bootloader.bodmodebits=11010` should be `atxy6.menu.bodmode.sampledslow.bootloader.bodmodebits=11010` The missing 's' in sampledslow means the sampled/sampled (125 Hz) BOD mode will not work when selected in the Arduino IDE.
Hi, I am trying to program ATtiny412 and ATtiny1614 boards using Serial UPDI (tried all programmer options) and Quentin's [SWD UARD Adapter](https://gitlab.fabcloud.org/pub/programmers/swd-uart-adapter-xiao-rp2040) and the packaged `pymcuprog` throws a `UPDI Initialization...
IDE: 1.8.13 mTC: Github version Board: Xplained Mini ATtiny817 Windows 11 64bit I think I saw a similar issue [here](https://github.com/SpenceKonde/megaTinyCore/issues/849) for the Attiny1604 When I want to upload something to...
### Discussed in https://github.com/SpenceKonde/megaTinyCore/discussions/1041 Originally posted by **jonathanmlang** December 18, 2023 Im using this code: `#include "Arduino.h" void setup(){ Serial.begin(9600); } void loop(){ Serial.print("Test"); delay(1000); }` The serial pins PB2...
twi.c slave IRQ handler can call the receive callback more than once for the same data. This confuses the sketch code. **Use case 1** Reading from the slave, preceded by...
have anyone faced this error before, i am just connectin arduino uno as a programmer for AVR128DA chip using updi and it gives me this error: avrdude: jtagmkII_initialize(): Cannot locate...
fix typo in readme
I am experiencing an accuracy problem with all of the MegaTinyCore devices I have tested (ATtiny 402, 1614, 1616, 414, 32xx ). This appears to be a core issue, as...
There were some minor things missing, so I pulled the current code from DxCore and added that to the PR - I hope this isn't a big problem. In the...