Code Monkey home page Code Monkey logo

luoshal's People

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

luoshal's Issues

[BUG] SAMD21 board don't high impedance TX pin when TX is disabled

Describe the bug
SAMD21 board don't high impedance TX pin when TX is disabled

This bug has been spotted by @XRobots .

Network configuration
More than 2 boards in a one-wire configuration (2 still work).

Additional context
When one of the board try to send something the 0 state is not 0 because the other board pulls it to 1. The more board you put on the network the more shitty your signal will be.
We have to switch TX in high impedance when it's disabled.

[BUG] Luos HAL config not properly overwritten with custom config

Because of the way PlatformIO manages dependencies, the custom definition of the macros defined in luos_hal_config.h are not taken into account while compiling LuosHAL.

A temporary fix could be to include main.h in luos_hal_config.h, assuming that main.h includes the local file where the custom definitions are made:

#ifndef _LUOSHAL_CONFIG_H_
#define _LUOSHAL_CONFIG_H_

#include "main.h"
#include "stm32f0xx_hal.h"

#define DISABLE 0x00

Naming HAL

renaming hal to luos HAL
Renaming function with luos convention
STM32F0
STM32L4
STM32G4
ATSAMD21

[BUG]

Describe the bug
At gpio init it seems that external interrupt (PTP) raise an IT during the GPIO configuration. Probably because pins are not pulled and can do random thing. we should setup pins, then enable IT.

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.