Skip to content

Commit

Permalink
[RELEASE] Version 0.9.2
Browse files Browse the repository at this point in the history
	* Maintenance release.
	* Biggest features:
		- FullFAT migrated to +FAT - +FAT is a new fork of FullFAT - Same great code new maintainer (FreeRTOS).
		- Improved Shell subsystem - SubCommands.
		- Build and Go!
			+- Improvements to RaspberryPi and ZYNQ projects.
			+- defconfig and upconfig - Select a board, and have a working configuration.
				- E.g. make defconfig - produces a working demo kernel for selected board.
		- INIT_SHELL, INIT_WELCOME (preparations for INIT_FORK).
			+- Kernel main() either presents a welcome message, or a kernel shell.
			+- Future versions will be able to fork an init process.
		- MicroPython - Initial integration added.
		- ARM - Cortex-A9 modern porting is now working.
  • Loading branch information
jameswalmsley committed Sep 28, 2015
1 parent b242f5a commit 14c5d33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/include/bt_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@

#define BT_VERSION_MAJOR 0
#define BT_VERSION_MINOR 9
#define BT_VERSION_REVISION 1
#define BT_VERSION_REVISION 2
#ifndef BT_VERSION_SUFFIX
#define BT_VERSION_SUFFIX "stable"
#endif

#define BT_VERSION_NAME "Picasso"
#define BT_VERSION_NAME "Alkalili"
#define BT_VERSION_STRING "BitThunder v"BT_V(BT_VERSION_MAJOR)"."BT_V(BT_VERSION_MINOR)"."BT_V(BT_VERSION_REVISION)"-("BT_VERSION_SUFFIX")"


#endif

0 comments on commit 14c5d33

Please sign in to comment.