Giter Site home page Giter Site logo

Comments (8)

mikes-spindance avatar mikes-spindance commented on September 13, 2024

I tried using kconfig-conf instead of kconfig-mconf.
What should BT_CONFIG_BSP_DIR be set to?
What procedure should set BT_CONFIG_BSP_DIR?

from bitthunder.

jameswalmsley avatar jameswalmsley commented on September 13, 2024

Hi, thanks for trying this out. I'm away at the moment, but will be back over the weekend. I'll be around to help you get this working then.

Which platform are you using?

from bitthunder.

mikes-spindance avatar mikes-spindance commented on September 13, 2024

I'm targeting a STM32F4xx with arm-none-eabi-gcc on linuxmint-15-mate-dvd-32bit.iso

Yann E. MORIN helped me out on getting kconfig-mconf:

I needed libncurses5-dev (see below).

I still have the BT_CONFIG_BSP_DIR challenge.

cd
git clone http://ymorin.is-a-geek.org/git/kconfig-frontends
cd kconfig-frontends/
sudo apt-get install gperf
sudo apt-get install flex
sudo apt-get install bison
sudo apt-get install libncurses5-dev
./bootstrap
./configure
make
sudo make install
sudo /sbin/ldconfig -v

from bitthunder.

jameswalmsley avatar jameswalmsley commented on September 13, 2024

Hi Mike,

So the BSP_DIR variable defines where to build from, this is normally set by a BSP config (within the BitThunder bsp folders) or externally via a user project.

You can take a look at bootthunder which sets this (as an example of an external project):
https://github.com/BitThunder/bootthunder

See the folder bsp/Kconfig

In that case it is set to ../bsp/ (which really means 1-up from the bitthunder root, and into the bsp folder).

I'll add a new repository with a blank working example, and I'll create a script that generates a new project.
Its a little clunky I guess, but once you get it working it works well.

Currently I haven't written any drivers for that platform, but support for the basic scheduler should be really easy to get going as it should use the normal NVIC and SysTick drivers.

As you've already seen there's not so much documentation on all this, but I'll try to help as you go along.

How did you find bitthunder? If you are interested it would be great to have you as the official STM32 maintainer.
I have a few stm32 boards lying around, but don't get much time to actually do stuff with them, its a nice platform.

James

from bitthunder.

mikes-spindance avatar mikes-spindance commented on September 13, 2024

Thanks, the blank working example would be helpful!

I think I found the project by googling freertos kconfig.

Regarding maintainer, let me successfully build first.

-Mike

On Aug 12, 2013, at 3:53 AM, James Walmsley [email protected] wrote:

Hi Mike,

So the BSP_DIR variable defines where to build from, this is normally set by a BSP config (within the BitThunder bsp folders) or externally via a user project.

You can take a look at bootthunder which sets this (as an example of an external project):
https://github.com/BitThunder/bootthunder

See the folder bsp/Kconfig

In that case it is set to ../bsp/ (which really means 1-up from the bitthunder root, and into the bsp folder).

I'll add a new repository with a blank working example, and I'll create a script that generates a new project.
Its a little clunky I guess, but once you get it working it works well.

Currently I haven't written any drivers for that platform, but support for the basic scheduler should be really easy to get going as it should use the normal NVIC and SysTick drivers.

As you've already seen there's not so much documentation on all this, but I'll try to help as you go along.

How did you find bitthunder? If you are interested it would be great to have you as the official STM32 maintainer.
I have a few stm32 boards lying around, but don't get much time to actually do stuff with them, its a nice platform.

James


Reply to this email directly or view it on GitHub.

from bitthunder.

jameswalmsley avatar jameswalmsley commented on September 13, 2024

Hi Mike,

I created an example, and also fixed up the STM32 code to actually compile.
See:

https://github.com/BitThunder/example-project

In case bitthunder isn't automatically checked out, be sure to do a:

git submodule update --init

James

from bitthunder.

jameswalmsley avatar jameswalmsley commented on September 13, 2024

Hi Mike,

Don't know if you've had time to have a go with BitThunder, I've added some "basic" documentation and API overview to the website now.

See http://bitthunder.org/docs/home/

James

from bitthunder.

mikes-spindance avatar mikes-spindance commented on September 13, 2024

Thanks!

Mike Stitt
Engineer - SpinDance, Inc. - [email protected] - m:616.498.6598 - o:616-355-7000

On Aug 19, 2013, at 10:19 AM, James Walmsley [email protected] wrote:

Hi Mike,

Don't know if you've had time to have a go with BitThunder, I've added some "basic" documentation and API overview to the website now.

See http://bitthunder.org/docs/home/

James


Reply to this email directly or view it on GitHub.

from bitthunder.

Related Issues (20)

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.