Mercurial Repositories
>
eric
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
MicroPython
mpy_network
Fri, 24 Feb 2023 18:36:43 +0100
, by Detlev Offenbach
MicroPython
mpy_network
Fri, 24 Feb 2023 14:11:20 +0100
, by Detlev Offenbach
Fixed an issue in MicroPython 'getBoardInformation()'.
eric7
Fri, 24 Feb 2023 18:09:20 +0100
, by Detlev Offenbach
MicroPython
mpy_network
Thu, 23 Feb 2023 13:31:55 +0100
, by Detlev Offenbach
MicroPython
mpy_network
Thu, 23 Feb 2023 13:31:20 +0100
, by Detlev Offenbach
MicroPython
mpy_network
Thu, 23 Feb 2023 13:30:45 +0100
, by Detlev Offenbach
MicroPython:
mpy_network
Thu, 23 Feb 2023 13:29:56 +0100
, by Detlev Offenbach
Added code to the MicroPython file manager to reset the current editor change markers upon save.
eric7
Thu, 23 Feb 2023 12:05:00 +0100
, by Detlev Offenbach
Prepared the editor to save non-local files and reset the change markers from external.
eric7
Thu, 23 Feb 2023 12:04:28 +0100
, by Detlev Offenbach
Corrected some code style and formatting issues.
mpy_network
Wed, 22 Feb 2023 08:20:34 +0100
, by Detlev Offenbach
Merged with branch 'eric7' to get the mainline changes.
mpy_network
Wed, 22 Feb 2023 07:48:57 +0100
, by Detlev Offenbach
Continued implementing WiFi functionality for RP2040 based devices (show connected stations, save/remove credentials, boot script for Pico W).
mpy_network
Wed, 22 Feb 2023 07:45:54 +0100
, by Detlev Offenbach
Corrected some code style and formatting issues.
eric7
Wed, 22 Feb 2023 07:43:56 +0100
, by Detlev Offenbach
Regenerated source documentation.
eric7
Tue, 21 Feb 2023 10:56:54 +0100
, by Detlev Offenbach
Corrected an issue in the CircuitPython device causing a torn off menu to remain visible after a device disconnect.
eric7
Tue, 21 Feb 2023 10:53:46 +0100
, by Detlev Offenbach
Corrected an issue in the CircuitPython device causing a torn off menu to remain visible after a device disconnect.
mpy_network
Tue, 21 Feb 2023 10:53:46 +0100
, by Detlev Offenbach
Continued implementing WiFi functionality for RP2040 based devices (interface deactivation, AP stop, MicroPython config page).
mpy_network
Mon, 20 Feb 2023 16:02:02 +0100
, by Detlev Offenbach
Continued implementing WiFi functionality for RP2040 based devices (internet connection, network scan).
mpy_network
Mon, 20 Feb 2023 11:42:45 +0100
, by Detlev Offenbach
Updated Russian translations.
eric7
Sun, 19 Feb 2023 19:20:05 +0100
, by Alexander Barkoff
Continued implementing WiFi functionality for RP2040 based devices (set country, menu hierarchy).
mpy_network
Sun, 19 Feb 2023 14:45:16 +0100
, by Detlev Offenbach
Released updated Spanish translations.
eric7
Sun, 19 Feb 2023 10:38:22 +0100
, by Detlev Offenbach
Updated Spanish translations branch eric7
eric7
Sat, 18 Feb 2023 19:11:25 +0100
, by Jaime Seuma
Continued implementing WiFi functionality for RP2040 based devices.
mpy_network
Sat, 18 Feb 2023 18:12:32 +0100
, by Detlev Offenbach
Created new branch <mpy_network>.
mpy_network
Sat, 18 Feb 2023 10:11:44 +0100
, by Detlev Offenbach
Added a TODO marker to add an interface to the 'Libre Translate' engine.
eric7
Sat, 18 Feb 2023 09:21:42 +0100
, by Detlev Offenbach
Little improvement in the MicroPython code.
eric7
Fri, 17 Feb 2023 12:53:49 +0100
, by Detlev Offenbach
Changed the RP2040 related code of the MicroPython package to show the version info for a MicroPython variant (like Pimoroni Pico) if such is available (e.g. Pimoroni Pico 1.19.14 or newer).
eric7
Fri, 17 Feb 2023 10:56:05 +0100
, by Detlev Offenbach
Sanitize a version string before an attempt to convert it to a semver.VersionInfo.
eric7
Fri, 17 Feb 2023 10:46:26 +0100
, by Detlev Offenbach
MicroPython
eric7
Thu, 16 Feb 2023 11:33:56 +0100
, by Detlev Offenbach
Removed an obsolete line of code.
eric7
Wed, 15 Feb 2023 18:00:40 +0100
, by Detlev Offenbach
Fixed an issue causing the selection count of checkable selection lists going negative.
eric7
Wed, 15 Feb 2023 18:00:20 +0100
, by Detlev Offenbach
Fixed a few issues in the MicroPython file manager widget.
eric7
Wed, 15 Feb 2023 17:45:10 +0100
, by Detlev Offenbach
Fixed a few issue introduced during the recent changes to the MicroPython package.
eric7
Wed, 15 Feb 2023 15:55:37 +0100
, by Detlev Offenbach
Reorganized the MicroPython code even more.
eric7
Tue, 14 Feb 2023 18:10:30 +0100
, by Detlev Offenbach
Fixed a few issues in the MicroPython package.
eric7
Tue, 14 Feb 2023 11:09:49 +0100
, by Detlev Offenbach
Removed the 'Open' and 'Save' buttons from the MicroPython widget and made the repl and file manager start automatically upon connecting to the selected device.
eric7
Tue, 14 Feb 2023 10:05:29 +0100
, by Detlev Offenbach
Moved the forgotten form files to the EspDialogs package.
eric7
Tue, 14 Feb 2023 09:43:26 +0100
, by Detlev Offenbach
Updated translations.
eric7
Mon, 13 Feb 2023 17:59:56 +0100
, by Detlev Offenbach
MicroPython
eric7
Mon, 13 Feb 2023 17:55:13 +0100
, by Detlev Offenbach
Adapted some MicroPython modules to the new package layout.
eric7
Mon, 13 Feb 2023 17:53:27 +0100
, by Detlev Offenbach
Modified Editor and view managers to be usable with files loaded from a connected device and (potentially) remote files.
eric7
Mon, 13 Feb 2023 17:52:26 +0100
, by Detlev Offenbach
Modified the EricMessageBox okToClearData() function for more flexibility.
eric7
Mon, 13 Feb 2023 17:51:03 +0100
, by Detlev Offenbach
Reorganized the MicroPython package.
eric7
Mon, 13 Feb 2023 17:49:52 +0100
, by Detlev Offenbach
MicroPython
eric7
Sun, 12 Feb 2023 18:11:20 +0100
, by Detlev Offenbach
Updated translations.
eric7
Sun, 12 Feb 2023 15:14:28 +0100
, by Detlev Offenbach
Updated source documentation.
eric7
Sat, 11 Feb 2023 19:53:53 +0100
, by Detlev Offenbach
Moved the MicroPython board specific functions to a separate submenu.
eric7
Sat, 11 Feb 2023 19:52:53 +0100
, by Detlev Offenbach
Various enhancements and improvements to the MicroPython/CircuitPython related modules.
eric7
Sat, 11 Feb 2023 16:59:50 +0100
, by Detlev Offenbach
Little enhancement to the BBC micro:bit firmware version display function to be a bit more flexible.
eric7
Thu, 09 Feb 2023 09:55:57 +0100
, by Detlev Offenbach
MicroPython
eric7
Wed, 08 Feb 2023 18:09:19 +0100
, by Detlev Offenbach
MicroPython
eric7
Wed, 08 Feb 2023 11:54:36 +0100
, by Detlev Offenbach
MicroPython
eric7
Tue, 07 Feb 2023 18:07:12 +0100
, by Detlev Offenbach
Corrected the CircuitPython interface code to show the update availability notice correctly.
eric7
Tue, 07 Feb 2023 11:01:29 +0100
, by Detlev Offenbach
Added code to the CircuitPython interface to show the installed firmware version even if the drive is not mounted but the device is connected via the serial console.
eric7
Tue, 07 Feb 2023 10:53:40 +0100
, by Detlev Offenbach
Changed code converting a version string into a version tuple to use the 'semver' package.
eric7
Mon, 06 Feb 2023 17:15:20 +0100
, by Detlev Offenbach
Changed the enabled status of some CircuitPython library management menu entries depending on the mounted state of the device.
eric7
Mon, 06 Feb 2023 15:03:54 +0100
, by Detlev Offenbach
Added a CircuitPython menu entry to show the installed and available firmware version.
eric7
Mon, 06 Feb 2023 15:02:57 +0100
, by Detlev Offenbach
Updated translations.
eric7
Mon, 06 Feb 2023 11:00:29 +0100
, by Detlev Offenbach
MicroPython
eric7
Mon, 06 Feb 2023 10:09:18 +0100
, by Detlev Offenbach
Reverted changeset a7e9fd398e5a for ModuleParser because QRegularExpression crashes generating source code documentation.
eric7
Mon, 06 Feb 2023 10:02:35 +0100
, by Detlev Offenbach
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip