GithubHelp home page GithubHelp logo

peterfeicht / impy Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 38.74 MB

My bachlor's thesis: Mini Impedance Spectrometer Around the AD5933

Home Page: http://feichti.net/impy/

Shell 0.03% TeX 0.69% MATLAB 0.14% PostScript 0.10% C 98.56% Assembly 0.01% C++ 0.48%

impy's People

Contributors

peterfeicht avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

impy's Issues

Handle escape sequences

When accidentally pressing, for example, an arrow key while entering a command on the VCP, the sent escape sequence is just echoed back and added to the command line, resulting in the command not being recognized.
This could be improved by just ignoring escape sequences altogether.

Better yet, certain escape sequences could be handled (for example, the up arrow could restore the previously executed command). This would probably also call for line editing capabilities, which
would be a lot of work I suppose.

Strict aliasing broken in convert.c

Strict aliasing doesn't allow something like this: uint32_t real = *((uint32_t *)&tmp.Real);

This is used pervasively in Convert_PolarAscii (for hex number format) and Convert_PolarBinary (for endian reversal) and will probably break when optimization is turned on in a release build.

Either the Eclipse project needs to be changed to disable strict aliasing or the code needs to be changed (maybe using unions for all the structure fields to access them as uint32_t).

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.