bertos.git
2010-09-29 raskySEC: Add AES test using official test vectors.
2010-09-29 arighiSTM32: USB: move the buffer alignment asserts into...
2010-09-29 raskySEC: Add AES implementation.
2010-09-29 raskySEC: Fix a last-minute typo.
2010-09-29 raskySEC: Add symmetric ciphers generic interface.
2010-09-29 raskySEC: fix a useless call in benchmarks.
2010-09-29 arighicpu: enforce a memory barrier inside cpu_relax()
2010-09-29 arighiSTM32: USB: use internal TX and RX buffer
2010-09-29 arighiUSB: provide low-level internal TX and RX buffers
2010-09-29 raskySEC: added cpu_relax() in busy-wait loop.
2010-09-29 alephsam3n port: add clock source file in wizard info for...
2010-09-28 raskySEC: add function to benchmark a PRNG.
2010-09-28 raskySEC: Add LM3S backend for entropy pulling.
2010-09-28 raskySEC: Add missing copyright header.
2010-09-28 raskySEC: Add high-level interface for secure random numbers...
2010-09-28 raskySEC: add generic interface for entropy pools.
2010-09-28 raskySEC: add missing include
2010-09-28 raskySEC: Add ISAAC PRNG implementation
2010-09-28 raskySEC: add generic interface for PRNGs.
2010-09-28 raskyFix CPU names as suggested by Francesco.
2010-09-28 alephsam3n port: add code to setup system clock
2010-09-28 asterixUpdate cpu description for stm32 and lm3s.
2010-09-28 asterixRemove timer dependece.
2010-09-28 asterixComplete adc support for lm3s family.
2010-09-28 asterixAdd adc module for lm3s family.
2010-09-28 asterixClean up.
2010-09-28 asterixWait the acquisition ends.
2010-09-28 asterixFix definition for lm3s8962.
2010-09-28 asterixFix typos.
2010-09-28 asterixAdd conversion formula for internal temperature sensor...
2010-09-28 asterixAdd first adc implementation module for lm3s.
2010-09-28 duploChange tooltip generation. Now tooltip includes: the...
2010-09-27 asterixRemove unneeded setting.
2010-09-27 asterixAdd stand alone module for read internal sensor tempera...
2010-09-27 asterixAdd reg definition for adc driver.
2010-09-27 battRestore pipefail.
2010-09-27 battRestore separate logs; cat errors to stdout.
2010-09-27 battRemove unused tee logs.
2010-09-27 asterixSilent warning when we compile without debug.
2010-09-27 asterixAdd cfg for flash module.
2010-09-27 battAdd return value for failed tests.
2010-09-27 arighiSTM32: USB: endpoint buffer must be 4-bytes aligned
2010-09-24 raskySEC: add RIPEMD-160 hash algorithm
2010-09-24 raskySEC: add some documentation to the interface.
2010-09-24 raskySEC: Add utilities module.
2010-09-24 raskySEC: add implementations for PBKDF1 and PBKDF2.
2010-09-24 raskySEC: add generic interface for key-derivation functions.
2010-09-24 raskySEC: implement stackinit() functions to simplify initia...
2010-09-24 raskySEC: add HMAC implementation.
2010-09-24 raskySEC: add interface for message authentication codes.
2010-09-24 raskySEC: Fix digest len and block len reported by algorithms.
2010-09-24 duploAdd followlinks=True when calling os.walk (attempt...
2010-09-24 raskySEC: add MD5 implementation.
2010-09-24 raskySEC: move SHA-1 benchmark into generic file.
2010-09-24 arighicountof(): use STATIC_ASSERT_EXPR() to perform compile...
2010-09-24 duploDirectories with gcc-binary-like name are now excluded...
2010-09-24 arighiUSB: rename usb_serial module in usbser
2010-09-24 arighiUSB: rename usb_mouse module in usbmouse
2010-09-24 arighiUSB: rename usb_keyboard module in usbkbd
2010-09-24 duploAdd modified label in "toolchain search page" (#171).
2010-09-24 raskySEC: use proper stack variables instead of a global...
2010-09-24 raskyCPU: optimize generic SWAB32 implementation, and prefer...
2010-09-24 duploFix #173. Now the toolchains are ordered such below:
2010-09-24 arighiUSB: coding style fixes
2010-09-24 arighiSTM32: USB: coding style fixes
2010-09-24 raskyAdd SHA-1 unrolled implementation (optimized for 32...
2010-09-24 raskySEC: Add hash function interface
2010-09-24 raskySEC: create main directory
2010-09-24 arighiCPU: byte order help function refactoring #2
2010-09-24 raskySEC: temporary exclude sec directory from nightly compi...
2010-09-23 raskyAdd CPU_CORE_NAME and CPU_NAME macros for debugging...
2010-09-23 arighiUSB: make use of standard byte order functions
2010-09-23 arighiCPU: byte order helper functions refactoring
2010-09-23 arighiIntroduce STATIC_ASSERT_EXPR()
2010-09-23 arighiUSB: coding style fixes (function naming)
2010-09-23 arighiUSB: coding style fixes (structure naming)
2010-09-23 duploRevert latest modifications :(
2010-09-23 duploOrder the toolchains:
2010-09-23 duploFix #170. Now, the first time you arrive at Board Page...
2010-09-23 duploFix #160.
2010-09-23 arighiSTM32-P103: implement WAKEUP button driver
2010-09-23 arighiusb-keyboard: acknowledge HID_REQ_SET_REPORT to the...
2010-09-23 arighiSTM32: USB: device, interface and endpoint status is...
2010-09-23 arighiusb-keyboard: remove duplicate "end collection" marker...
2010-09-23 duploRemove rcc dependency. Use pyrcc4 instead, to generate...
2010-09-23 arighiSTM32: USB: always check host expected size
2010-09-22 arighiUSB: add generic usb-keyboard device driver (EXPERIMENTAL)
2010-09-22 arighiusb-mouse: do not set bDeviceClass in the device descriptor
2010-09-22 arighiusb-mouse: fix wrong copy/paste comment
2010-09-22 arighiUSB: add generic usb-mouse device driver (EXPERIMENTAL)
2010-09-22 arighiUSB: make all the read-only descriptors as const
2010-09-22 arighiSTM32: USB: support extended descriptors under a USB...
2010-09-22 arighiSTM32: USB: wLength field of the setup packet is in...
2010-09-22 arighiSTM32: USB: reduce logging verbosity
2010-09-22 arighiSTM32: USB: support EP0 read/write operations via stand...
2010-09-22 arighiSTM32: USB: always perform non-blocking I/O for EP0
2010-09-21 alephFix some pastos
2010-09-21 arighiSTM32: USB: properly catch device's GET_DESCRIPTOR...
2010-09-21 arighiusb-serial: fix comment
2010-09-21 lottavianoFix serial driver for ATMega32.
next