Coder Social home page Coder Social logo

Comments (3)

cnoviello avatar cnoviello commented on July 17, 2024

I've to admit that I'm not good with regular expressions. It's not my forte.

I'll check and let you know.

from cubemximporter.

Ivan-SB avatar Ivan-SB commented on July 17, 2024

To make it easier:
in [] you just list the characters you want to include so [FL] is enough, adding the , means that ',' is accepted, that's not what you want.
By default [listofchar] means one in the set, no need to add {N} if N=1.

There are a lot of regex dialects and you can do pretty fancy stuff with regex, I'm far from being a regex black belt either ;)

BTW I stumbled on your project because I'm writing something similar with the intent to be able to change the underlying HAL library and be able to "move" around the eclipse project.
Considering eclipse doesn't support relative links to external resource nicely (or maybe I'm missing somethng), it's a bit hakish but it will give me more freedom and that's the main reason I picked up GNU ARM plugin inspite of using ST eclipse based dev env. I've been burned before by atmel AVR32 dev env switching to Visual Studio ;)

I think I'll have a working version on github in a couple of days hopefully and it is going to be GPL.
Possibly I'll extract a library to inject external libraries in eclipse C projects and still be able to move them around on system without being stuck to an absolute path.

thanks for your blog posts and this inspirational project

from cubemximporter.

cnoviello avatar cnoviello commented on July 17, 2024

I can confirm that it works. Thanks.

from cubemximporter.

Related Issues (12)

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.