Difference between revisions of "Embedded Open Modular Architecture/EOMA68/Laptop"

From eLinux.org
Jump to: navigation, search
(EOMA/PCMCIA Laptop Motherboard)
(EOMA/PCMCIA Laptop Motherboard)
Line 4: Line 4:
  
 
A Laptop's motherboard is almost identical to that of a tablet, with the exception that a keyboard matrix and a mouse driver are required instead of a touch panel.  In some cases, the keyboard matrix and mouse driver are handled as USB devices: however, the cost can be lowered by utilising available pins of an STM32F, which has enough functionality to cover, in software, the majority of functions that would otherwise require individual discrete circuits.  Source code for an example mouse driver can be found here: [http://olimex.com/dev/stm32-h103.html].
 
A Laptop's motherboard is almost identical to that of a tablet, with the exception that a keyboard matrix and a mouse driver are required instead of a touch panel.  In some cases, the keyboard matrix and mouse driver are handled as USB devices: however, the cost can be lowered by utilising available pins of an STM32F, which has enough functionality to cover, in software, the majority of functions that would otherwise require individual discrete circuits.  Source code for an example mouse driver can be found here: [http://olimex.com/dev/stm32-h103.html].
 +
 +
Additionally, there is a GPLv3 [http://www.libopencm3.org/wiki/Main_Page STM32 Library]. Uwe Hermann describes [http://www.hermann-uwe.de/blog/libopenstm32-a-free-software-firmware-library-for-stm32-arm-cortex-m3-microcontrollers a number of Software Libre Tools] which are available that assist in the programming of STM32F devices.  Also the [http://wiki.laptop.org/go/OpenEC OLPC OpenEC] Project has pre-existing firmware source code which can be ported and adapted, saving several man-months of development effort.

Revision as of 03:54, 31 January 2012

A10 eoma pcmcia laptop.png

EOMA/PCMCIA Laptop Motherboard

A Laptop's motherboard is almost identical to that of a tablet, with the exception that a keyboard matrix and a mouse driver are required instead of a touch panel. In some cases, the keyboard matrix and mouse driver are handled as USB devices: however, the cost can be lowered by utilising available pins of an STM32F, which has enough functionality to cover, in software, the majority of functions that would otherwise require individual discrete circuits. Source code for an example mouse driver can be found here: [1].

Additionally, there is a GPLv3 STM32 Library. Uwe Hermann describes a number of Software Libre Tools which are available that assist in the programming of STM32F devices. Also the OLPC OpenEC Project has pre-existing firmware source code which can be ported and adapted, saving several man-months of development effort.