token-vesting
token-vesting copied to clipboard
A Vesting Contract for the Solana Blockchain
It's a PCREL error (translation: two pieces of code that need to be the ends of the jump are more than 8k apart, in other words the binary is too...
See #763 Even though IT IS NOT OUR BUG BUT A REGRESION IN ARDUINIO
script to generate platform.txt from platform.txt.in platform.txt renamed to platform.txt.in output of script checked in so change doesn't break automated tests left it general so any variable versionnum.* will get...
Hi, Im just trying to download the core via boards manager and getting an error in arduino ide "Error downloading http://drazzy.com/package_drazzy.com_index.json" when i hit it with a browser its being...
ATtiny3227 ``` #include #include void setup() { // EVSYS.ASYNCCH0 = EVSYS_ASYNCCH0_PORTA_PIN6_gc; /* Asynchronous Event from Pin PA6 */ Event0.set_generator( gen0::pin_pa6 ); // Set pin Pa6 as event generator, Event0 //...
It would be good to adopt avrdude 7.1 release. Reference: MegaCoreX has adopted avrdude 7.1 release. https://github.com/MCUdude/MegaCoreX
* Using Arduino IDE 1.18.13, as recommended. * MegaTinyCore version 2.6.10. * Compiling to ATTiny402. (Also tried on ATTiny202, so this looks to happen independent of target chip.) You can...
Hello, Is there an example of the PCI and the timer interrupt? for the ATTINY402 on the Arduino platform? I tried a couple of 3rd party libraries - which gave...
This text was confusing and pointed to itself, completely unnecessary
The default implementation does not correctly configure TCD0 to output PWM on pin PA6 for the ATtiny 412. I went fairly deep into the megaTinyCore source code and I'm guessing...