Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unsigned00/PikaPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pikasTech/PikaPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 141 files changed
  • 4 contributors

Commits on Sep 8, 2025

  1. fix(pikaobj): move name_buff from conditional block to function scope in

    the obj_saveMethodInfo function.
    
    Moved name_buff out of the inner if block so its storage duration covers
    all code paths. This prevents using pointers to a transient buffer that previously led to:
    
    1. method name/hash mismatches
    2. intermittent NameError on lookups
    3. misleading integrity diagnostics
    AirCity456 authored and pikasTech committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    1f52859 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. 针对于MicroLink的网页端助手

    This solution provides a one-stop development and debugging solution for MicroLink devices by designing a complete set of Web programs. Its core functions include: serial communication based on Web Serial API, virtual terminal interaction, Ymodem file transfer protocol, ELF file parsing and variable analysis, and automatic generation of Python scripts, etc.
    COOLINGXIZHOU committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    938bb38 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. 提交pikapython-c

    qinfu6 committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    a18b28b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. Merge pull request pikasTech#360 from qinfu6/master

    提交pikapython-c
    pikasTech authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    a1f8068 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pikasTech#358 from COOLINGXIZHOU/user

    针对于MicroLink的网页端助手
    pikasTech authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    0a52d61 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. Create SKILL.md

    pikasTech authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    9bca87e View commit details
    Browse the repository at this point in the history
Loading