Gerson Fernando Budke

Results 12 issues of Gerson Fernando Budke

**Is your enhancement proposal related to a problem? Please describe.** I start to integrate `bl_mcu_sdk` with Zephyr RTOS. I noted that there are duplicated code between devices and would like...

Add FlashOverrideSambaError exception. This is necessary to signal to user that he is trying to erase a region where bootloader is instaled. SAM4L doesn't have ROM bootloader and sam-ba is...

This ports all the Atmel SAM0 SoC's family and all related boards to HWMv2.

This ports all the Atmel SAM SoC's family and all related boards to HWMv2.

area: Process
area: Samples
platform: Microchip SAM

### Description After apply the fixes of https://github.com/renode/renode-infrastructure/pull/94 I tried to use the simulation to run robot to perform the ADC tests. I noted that when using FeedVoltageSampleToChannel the first...

### Description Introduce the STM32C0 ADC driver using STM32_ADC_Common base class. ### Usage example ```c adc1: Analog.STM32C0_ADC @ sysbus 0x40012400 referenceVoltage: 3.3 externalEventFrequency: 1000 IRQ->nvic@12 ``` ### Additional information The...

### Description Add an AT24 I2C compatible EEPROM driver. ### Usage example ```c /* Zephyr devicetree */ &i2c1 { pinctrl-0 = ; pinctrl-names = "default"; status = "okay"; clock-frequency =...

### Description I had a hypothetical scenario were I want to simulate an interrupt been generated two times per day. In this case, I would like know how I can...

### Description Assuming that there is a `bss.my_var` available in the `*.elf` file how I can get access to the content of that variable. ### Usage example The intention is...

### Description The ADC representation created for the STM32G071 seems not to work. ### Expected behaviour The ADC for STM32G0xx should work. ### How to reproduce? I created an application...