Giter Site home page Giter Site logo

bouffalolab / bouffalo_isp Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 222 KB

bouffalo_isp is an ISP tool that supports flashing firmware into BouffaloLab chips for MPUs running on the Linux platform.

License: Apache License 2.0

CMake 0.08% Makefile 0.02% C 99.90%

bouffalo_isp's People

Contributors

sakumisue avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

cederom

bouffalo_isp's Issues

macOS wait() related build error.

There is a build error on macOS 12.7.5 (MacBookPro2015 x86_64) and XCode 13.1

% uname -a
Darwin XXX.local 21.6.0 Darwin Kernel Version 21.6.0: Wed Apr 24 06:02:02 PDT 2024; root:xnu-8020.240.18.708.4~1/RELEASE_X86_64 x86_64
% cd bouffalo_isp.git; mkdir build; cd build; cmake ..; make

(..)
/Users/XXX/bouffalo_isp.git/main.c:229:13: error: static declaration of 'wait' follows non-static declaration
static void wait(uint32_t wait)
            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/sys/wait.h:248:9: note: previous declaration is here
pid_t   wait(int *) __DARWIN_ALIAS_C(wait);
        ^
/Users/XXX/bouffalo_isp.git/main.c:260:24: warning: incompatible function pointer types initializing 'void (*)(uint32_t)' (aka 'void (*)(unsigned int)') with an expression of type 'pid_t (int *)' (aka 'int (int *)') [-Wincompatible-function-pointer-types]
    .wait            = wait,
                       ^~~~
% git log -1
commit 7caf6444f3631a8e887271295f5c6be74f49dfa9 (HEAD -> main, origin/main, origin/HEAD)
Author: jzlv <[email protected]>
Date:   Fri Jan 5 11:04:20 2024 +0800

    first commit

BL606 support request.

Hello world :-)

Would it be possible to:

  • add support for flashing BL606(P) chips?
  • add example helloworld_bl606.binbin to try out flashing.

Thank you :-)

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.