Code Monkey home page Code Monkey logo

ehal's People

Contributors

cyberluke avatar hnhoan avatar souellet-ms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ehal's Issues

Slight typo ...

The (sub)directory name exemples, should be spelled "examples"

Thanks for posting, very neat library...

nRF 51 library 'SVCALL' syntax error

Hi,

I have tried to compile the IOsonata_nRF51 library, but I received this error:

../../../../../../../external/nRF5_SDK_12/components/softdevice/s130/headers/ble_gap.h:1452:1: note: in expansion of macro 'SVCALL' SVCALL(SD_BLE_GAP_LESC_DHKEY_REPLY, uint32_t, sd_ble_gap_lesc_dhkey_reply(uint16_t conn_handle, ble_gap_lesc_dhkey_t const *p_dhkey)); ^ ../../../../../../../external/nRF5_SDK_12/components/softdevice/s130/headers/nrf_svc.h:69:6: error: impossible constraint in 'asm'

ARM-GCC: 10.2.1 20201103
OS: Windows 7
SDK: nRF5_SDK_12.3.0_d7731ad

Do you have any idea?
Thank you!

Enabling multiple interrupt causes multiple triggering even when only one should be triggered

Using EHAL for Nordic nRF52.

When enabling multiple interrupt using IOPinEnableInterrupt with different Interrupt number, if we trigger an interrupt by applying the desired transition on a specific pin, the GPIOTE_IRQHandler called all assigned callback for all PIN, instead of only the triggered pin. The IRQHandler should not check for either EVENTS_IN or EVENTS_PORT is valid but the condition should be separated, in order to detect specific pin interrupt (EVENTS_IN) and sense detect (EVENTS_PORT) separately since a EVENTS_IN interrupt will always trigger EVENTS_PORT.

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.