1
0
forked from pool/micropython

Commit Graph

  • 209a792453 Accepting request 1291954 from devel:languages:python factory leap-16.0 Ana Guerrero 2025-07-11 19:30:41 +00:00
  • 2bf43b10dd Add micropython-gcc15-string-initialization.patch: Refactor string literal as array initializer (gh#micropython/micropython#17269). devel Dominik Heidler 2025-07-11 11:04:06 +00:00
  • fd9b66dca5 Accepting request 1282363 from devel:languages:python Ana Guerrero 2025-06-03 17:10:48 +00:00
  • 448bf44040 Delete even more libs Dominik Heidler 2025-05-27 13:16:18 +00:00
  • a6a24b635e Tinyusb is not needed on linux Dominik Heidler 2025-05-26 13:11:17 +00:00
  • 7006890406 Don't include all ports Dominik Heidler 2025-05-26 12:56:32 +00:00
  • 01b131cf61 Drop more unneeded libs Dominik Heidler 2025-05-26 12:34:40 +00:00
  • 43f67de9dc Mention prepare.sh in spec file Dominik Heidler 2025-05-26 12:22:43 +00:00
  • 57c1014676 - Add script to delete some 3rd party libraries from the src tar that are not needed to build the unix port in order to make the legal review easier Dominik Heidler 2025-05-26 11:55:32 +00:00
  • 29940afbcc Accepting request 1270586 from devel:languages:python Ana Guerrero 2025-04-18 14:20:54 +00:00
  • 606db37ba4 - Update to 1.25.0 * Add ROMFS support (see also "mpremote romfs" cmd with "query", "build", and "deploy" sub-commands) ROMFS defines a read-only, memory-mappable, extensible filesystem that can contain arbitrary resources, including precompiled mpy files, and allows executing bytecode directly from the filesystem. This makes importing significantly faster and use a lot less memory. * Inline assembler now supports 32-bit RISC-V assembly code via the newly implemented @micropython.asm_rv32 decorator. * Datagram TLS (DTLS) is now supported by the tls module and enabled on the alif, mimxrt, renesas-ra, rp2, stm32 and unix ports. * mpremote command-line tool now supports recursive remove via the new "rm -r" * mpremote now supports relative URLs in the package.json for installing from the local filesystem * "mpremote mount" has optimised readline support * full support for tuples and start/end arguments in str.startswith() and str.endswith() methods * vfs.mount() with no arguments now returns a list of mounted filesystems * marshal module has been added with dumps() and loads() functions * MicroPython native linker mpy_ld.py now includes support for linking in static libraries automatically * native modules now support 32-bit RISC-V code * force _FILE_OFFSET_BITS=64 to fix 32-bit file ABI * enable VfsRom on standard and coverage variants * use the bare metal mbedTLS config in the coverage buiid * add recursive mutex support * main: add coverage test for mounting ROMFS filesystem at startup - Drop fix_re_sub_test_on_python3.13.patch as not needed anymore Dominik Heidler 2025-04-16 12:11:06 +00:00
  • 13e2981da0 Accepting request 1255628 from devel:languages:python Ana Guerrero 2025-03-25 21:10:23 +00:00
  • 3d22849170 - Add fix_re_sub_test_on_python3.13.patch to fix re_sub test Dominik Heidler 2025-03-17 12:53:37 +00:00
  • bbd5d1eade Accepting request 1246653 from devel:languages:python Ana Guerrero 2025-02-18 18:12:50 +00:00
  • b4bce45ea3 - Add subpackage mpy-tools which contains mpy-cross and mpy-tool Dominik Heidler 2025-02-18 11:49:19 +00:00
  • 8754eecf54 Accepting request 1244833 from devel:languages:python Ana Guerrero 2025-02-11 20:22:45 +00:00
  • f10a34b8ef Fix 15.6 fixes Dominik Heidler 2025-02-10 17:38:34 +00:00
  • 00a51ba600 - Fix build for 15.6 Matej Cepl 2025-02-07 19:04:09 +00:00
  • 8cc5256482 Accepting request 1243566 from devel:languages:python Ana Guerrero 2025-02-06 21:08:30 +00:00
  • f9074af794 - Build mpremote tool Matej Cepl 2025-02-06 07:58:50 +00:00
  • 2cf77b6507 Accepting request 1227683 from devel:languages:python Ana Guerrero 2024-12-02 15:59:19 +00:00
  • f0aa806580 - Update to 1.24.1: * https://github.com/micropython/micropython/releases/tag/v1.24.1 - Update to 1.24.0: * https://github.com/micropython/micropython/releases/tag/v1.24.0 Dirk Mueller 2024-12-02 08:46:28 +00:00
  • 373d4a4356 Accepting request 1201783 from devel:languages:python Ana Guerrero 2024-09-19 19:16:54 +00:00
  • 6138c1d4bd - Update to 1.23.0: * https://github.com/micropython/micropython/releases/tag/v1.23.0 Markéta Machová 2024-09-18 12:08:46 +00:00
  • 42579cb89d Accepting request 1175489 from devel:languages:python Ana Guerrero 2024-05-21 16:36:57 +00:00
  • 17d07bad9c - Update to 1.22.2: This is a patch release containing the following commits: - py/compile: fix potential Py-stack overflow in try-finally with return - extmod/asyncio: support gather of tasks that finish early - extmod/modssl_mbedtls: fix cipher iteration in SSLContext.get_ciphers - extmod/btstack: reset pending_value_handle before calling write-done cb - extmod/btstack: reset pending_value_handle before calling read-done cb - esp32/mpnimbleport: release the GIL while doing NimBLE port deinit - esp32: increase NimBLE task stack size and overflow detection headroom - mimxrt/modmachine: fix deepsleep wakeup pin ifdef - renesas-ra/ra: fix SysTick clock source - renesas-ra/boards/ARDUINO_PORTENTA_C33: fix the RTC clock source - renesas-ra/ra/ra_i2c: fix 1 byte and 2 bytes read issue - rp2/rp2_dma: fix fetching 'write' buffers for writing not reading - rp2/machine_uart: fix event wait in uart.flush() and uart.read() - rp2: change machine.I2S and rp2.DMA to use shared DMA IRQ handlers - Update to 1.22.1: - This is a patch release to fix a race condition and potential deadlock in the rp2 port's mp_thread_begin_atomic_section() function, when the second core is in use. Matej Cepl 2024-05-21 09:18:44 +00:00
  • 07b66db083 Accepting request 1138977 from devel:languages:python Ana Guerrero 2024-01-15 21:21:30 +00:00
  • 609b7c67e3 Accepting request 1138975 from home:Andreas_Schwab:Factory Markéta Machová 2024-01-15 14:58:26 +00:00
  • b39afe91cc Accepting request 1137463 from devel:languages:python Ana Guerrero 2024-01-08 22:45:07 +00:00
  • c062ceb1da - Update to 1.22.0: * https://github.com/micropython/micropython/releases/tag/v1.22.0 * objslice: validate that the argument to indices() is an integer (CVE-2023-7158, bsc#1218446) Steve Kowalik 2024-01-08 02:11:09 +00:00
  • 921feef42c Accepting request 1084191 from devel:languages:python Dominique Leuenberger 2023-05-03 10:57:35 +00:00
  • b9af718955 - Update to 1.20.0: * https://github.com/micropython/micropython/releases/tag/v1.20.0 - Remove 32572439984e5640c6af46fbe7c27400c30112ce.patch, included. - Disable warning, since it is treated as an error. Steve Kowalik 2023-04-28 07:11:48 +00:00
  • f3e6edefb7 Accepting request 1075027 from devel:languages:python Dominique Leuenberger 2023-03-29 21:27:01 +00:00
  • 4e6d46e52c - add 32572439984e5640c6af46fbe7c27400c30112ce.patch Dirk Mueller 2023-03-28 14:42:30 +00:00
  • 0be2460e5d Accepting request 1010201 from devel:languages:python Dominique Leuenberger 2022-10-12 16:26:47 +00:00
  • ecab8eb8fb Accepting request 1010119 from home:Andreas_Schwab:Factory Dirk Mueller 2022-10-12 10:49:10 +00:00
  • 9612813ea6 Accepting request 986372 from devel:languages:python Dominique Leuenberger 2022-07-03 16:26:53 +00:00
  • b01e621425 Accepting request 986329 from home:cgiboudeaux:branches:devel:languages:python Matej Cepl 2022-07-02 16:28:48 +00:00
  • 2d60f593bc Accepting request 950824 from devel:languages:python Dominique Leuenberger 2022-02-03 22:16:41 +00:00
  • d4f129a7f4 Accepting request 950817 from home:jaimeMF:branches:devel:languages:python Matej Cepl 2022-02-02 21:59:32 +00:00
  • 892a4ceb9a Accepting request 946789 from devel:languages:python Dominique Leuenberger 2022-01-16 22:18:27 +00:00
  • f186c14121 - avoid spec-cleaner messing it up Dirk Mueller 2022-01-16 13:34:19 +00:00
  • adeda2e951 Accepting request 921407 from devel:languages:python Dominique Leuenberger 2021-09-25 20:51:28 +00:00
  • 905341351f Actually remove the patch. Matej Cepl 2021-09-25 01:13:55 +00:00
  • 644036aaae - Update to 1.17: The release notes are REALLY long, so please go to https://github.com/micropython/micropython/releases/tag/v1.17 to read them. - Remove already upstreamed patch fix-uasyncio_heaplock-test.patch. Matej Cepl 2021-09-24 23:50:44 +00:00
  • 39064171b3 Accepting request 909831 from devel:languages:python Dominique Leuenberger 2021-08-03 20:48:38 +00:00
  • c80e996e56 Add patch metadata Matej Cepl 2021-08-02 17:46:05 +00:00
  • e911e09ac5 Accepting request 909824 from home:dspinella:branches:devel:languages:python Matej Cepl 2021-08-02 17:38:20 +00:00
  • bb478b5899 Accepting request 908624 from devel:languages:python Dominique Leuenberger 2021-07-28 17:19:46 +00:00
  • b26f0f0840 - Remove unnecessary dependency on python2 Matej Cepl 2021-07-27 14:51:47 +00:00
  • 3e4e80416e Accepting request 907990 from home:Guillaume_G:branches:devel:languages:python Matej Cepl 2021-07-23 16:41:32 +00:00
  • c0a6c17603 Accepting request 891290 from home:musfay:branches:devel:languages:python Matej Cepl 2021-05-07 12:31:20 +00:00
  • 714d193d7c Accepting request 886258 from home:musfay:branches:devel:languages:python Dirk Mueller 2021-04-17 13:27:37 +00:00
  • f8ec2702f5 Accepting request 868539 from home:Guillaume_G:RPiPico Matej Cepl 2021-02-02 22:43:49 +00:00