Skip to content

Tags: fca1/g2

Tags

dev-169-motor-enable-polarity-candidate-001

Toggle dev-169-motor-enable-polarity-candidate-001's commit message
Adds {1ep:n} parameter to motor object to invert enable polarity for …

…use with external drivers.

NOTE: This candidate does not have motor typing or lockout features to disable on-board drivers if EP is set for external drivers.

100.12

Toggle 100.12's commit message
// Fix UART flow control

See issue synthetos#173

100.11

Toggle 100.11's commit message
Power management fixes

100.10

Toggle 100.10's commit message
// Fixes for UART at the wrong baud rate on Sam3x

100.08

Toggle 100.08's commit message
// Added _leds to drive the neopixels

0 = black
1 = white
2 = red
3 = green
4 = blue
5 = orange
6 = yellow

100.04

Toggle 100.04's commit message
// Fix for NeoPixel output frequency being doubled.

In fact, all PWM peripheral based pins had the frequency doubled. This was fixed mostly in Motate.

100.03

Toggle 100.03's commit message
// Fix for inputs causing a crash (again).

If the GPIOs on the board don’t provide all 12 inputs (most don’t) then it would occasionally crash when resettings the first pin past D_IN_CHANNELS. This is fixed.

100.02

Toggle 100.02's commit message
Fix for inputs causing a crash.

Due to the construction order getting messed up, the inputs would crash on interrupt. This has been fixed.

100.01

Toggle 100.01's commit message
Fix to 100.00 not resetting properly.

• When connecting over USB, 100.00 would not complete the reset into the SAM-BA loader. This is fixed now.

100.00

Toggle 100.00's commit message
Major feature push