Code Monkey home page Code Monkey logo

at2xt's People

Contributors

cr1901 avatar pftbest avatar renovate[bot] avatar vadzimdambrouski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

at2xt's Issues

LLVM does not optimize reads from `KEYBOARD_PINS` properly.

Accesses to the fields of KEYBOARD_PINS do not get optimized to a constant in certain scenarios, which results in a cascade of bitmask operations which should operate on constant values instead doing an array access to retrieve a constant value.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

cargo
Cargo.toml
  • msp430 0.4.1
  • bit_reverse 0.1.8
  • msp430-rt 0.4.0
  • msp430g2211 0.4.0
  • portable-atomic 1.6.0
  • panic-msp430 0.4.0
  • once_cell 1.19.0
  • bitflags 2.5.0
github-actions
.github/workflows/ci.yml
  • actions/checkout v4
  • extractions/setup-just v2
  • actions/cache v4

  • Check this box to trigger a request for Renovate to run again on this repository

PAUSE/BREAK Handling

Current AT2XT PAUSE/BREAK behavior (one or more keystrokes) on IBM 5150 is to eat the next keystroke without displaying anything. Subsequent keystrokes display as normal. Changes in lock key states are honored if such a key follows PAUSE/BREAK. However, there seem to be a few edge cases:

  • CTRL+BREAK triggers scroll lock LED.
  • CTRL+SCROLL also triggers scroll lock LED- supposedly the 5150 Model F keyboard version of CTRL+BREAK or BREAK alone?
  • CTRL+NUM emulates pressing the PAUSE/BREAK key, but also triggers num lock LED.

Check what PAUSE, CTRL+BREAK, and BREAK alone are supposed to do. Also make sure the self.expecting_pause optimization didn't introduce this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.