Skip to content

Releases: synthetos/g2

100.17: PR #211 - Tool offsets

02 Jan 20:53
Compare
Choose a tag to compare

100.16

30 Dec 13:36
Compare
Choose a tag to compare
100.16 Pre-release
Pre-release
Fixed issue #204 - $$ command not working

100.15

15 Dec 15:49
Compare
Choose a tag to compare
100.15 Pre-release
Pre-release
// fix for #200 and other USB issues

// fix for 198, uart can be muted when USB connects

13 Dec 23:45
Compare
Choose a tag to compare

The default behavior is everything connected gets all responses. (Minus behavior for second USB port, which is now disabled by default.)

In the settings file being used, you need:

#define XIO_UART_MUTES_WHEN_USB_CONNECTED 1                 // Mute the UART when USB connects

100.13

13 Dec 15:22
Compare
Choose a tag to compare
100.13 Pre-release
Pre-release
// cleanup in preparation for M7

100.12: // Fix UART flow control

17 Oct 21:02
Compare
Choose a tag to compare
Pre-release
See issue #173

100.11

18 Sep 18:31
Compare
Choose a tag to compare
100.11 Pre-release
Pre-release
Power management fixes

100.10

06 Sep 18:31
Compare
Choose a tag to compare
100.10 Pre-release
Pre-release
// Fixes for UART at the wrong baud rate on Sam3x

100.08: // Added _leds to drive the neopixels

02 Sep 22:13
Compare
Choose a tag to compare
0 = black
1 = white
2 = red
3 = green
4 = blue
5 = orange
6 = yellow

100.04: // Fix for NeoPixel output frequency being doubled.

31 Aug 18:01
Compare
Choose a tag to compare
In fact, all PWM peripheral based pins had the frequency doubled. This was fixed mostly in Motate.