Search found 30 matches

by boochow
Mon Dec 03, 2018 1:48 am
Forum: ESP8266 boards
Topic: Redirecting terminal/WebRepl to OLED 1306
Replies: 32
Views: 31244

Re: Redirecting terminal/WebRepl to OLED 1306

Thank you for testing and updating the wiki !
by boochow
Sat Dec 01, 2018 2:44 am
Forum: Other Boards
Topic: [STM32L432 - NUCLEO 32]
Replies: 18
Views: 15059

Re: [STM32L432 - NUCLEO 32]

by boochow
Fri Nov 30, 2018 11:56 am
Forum: Other Boards
Topic: [STM32L432 - NUCLEO 32]
Replies: 18
Views: 15059

Re: [STM32L432 - NUCLEO 32]

Boochow do you think a flash file system DRIVER could be added with the place left in on board flash? does MPY support QSPI? Do you use DFU or STlink to load firmware? Does the REPL use the STlink Virtual com port? mroussel, Enabling VfsFat module results 248952 bytes of firmware.bin, which fits in...
by boochow
Thu Nov 29, 2018 3:20 pm
Forum: Other Boards
Topic: [STM32L432 - NUCLEO 32]
Replies: 18
Views: 15059

Re: [STM32L432 - NUCLEO 32]

Finally, I have succeeded to got REPL. I referred the F091 settings to determine which feature to be enabled and the file size of firmware.bin became 235024 bytes (with no flash file system). MicroPython v1.9.4-691-g4f25a8b-dirty on 2018-11-30; NUCLEO-L432KC with STM32L432KC Type "help()" for more i...
by boochow
Tue Nov 27, 2018 5:22 pm
Forum: Other Boards
Topic: [STM32L432 - NUCLEO 32]
Replies: 18
Views: 15059

Re: [STM32L432 - NUCLEO 32]

This tiny board is cute. I got one for me today and have been trying to port uPy.
I made board configuration files and tried to build it then found that STM32L432 lacks some commonly used peripherals TIM3 and SPI2 so it seems that we have to modify some stm32 port sources.
by boochow
Sat Nov 24, 2018 6:31 am
Forum: Other Boards
Topic: bare metal Raspberry Pi Zero port
Replies: 25
Views: 30059

Release 1.0.0

I have placed pre-compiled binary as release 1.0.0. https://github.com/boochow/micropython-raspberrypi/releases/tag/v1.0.0 Now the SD card is writable and mounted on `/sd` at boot time. You can use `rshell` definitely. `bootcode.bin` and `start.elf` are necessary but not included. Please download th...
by boochow
Sun Nov 11, 2018 3:14 am
Forum: ESP8266 boards
Topic: Redirecting terminal/WebRepl to OLED 1306
Replies: 32
Views: 31244

Re: Redirecting terminal/WebRepl to OLED 1306

HermannSW wrote:
Sun Oct 07, 2018 8:45 am
Your current version is much better than the one I used before, editing REPL history commands works fine if not changing leftmost character.
I fixed the issue by adding two escape sequences support.

I also gave this tool its own repository:
https://github.com/boochow/FBConsole
by boochow
Sat Oct 06, 2018 7:52 am
Forum: ESP8266 boards
Topic: Redirecting terminal/WebRepl to OLED 1306
Replies: 32
Views: 31244

Re: Redirecting terminal/WebRepl to OLED 1306

If rshell could do updates I'd find it hard to resist getting a Pi Zero to try it out Support for keyboard, Ethernet and WiFi would be the icing on the cake Sorry, this is off-topic but, Yes, after I would have done the PWM class which I am now working on, I will begin adding the function of writin...
by boochow
Sat Oct 06, 2018 5:14 am
Forum: ESP8266 boards
Topic: Redirecting terminal/WebRepl to OLED 1306
Replies: 32
Views: 31244

Re: Redirecting terminal/WebRepl to OLED 1306

Secondly it is @boochow's code so it's up to him what happens to it: at the moment it hasn't been released under any particular licence as far as I can see. To be accepted in the source tree it must be released under the MIT licence with a guarantee that it is original work. FBConsole class have be...
by boochow
Wed Oct 03, 2018 1:58 pm
Forum: ESP8266 boards
Topic: Redirecting terminal/WebRepl to OLED 1306
Replies: 32
Views: 31244

Re: Redirecting terminal/WebRepl to OLED 1306

Hi, IOBase had been added on 4 June. https://github.com/micropython/micropython/commit/af0932a7793478f0b90b754d38955d69700b0bee An older version of FBClass.py is here, which I had written before IOBase was added. https://gist.github.com/boochow/4163e00765b22a39151f4217cfc0297c/355af02a047717e6b7e7a2...