Dave Hylands
|
3ad94d6072
|
extmod: Add ubinascii.unhexlify
This also pulls out hex_digit from py/lexer.c and makes unichar_hex_digit
|
10 years ago |
Damien George
|
d7b7d5f6ee
|
docs: Bump version to 1.4.3.
|
10 years ago |
Damien George
|
0bfc57022d
|
docs: Document USB_VCP file-like methods.
|
10 years ago |
Steve Zatz
|
c7df9c6c47
|
stmhal: Add os.rename function.
|
10 years ago |
blmorris
|
5df81de7af
|
sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value.
|
10 years ago |
Damien George
|
dea853d3a3
|
docs: Document pyb.stop, pyb.standby and pyb.RTC.wakeup.
|
10 years ago |
Damien George
|
43d56f9ba9
|
docs: Bump version to 1.4.2.
|
10 years ago |
Henrik
|
e3cd154317
|
stmhal: Add support for sending and receiving CAN RTR messages.
|
10 years ago |
Damien George
|
7d5e34287c
|
stmhal: Allow sending CAN messages with timeout=0.
Thanks to Henrik Sölver for this patch.
|
10 years ago |
Damien George
|
feff00e1a5
|
Add .gitattributes file to force text line endings to LF.
Some files are excluded, otherwise a whole lot of files need converting.
|
10 years ago |
Damien George
|
e97dddcdca
|
docs: Document pyb.main function to set main script.
|
10 years ago |
Damien George
|
0f6424efda
|
docs: Bump version to 1.4.1.
|
10 years ago |
Paul Sokolovsky
|
344057ac50
|
docs: uctypes: Bullet list formatting fixes.
|
10 years ago |
Paul Sokolovsky
|
9d2c0c231c
|
docs: uctypes: Describe how to instantiate struct objects.
|
10 years ago |
Ivan Pejić
|
e178ef2520
|
docs: Add additional example/note for Timer's callback usage.
Add example: using named function for the Timer's callback.
Add note: improving traceback inside interrupt timers.
|
10 years ago |
Damien George
|
47098efbda
|
docs: Provide initial documentation for micropython module.
|
10 years ago |
Damien George
|
64e8b62291
|
docs: Bump version to 1.4.
|
10 years ago |
Paul Sokolovsky
|
c260836beb
|
docs: uctypes: Describe bytes_at(), bytearray_at().
|
10 years ago |
Paul Sokolovsky
|
ec1b1cf834
|
docs: uctypes: Describe couple more functions.
|
10 years ago |
Dave Hylands
|
b4c9a25eab
|
stmhal: Add support for quadrature encoder mode to pyb.TimerChannel.
|
10 years ago |
Peter Hinch
|
b57b56f293
|
docs: Update pyb.Timer.rst to fix pulse widths that exceed the period.
|
10 years ago |
Damien George
|
4fddbe5ab6
|
docs: Correct the documentation for math.frexp.
|
10 years ago |
Damien George
|
1babb6d0c7
|
docs: Update timer tutorial to reflect new behaviour of timer.
|
10 years ago |
Paul Sokolovsky
|
3527085587
|
pyb.UART.rst: Clean up note about stream protocol support.
|
10 years ago |
Damien George
|
77fc276c08
|
stmhal: For UART, check that baudrate is within 5% of desired value.
Also includes documentation about minimum baudrate.
Addresses issue #1090.
|
10 years ago |
Henrik Sölver
|
f80f1a7077
|
stmhal: Add support for CAN rx callbacks.
|
10 years ago |
Damien George
|
baafb290ad
|
stmhal: Add uart.sendbreak() method, to send a break condition.
|
10 years ago |
Damien George
|
d39c7aa517
|
stmhal: Add Python-configurable USB HID mode.
Different HID modes can be configured in Python. You can either use
predefined mouse or keyboard, or write your own report descriptor.
|
10 years ago |
Damien George
|
79dc0a0886
|
docs: Bump version to 1.3.10.
|
10 years ago |
Damien George
|
552f7c40a0
|
docs: Bump version to 1.3.9.
|
10 years ago |
Damien George
|
73533247cb
|
docs: Fix frequency info for DAC.triangle.
|
10 years ago |
Damien George
|
3990dcfcd7
|
docs: Add note about maximum frequency of busses.
|
10 years ago |
Paul Sokolovsky
|
7a0636e80a
|
docs: Add initial "uctypes" modules docs. WIP.
|
10 years ago |
Damien George
|
b27c9876ea
|
docs: For Windows USB CDC driver setup, add link to existing PDF guide.
|
10 years ago |
Damien George
|
ddbcc79550
|
docs: Add quickref info about Servo; improve Servo docs.
|
10 years ago |
Radomir Dopieralski
|
ce5b5caf8c
|
Add a command for converting the WAV files
Add a command for converting the WAV files to the amp skin tutorial, so that people can use their own files easily.
|
10 years ago |
Damien George
|
96e22154d7
|
docs: Bump version to 1.3.8.
Should have done it before tagging...
|
10 years ago |
Damien George
|
7690b13953
|
stmhal: Add ability to mount custom block device.
|
10 years ago |
Dave Hylands
|
90cd6cd987
|
docs: Add mention about using USB charger when resetting the filesystem.
It seems the Mac will happily wipe out at least some of the data on
a freshly reset filesytem, if the filesystem was reset while plugged
into the Mac.
|
10 years ago |
Damien George
|
a37656c132
|
docs: Make admonition for CPy-difference use "attention" class.
This renders it in yellow/orange box on RTD server.
|
10 years ago |
Damien George
|
7b80d908bf
|
docs: Add RTD local_settings file, to add custom templates.
|
10 years ago |
Damien George
|
9b561a7c0d
|
docs: Add custom CSS file, with code for admonition.
|
10 years ago |
Damien George
|
6d3ae569cf
|
docs: Add CPy diff note for print_exception; embellish sys.platform.
|
10 years ago |
Gregory
|
5cf7ac7309
|
Fix leds.rst
N (mod 4) is 0..3
|
10 years ago |
Damien George
|
9642846d71
|
docs: Define more clearly the behaviour of LED methods.
Addresses issue #1006.
|
10 years ago |
Paul Sokolovsky
|
6c3fc74656
|
docs: Add sys.print_exception().
|
10 years ago |
Damien George
|
b66a31c42c
|
stmhal: Allow SPI.init to specify prescaler directly; improve SPI docs.
|
10 years ago |
Damien George
|
008251180d
|
stmhal: Enhance pyb.freq to configure bus (AHB, APB1, APB2) freqs.
This is useful if you need precise control over the speed of
peripherals (eg SPI clock).
|
10 years ago |
Paul Sokolovsky
|
41c07d5b80
|
docs: uzlib: Typo fix.
|
10 years ago |
Paul Sokolovsky
|
adf4c4cea8
|
docs: Add quick docs for uzlib.
|
10 years ago |