GithubHelp home page GithubHelp logo

libopencm3-miniblink's People

Contributors

antonblanchard avatar elementw avatar eugene-bright avatar gdamjan avatar grevaillot avatar jcw avatar karlp avatar nwtechguy avatar wingunder avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ventzl

libopencm3-miniblink's Issues

Want more boards?

I have a lot of boards I could add, Nucleo's for example. Are you interested?

Naming and bin/hex

Would it be an idea to also optionally generate .bin and .hex files?

These images can be a great tool to quickly validate the next step, i.e. uploading and running. One approach could be to rename the bin/ directory to build/ (it's not really a "bin" you'd want to add to any PATH env, after all), and then create extra pseudo targets for "bin" and "hex" to build the requested format for all the images.

A full build for testing then becomes this one-liner: make all bin hex

L011 RAM size and blink rate

The STM32L011K4 is the smallest µC with only 2 KB RAM. The current 4K setting in ld.stm32.basic does not work, changing it to 2K fixes this.

There is also another issue: the LED blinks way too fast. The datasheet says it starts up at 2 MHz, the STM32L0_CFLAGS line in boards.stm32.mk needs to be adjusted: with -DLITTLE_BIT=50000 instead of -DLITTLE_BIT=10000, things would be more in line with the rest.

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.