Search mbed
User details
Joined: 10 Sep 2009
Posts: 660
Notebook pages: 5
Wiki edits: 1
Published programs: 11
Published libraries: 0
Igor's microcontrollers
mbed NXP LPC2368
mbed NXP LPC1768
mbed NXP LPC11U24

Igor Skochinsky

» Find people near Igor on the world mbed map

Igor Skochinsky



Recently modified notebook pages

All notebook pages

Fast GPIO with C++ templates
Investigation of the speed of DigitalOut class and a proposal on how to improve it while keeping almost the same C++ interface.
tag assembly, digitalOut, GPIO, Speed

Recently modified programs & libraries

All programs

All libraries

rom_lookup_table
73x726 signed char lookup table, fits completely in the Flash (LPC1768) See http://mbed.org/forum/helloworld/topic/2617/ for discussion
tag flash, lookup
NetServicesSource
Experimental HTTPClient with proxy support
tag http, HTTPClient, proxy
scmRTOS_test
Quick and dirty port of scmRTOS demo to mbed 1768. scmRTOS is a small RTOS written using C++. Offers (static) processes, critical sections, mutexes, messages, channels.
tag rtos, scmRTOS
JTAG_Search
JTAG pinout detector
FastIO
Fast GPIO using C++ templates. Now with port I/O.
tag digitalOut, GPIO