Carlos Pereira Atencio

Results 63 issues of Carlos Pereira Atencio

When a computer running Windows 10 (and possibly Windows 8) already has the Mbed driver installed from https://os.mbed.com/handbook/DAPLink (http://os.mbed.com/media/downloads/drivers/mbedWinSerial_16466.exe), then Windows will fail to install the WebUSB driver. ![image](https://user-images.githubusercontent.com/29712657/44729497-dea6d980-aad6-11e8-8067-0fd139a15ce5.png) ![image](https://user-images.githubusercontent.com/29712657/44732174-a2767780-aadc-11e8-9e13-7e70669b5ab9.png)...

If a hex file without an extension is flashed the transfer times out and it generates a fail.txt file. Example hex file without extension to replicate: [microbit-house.zip](https://github.com/ARMmbed/DAPLink/files/6977435/microbit-house.zip) As it takes...

Intel Hex flashing time has increased in the main branch with armcc compared with the micro:bit factory release from commit 1436bdcc67029fdfc0ff03b73e12045bb6a9f272. The measurements below have been done in macOS 11...

The M3/M4 extra exception handlers are not configured: For example the micro:bit KL27 is not calling anything: https://github.com/ARMmbed/DAPLink/blob/94885288e25ad6a9290676848b966ddee022d8c1/source/hic_hal/freescale/kl27z/gcc/startup_MKL27Z4.S#L26-L41 https://github.com/ARMmbed/DAPLink/blob/94885288e25ad6a9290676848b966ddee022d8c1/source/hic_hal/freescale/kl27z/armcc/startup_MKL27Z4.s#L75-L90 In other ports there are weak links to `MemManage_Handler ` and...

Raising this issue here as the same version of DAPJs works fine with DAPLink 0253, but doesn't with 0254, but maybe this issue has to be transferred. Basically, flashing with...

Opening this issue to separate the side-discussion in https://github.com/ARMmbed/DAPLink/issues/479. When a micro:bit with DAPLink with WebUSB is plugged for the first time, chrome will list the name of the WebUSB...

## Proposal The current proposal adds a new class in the audio module named `SoundEffect`, which can be played using the `audio.play()` function. The user can then create new instances,...

To match the V2 implementation discussed in https://github.com/microbit-foundation/micropython-microbit-v2/issues/102

To match V2 implementation as discussed in https://github.com/microbit-foundation/micropython-microbit-v2/issues/97.

## Proposal The current proposal has been simplified to only have two sleep functions `power.deep_sleep()` and `power.off()` (as there is already `microbit.sleep()` we had to use different wording) and a...