Skip to content
Snippets Groups Projects
Select Git revision
  • api
  • master default protected
  • mkrmotorcarrier
  • muxto
  • muxto_optimized
  • 1.8.14
  • 1.8.13
  • 1.8.12
  • 1.8.11
  • 1.8.10
  • 1.8.9
  • 1.8.8
  • 1.8.7
  • 1.8.6
  • 1.8.5
  • 1.8.4
  • 1.8.3
  • 1.8.2
  • 1.8.1
  • 1.6.21
  • 1.6.20
  • 1.6.19
  • 1.6.18
  • 1.6.17
  • 1.6.16
25 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.04Jul27Jun2621May1020Mar12524Feb232014131Jan258220Dec181715121130Nov29252413919Oct11630Sep2914854123Aug12Jul11764327Jun24232122May18228Apr27242221191554331Mar2362128Feb15987230Jan2724323Dec2019161514131276228Nov2523181726Oct121110330Sep282726221514231Aug29241125Jul21201918128730Jun29271776330May29272019921Apr2019654231Mar301243226Feb231918161511329Jan262221201918151312654328Dec2517161432130Nov262423201817161312111064331Oct3026222114121086529Sep242322161098425Aug24191413Add SDU support for MKR WiFi1010Publish core 1.6.19Add MKR WiFi1010 variant and bootloaderDocumentation updates, including new PinDescription table formatAdded optional support for printing floating point numbers using the Print class with values greater/less than +/-4,294,967,295. It now supports +/-18,446,744,073,709,551,615.Added support for 64-bit integer types to the Print class (long long and unsigned long long)Added optional support for single precision floating point numbers (in addition to the existing support for doubles) in both the Print and String classes, configurable from the Tools menu. This can save a great deal of code space. Thanks to Soren Kuula and Dmitry Xmelkov for their previous work.Added support for the hardware FPU of the D51 (boards.txt in later commit)Fixed bad first read from analogRead() after changing references by using a dummy read.Added support for 20 different timer PWM frequencies selectable through the Tools menu, as well as other various clock system changes (boards.txt in later commit)Added an additional PinDescription table format, which can be used to reduce code size (D11 chips only for now)Made various changes to reduce code size, including making ADC and DAC initialization optional if unused, using VARIANT_MCK instead of SystemCoreClock in init(), and converting some RMW to writes. Added config.h file for configuration. (boards.txt in later commit)Added BATTERY_CHARGER_INSTALLED, IMU_INSTALLED, and VIN_5V_REGULATOR_INSTALLED defines to variants/Xeno_Mini/variant.c (and variant.h) to prevent associated pins from being configured as outputs, thus avoiding contention.Merge pull request #265 from facchinm/burn_bootloader_org_boardsMerge pull request #270 from tbowmo/fix_mzeroFix interrupt mask to block in SPI librarySpecify the ARM GCC version in platform.txtVersion 1.6.181.6.181.6.18Update changelogRevert new ringbuffer code for now. Fix other merge issues.Merged in changes from upstream SAMD CORE 2018.02.22Merge remote-tracking branch 'remotes/origin/master'Add SAM D51 (m4f) supportAdd Xeno Mini variant. Update Xeno with D51 support.Update README files for board variants and for bootloader board definitionsFix CDC_ENABLEDMake ring buffer head and tail indexes volatileFix configuration descriptor lengthHandle slave select low firstAdd SPI_HAS_SLAVE and SPI_HAS_ON_SELECT API'sAdd SPI interrupt handlersOnly write byte if there is a receive callbackInitial SPI slave APIFix calculation of SPI_MIN_CLOCK_DIVIDER in SPI.hUpdate changelogCorrect I2C frequency calculation formulaUART: manually handle IRQ if DRE + interrupts disabled or in higher priority ISRsamd21e sercom compatibility (#280)Don't reallocate USB buffers if already allocatedIncrease Wire TX and RX buffer size to 256
Loading